Merge in from trunk r68684 - r69046
[wxWidgets.git] / src / common /
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
2011-08-11  Vadim ZeitlinUse separate strings for stock labels with and without...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-04  Vadim ZeitlinAdd missing header for minimalistic builds not using...
2011-08-04  Vadim ZeitlinCompilation fixes for wxUSE_GEOMETRY==0 build.
2011-08-04  Steve LamertonUpdate wxWebFileHandler to handle paths with fragments...
2011-08-03  Steve LamertonRename wxWebFileHandler name from test to file.
2011-08-03  Steve LamertonRework IE virtual file system support to use new syntax...
2011-08-03  Vadim ZeitlinFix bug with TAB being able to switch focus between...
2011-08-03  Vadim ZeitlinNo real changes, just rename a variable.
2011-08-02  Vadim ZeitlinFix wxSocket::WaitForAccept() in blocking mode.
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-07-31  Vadim ZeitlinCorrect typo in wxArray::insert() fix of r68468.
2011-07-31  Steve LamertonSimplify the wxWebFileHandler code by using a map to...
2011-07-30  Vadim ZeitlinFix crash in wxArray::insert() overload taking iterator...
2011-07-30  Vadim ZeitlinFix stock accelerators handling in wxOSX.
2011-07-30  Steve LamertonOverhaul wxWebHandler naming to try and make it consist...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-29  Steve LamertonAdd CombineURIs implementation for wxWebFileProtocolHan...
2011-07-28  Steve LamertonMove the wxWebFileProtocolHandler from the IE backend...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinNo changes, just remove unnecessary wxPickerBase::OnSize().
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-07-22  Vadim ZeitlinAdded customizable wxDocManager::OnMRUFileNotExist...
2011-07-21  Vadim ZeitlinNever restore focus to hidden child.
2011-07-21  Vadim ZeitlinFix parsing of negated long options in wxCmdLineParser.
2011-07-21  Vadim ZeitlinReset negatable switches correctly in wxCmdLineParser...
2011-07-19  Vadim ZeitlinFix harmless gcc warning about uninitialized mask in...
2011-07-19  Vadim ZeitlinAdd wxDataViewEvent::IsEditCancelled() and support...
2011-07-19  Vadim ZeitlinAdded wxGCDC(wxEnhMetaFileDC) ctor too.
2011-07-13  Václav SlavíkBetter sizing in wxDataViewSpinRenderer and wxDataViewC...
2011-07-11  Vadim ZeitlinCopy recently added wxGenericValidator fields in Copy().
2011-07-10  Vadim ZeitlinUse the correct event handler in wxMenuBase::UpdateUI().
2011-07-09  Vadim ZeitlinSupport float, double and file name values in wxGeneric...
2011-07-09  Vadim ZeitlinNo changes, just use NULL instead of 0 for pointers.
2011-07-07  Vadim ZeitlinAdd wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
2011-07-07  Vadim ZeitlinMake wxGCDC::GetGraphicsContext() const.
2011-07-05  Steve LamertonSimplify backend enum naming, we do not need separate...
2011-07-05  Steve LamertonBring osx class naming into line with the other ports.
2011-07-02  Vadim ZeitlinAdd wxCOMPOSITION_INVALID mode and use it to simplify...
2011-06-30  Vadim ZeitlinInitialize variable in UTF{16,32} conversion code to...
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2011-06-28  Steve LamertonBring gtk class naming into line with the new naming...
2011-06-28  Steve LamertonFix the build system in gtk, plus a couple of compilati...
2011-06-27  Vadim ZeitlinAdd support for child documents to docview framework.
2011-06-22  Vadim ZeitlinRestore wxPreviewFrame::Initialize(void) and add Initia...
2011-06-16  Vadim ZeitlinFix wxStringOutputStream in wxUSE_UNICODE_UTF8 build.
2011-06-16  Vadim ZeitlinRound font sizes in AdjustToSymbolicSize() instead...
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-06-07  Vadim ZeitlinHandle colours with alpha channel correctly in wxSVGFileDC.
2011-06-06  Stefan Csomorusing higher abstraction to allow for optimized impleme...
2011-05-31  Robin DunnBuild fixes for using Cairo on MSW.
2011-05-27  Dimitri SchoolwerthFixed saving GIFs on big-endian architectures.
next