build fixes for Universal
[wxWidgets.git] / src / common /
2011-11-27  Vadim ZeitlinNo changes, just moved wxLocaltime_r() and wxGmtime_r...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeUSec() in wxStopWatch under Unix for...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeMillis() instead of wxGetLocalTimeMilli...
2011-11-27  Vadim ZeitlinNo changes, just move time functions from wx/stopwatch...
2011-11-27  Vadim ZeitlinAdded wxGetUTCTimeMillis() and wxGetUTCTimeUSec().
2011-11-27  Vadim ZeitlinExtracted private GetTimeZone() to public wxGetTimeZone...
2011-11-27  Vadim ZeitlinAdded wxStopWatch::TimeInMicro() for better precision...
2011-11-27  Vadim ZeitlinUse ::QueryPerformanceCounter() for wxStopWatch impleme...
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-11-18  Vadim ZeitlinFix HasFocus() for composite controls.
2011-11-15  Vadim ZeitlinAdd support for digits and +/- sign to wxUIActionSimula...
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-11-13  Vadim ZeitlinAdded stock accelerator for wxID_PRINT.
2011-11-10  Jouk JansenAdd compile support for widgets sample on OpenVMS
2011-11-07  Jouk JansenUpdates to compile WX on OpenVMS
2011-11-06  Vadim ZeitlinUse current time, not the Epoch for time zone determina...
2011-11-05  Vadim ZeitlinAllow reusing the same wxWindowID more than 254 times.
2011-11-05  Vadim ZeitlinTranslate the log message in wxLog destructor.
2011-11-05  Vadim ZeitlinFix format string in wxLog::LogLastRepeatIfNeeded().
2011-11-05  Vadim ZeitlinDon't read beyond the end of input buffer when decoding...
2011-11-05  Vadim ZeitlinAdd wxConvAuto::GetBOMChars() helper.
2011-11-04  Vadim ZeitlinMake wxQsort() definition exactly the same as declaration.
2011-10-31  Vadim ZeitlinSuppress harmless unused variable warnings in wxSocket...
2011-10-31  Vadim ZeitlinFix compilation of wxGethostbyname_r() and wxGethostbya...
2011-10-31  Vadim ZeitlinCompilation fix for AIX: fix the name of wxGetservBuf...
2011-10-30  Vadim ZeitlinAllow customization of the locations where persistent...
2011-10-27  Vadim ZeitlinMake BOM-detection code in wxConvAuto public.
2011-10-27  Vadim ZeitlinDon't make wxQsort() extern "C" nor use any special...
2011-10-27  Vadim ZeitlinExplicitly declare environ variable.
2011-10-27  Vadim ZeitlinAlways include locale.h to get LC_ALL declaration.
2011-10-27  Vadim ZeitlinRemove unused wxIFFDecoder::picptr member variable.
2011-10-21  Václav SlavíkMove wxDataViewCustomRendererBase::ActivateCell() to...
2011-10-20  Robin DunnThe new wxImage related gaphics context code uses some...
2011-10-19  Václav SlavíkUse wxDatePickerCtrl in wxDataViewDateRenderer.
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-18  Vadim ZeitlinDon't interpret '&' specially in wxTextWrapper.
2011-10-13  Vadim ZeitlinDon't assert in wxDateTime::Format("%p") in locales...
2011-10-10  Vadim ZeitlinFix warnings about wxOSX_USE_CARBON being undefined...
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-09  Vadim ZeitlinImplement EVT_MOUSE_CAPTURE_LOST handling for wxPopupTr...
2011-10-09  Vadim ZeitlinImplement delayed destruction for wxPopupTransientWindow.
2011-10-06  Steve LamertonEnsure we pass the correct type of string to EscapeFile...
2011-10-05  Steve LamertonDelete the filesystem used by wxWebViewArchiveHandler...
2011-10-02  Vadim ZeitlinAdd wxWindowBase::CopyToolTip() method.
2011-09-30  Vadim ZeitlinFix the comparison direction in wxTextAttr::BitlistsEqP...
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-09-29  Robin DunnDon't always use the Cairo context for wxGCDC(wxMemoryD...
2011-09-28  Jouk JansenInclude support for OpenVMS IA64
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-21  Vadim ZeitlinDon't limit window size to (0, 0) in wxSizer if getting...
2011-09-16  Vadim ZeitlinOnly define wxUSE_WEBVIEW if wxWebView is really available.
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvents generated by menu...
2011-09-11  Steve LamertonEnsure that we have an available backend for wxWebView...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-05  Robin DunnAvoid infinite recursion on Mac in comboctrl, and fix...
2011-08-30  Stefan Csomoradding command - comma as shortcut of stockitem wxID_PR...
2011-08-29  Vadim ZeitlinFix spelling error in an error message in wxObjectXmlRe...
2011-08-29  Dimitri SchoolwerthAdded alpha saving support to TIFF image handler.
2011-08-28  Dimitri SchoolwerthFixed loading greyscale with alpha TIFF images.
2011-08-28  Dimitri SchoolwerthFixed copying only 1/3 of scanline when saving TIFF...
2011-08-28  Dimitri SchoolwerthAdded support for loading black and white TIFF images...
2011-08-28  Dimitri SchoolwerthRead TIFF images from top to bottom instead of bottom...
2011-08-28  Dimitri SchoolwerthFixed accessing out-of-bounds image coordinates while...
2011-08-28  Dimitri SchoolwerthFixed calculated image pitch being off-by-one in some...
2011-08-28  Dimitri SchoolwerthRemoved double TIFFSetField call for setting TIFFTAG_OR...
2011-08-28  Dimitri SchoolwerthCall GetAlpha() to get a pointer instead of checking...
2011-08-27  Robin Dunn* Implement dynamic loading of the Cairo DLL on Windows...
2011-08-27  Vadim ZeitlinAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
2011-08-27  Vadim ZeitlinAuto complete file names in the text controls of wx...
2011-08-24  Vadim ZeitlinNo real changes, just update copyright year in wxInfoMe...
2011-08-23  Vadim ZeitlinCheck for decimal separator inconsistency in wxLocale...
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-08-22  Vadim ZeitlinReturn non-const pointer from wxDataViewRendererBase...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-19  Steve LamertonRename web library to webview.
2011-08-19  Steve LamertonRename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua...
2011-08-19  Dimitri SchoolwerthUse a default photometric interpretation value of PHOTO...
2011-08-19  Dimitri SchoolwerthAdded option to TIFF handler for specifying the photome...
2011-08-19  Dimitri SchoolwerthAdded support for saving greyscale TIFF images.
2011-08-19  Dimitri SchoolwerthChanged TIFF handler's monochrome conversion to look...
2011-08-19  Dimitri SchoolwerthFixed crash when saving as a monochrome TIFF image...
2011-08-19  Dimitri SchoolwerthNo code changes.
2011-08-19  Dimitri SchoolwerthRenamed the options specific to the TIFF handler.
2011-08-19  Dimitri SchoolwerthImproved saving of TIFF monochrome images.
2011-08-18  Dimitri SchoolwerthFixed saving TIFF images to wxMemoryOutputStream.
2011-08-17  Dimitri SchoolwerthImproved BMP decoding.
2011-08-17  Vadim ZeitlinRestore stock item labels mistakenly removed by r68641.
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-08-16  Stefan Csomoremulate more arrow keys on non msw platforms
2011-08-16  Stefan Csomoradapt defines for ctrl/command key
2011-08-16  Paul CornettAvoid creating rect with negative size while clipping...
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-14  Vadim ZeitlinFix return value of wxMBConvUTF8::ToWChar() when not...
2011-08-14  Stefan Csomoradding two missing strings (used in docview)
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-14  Stefan Csomorusing proper cmd constant
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
next