wxWidgets.git
2012-11-16  Paul Cornettavoid deprecated functions with GTK3
2012-11-16  Paul Cornettsilence warnings about unhandled enum value in switch
2012-11-16  Paul CornettRemove code that has no effect
2012-11-15  Vadim ZeitlinSupport monitoring only some events in wxGTK wxFileSyst...
2012-11-15  Vadim ZeitlinRestore setting focus to generic wxDataViewCtrl on...
2012-11-15  Vadim ZeitlinDocument how to build wxOSX/Carbon under recent OS X.
2012-11-15  Vadim ZeitlinAdd back WINVER check to fix VC6 compilation of wxMSW.
2012-11-14  Paul CornettFix GetClientSize() when scrollbars are present
2012-11-14  Paul Cornettre-enable using our own resize grip with GTK3, themes...
2012-11-14  Vadim ZeitlinImplement wxComboCtrl::GetSizeFromTextSize().
2012-11-14  Vadim ZeitlinImplement DoGetSizeFromTextSize() for wxMSW wx{Choice...
2012-11-14  Vadim ZeitlinNo changes, just refactor wxMSW wxComboBox code calling...
2012-11-14  Vadim ZeitlinHandle wxBORDER_NONE in wxGTK wxTextCtrl::DoGetSizeFrom...
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-11-14  Vadim ZeitlinOptionally allow showing tooltips for disabled ribbon...
2012-11-13  Paul Cornettre-enable drawing our own resize grip with GTK3, themes...
2012-11-13  Václav SlavíkFix wxGTK's wxFileDialog:Get/SetFilename() to be in...
2012-11-12  Vadim ZeitlinReplace a template function with template class to...
2012-11-12  Stefan Csomormaking sure we have an initial frame buffer, even thoug...
2012-11-11  Vadim ZeitlinUse wxID_EXIT for the "Quit" item in the exec sample.
2012-11-10  Vadim ZeitlinDisallow drop downs on AUI check buttons.
2012-11-10  Vadim ZeitlinFix crashes after using "wildcard" wxEvtHandler::Discon...
2012-11-10  Vadim ZeitlinNo changes, just fix a harmless warning in FileSystemWa...
2012-11-10  Vadim ZeitlinFix filename test compilation with VC6.
2012-11-10  Vadim ZeitlinFix link errors with VC 11 in DLL STL build.
2012-11-10  Vadim ZeitlinSimplify wxEVT_PAINT handling in wxScrollHelperBase.
2012-11-10  Vadim ZeitlinCache HDC used for painting for the entire duration...
2012-11-10  Vadim ZeitlinFix incorrect wxSizerFlags::Border() call in the scroll...
2012-11-10  Vadim ZeitlinSet ID correctly for wxScrollWinEvents generated by...
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-11-09  Paul Cornettavoid deprecated functions with GTK3
2012-11-09  Robin DunnwxBrushList and wxFontList do not derive from wxList.
2012-11-08  Paul Cornettdon't assign NULL to wxUIntPtr, wxUIntPtr is not a...
2012-11-08  Paul Cornettavoid using deprecated gdk_cursor_unref() with GTK3
2012-11-08  Paul CornettDisable GTK2-specific code to change theme when buildin...
2012-11-08  Stefan Csomorsupport for freeze and thaw under cocoa
2012-11-08  Vadim ZeitlinNo changes, just remove unnecessary forward declarations.
2012-11-07  Vadim ZeitlinAnother Nepalese translations update from Him Prasad...
2012-11-07  Paul Cornettupdate fullscreen state when it is changed by the WM
2012-11-07  Jouk JansenUpdate OpenVMS make-files
2012-11-07  Jouk JansenFix for specific filename syntax of OpenVMS
2012-11-07  Paul Cornettadd GTK3 implementations for remaining renderer functions
2012-11-06  Vadim ZeitlinDon't leave orphan taskbar icon window alive if setting...
2012-11-06  Vadim ZeitlinKeep item data in sync with their position in wxEditabl...
2012-11-06  Vadim ZeitlinRestore propagation of EVT_SEARCHCTRL_CANCEL_BTN events...
2012-11-06  Vadim ZeitlinFix regression with wxAuiToolBar gripper and overflow...
2012-11-06  Vadim ZeitlinUse wxAUI_TB_DEFAULT_STYLE instead of 0 as default...
2012-11-06  Vadim ZeitlinMinor improvements to wxEVT_COMMAND_DIRCTRL_CHANGED...
2012-11-06  Vadim ZeitlinAdd wxUSE_BASE checks for wxLog classes in the interfac...
2012-11-06  Vadim ZeitlinAdd wxUSE_{BASE,GUI} checks to interface headers.
2012-11-06  Paul Cornettadd GTK3-specific code for DrawItemSelectionRect()...
2012-11-06  Vadim ZeitlinNo changes, just fix indentation in wxDataViewMainWindo...
2012-11-06  Vadim ZeitlinUpdate the current row after item deletion in generic...
2012-11-06  Vadim ZeitlinNever collapse invisible root item in generic wxDataVie...
2012-11-06  Vadim ZeitlinRemove __WXMSW__ check around background erasing in...
2012-11-06  Stefan Csomorfixing compile for ios
2012-11-06  Stefan Csomorsupporting iOS 6 autorotate
2012-11-04  Vadim ZeitlinSlightly improve the date/time dialogs in the calendar...
2012-11-04  Vadim ZeitlinDon't move the insertion point if text didn't change...
2012-11-04  Vadim ZeitlinMake hack for button creation in wxOSX more robust.
2012-11-04  Vadim ZeitlinEnsure that paths used inside wxOSX are always in NFC...
2012-11-04  Vadim ZeitlinAdd wxCFStringRef::AsStringWithNormalizationFormC(...
2012-11-04  Vadim ZeitlinUse kCGBlendModeExclusion for wxCOMPOSITION_XOR operation.
2012-11-04  Vadim ZeitlinImplement setting default wxTextCtrl style in wxOSX.
2012-11-04  Vadim ZeitlinNo changes, just remove unnecessary wxTextAttr tests.
2012-11-04  Vadim ZeitlinSuppress warnings about NSText not responding to setAll...
2012-11-04  Vadim ZeitlinNo changes, just make it easier to tweak splitter sample.
2012-11-04  Vadim ZeitlinCreate tags for Cocoa, not Carbon, by default under...
2012-11-04  Vadim ZeitlinFix annoying warning when running the script to generat...
2012-11-04  Vadim ZeitlinUpdate the button bezel to account for multi-line label...
2012-11-04  Vadim ZeitlinNo changes, just rename OSXSetAcceleratorFromLabel().
2012-11-04  Vadim ZeitlinNo real change, just make bezel setting code in wxOSX...
2012-11-04  Vadim ZeitlinRevert "Fix the pages range in the print dialog in...
2012-11-04  Vadim ZeitlinUpdate tree control layout in EditLabel() for wxOSX...
2012-11-04  Paul Cornettfix setting background color in wxGTK3 with themes...
2012-11-04  Vadim ZeitlinCheck that doxygen version is 1.8.2 in docs generation...
2012-11-04  Vadim ZeitlinDon't use "readlink -e" in docs generation script,...
2012-11-04  Vadim ZeitlinAllow using _T() in docs/doxygen/overviews/changes_sinc...
2012-11-03  Bryan PettyFinished adding @tableofcontents to all overviews in...
2012-11-03  Bryan PettyBumped the reference manual date.
2012-11-03  Bryan PettyFixed up Windows regen.bat script to use environment...
2012-11-03  Bryan PettyMoved format selection logic into environment variables...
2012-11-03  Bryan PettyRemoved obsolete files from old Doxygen versions.
2012-11-03  Bryan PettyCleaned up the server based search results page styles.
2012-11-03  Bryan PettyFixed appearance images to use Doxygen @image command...
2012-11-03  Bryan PettyFixed docs footer to bottom, and fixed up TOC on all...
2012-11-03  Bryan PettyDocumentation screenshot generator source code cleanup.
2012-11-03  Bryan PettyUpgraded Doxygen to 1.8.2 for the docs.
2012-11-02  Stefan Csomormissing commit, fixes #14797
2012-11-02  Stefan Csomorusing smaller size for font on non native toolbar
2012-11-02  Stefan Csomorfixing class
2012-11-02  Stefan Csomorusing button impl
2012-11-02  Stefan Csomorexposing common used button impl class
2012-11-02  Stefan Csomorexposing common used button impl class
2012-11-01  Robin DunnFixes and tweaks and additions to the wxHtml docs for...
2012-11-01  Václav SlavíkwxCALL_FOR_EACH compilation fix for VC++.
2012-11-01  Václav SlavíkCompilation fix for PCH-less build.
2012-11-01  Vadim ZeitlinRefactor and simplify wxChoice::DoGetBestSize().
2012-11-01  Vadim ZeitlinInvalidate best size of wxOSX wxChoice after its number...
2012-11-01  Vadim ZeitlinAllow creating wxTextMeasure without specifying the...
next