due to a typo in #if condition, validation was disabled for wizard pages -- fixed now
[wxWidgets.git] / include /
2005-08-04  Vadim Zeitlindue to a typo in #if condition, validation was disabled...
2005-08-04  Vadim Zeitlindefine wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings...
2005-08-03  Vadim Zeitlindefine WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's...
2005-08-03  Vadim Zeitlintest for __MWERKS__ with #ifdef, not #if (fixes a ...
2005-08-03  Vadim Zeitlinget rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not...
2005-08-03  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellAdd import/export attributes
2005-08-02  Michael WetherellExpand tabs
2005-08-02  Michael WetherellAdd import/export macros
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-30  Mattia Barbon Make wxBase compiled for wxMotif compatible with...
2005-07-30  Vadim Zeitlinmoved MSW-specific stuff to wx/msw/chkconf.h, this...
2005-07-30  Vadim Zeitlindefine wxUSE_UNICODE_MSLU as 0 unconditionally, CE...
2005-07-30  Julian SmartDefine wxUSE_UNICODE_MSLU or chkconf.h complains
2005-07-30  Václav Slavíkfurther wxABI_VERSION fixes
2005-07-30  Vadim ZeitlinwxUSE_UNICODE_MSLU is MSW-specific so shouldn't be...
2005-07-30  Vadim Zeitlinforcefully disable wxUSE_STACKWALKER
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-07-29  Vadim Zeitlindecreased text limit which we consider to be set by...
2005-07-29  Vadim Zeitlinadded wxDynamicLibrary::GetSymbolAorW()
2005-07-29  Vadim Zeitlincompilation fix for IBM xlC (closes 1230392)
2005-07-29  Chris ElliottwxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
2005-07-29  Vadim Zeitlinrefactoring in preparation for further changes: moved...
2005-07-29  Vadim Zeitlinadded GlobalPtr: GlobalAlloc/Free() wrapper
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-29  Mart RaudseppwxABI_VERSION guard for wxTopLevelWindowGTK::RequestUse...
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Mart RaudseppwxGTK: Implemented wxTLW::RequestUserAttention()
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-07-28  Vadim Zeitlinadded wxABI_VERSION check around newly added function
2005-07-28  Vadim Zeitlinadded wxZipFSHandler::Cleanup() (modified patch 1213615)
2005-07-28  Vadim Zeitlindisabled wxStackWalker and wxCrashReport for Win64
2005-07-27  Stefan Csomortypo
2005-07-27  Stefan Csomornew native toolbar implementation (turned off by defaul...
2005-07-27  Stefan Csomornew native toolbar implementation (turned off by defaul...
2005-07-26  Włodzimierz SkibaCorrections for future OW 1.4. Warning fixes.
2005-07-25  Julian SmartVersion number update
2005-07-25  Stefan CsomorAdding David Surovell's fixes and extensions
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-22  Michael WetherellAdd wxABI_VERSION wrappers
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-22  Włodzimierz SkibaRe-adding setup0.h for OpenWatcom makefile build.
2005-07-21  Włodzimierz SkibaeVC3 compatibility workaround.
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-20  Vadim Zeitlintake the address of the member in wxON_BLOCK_EXIT_OBJ...
2005-07-18  Włodzimierz SkibawxScopeGuard adjustements for Open Watcom.
2005-07-18  Włodzimierz SkibawxMSWUniv build fix.
2005-07-18  Michael WetherellwxABI_VERSION >= 20601 for wxLaunchDefaultBrowser
2005-07-17  Michael WetherellAdd wxABI_VERSION > 20601 wrappers
2005-07-17  Michael WetherellMake wxABI_VERSION default be e.g. 20699
2005-07-16  Vadim Zeitlinput GetEscapeId() inside #if wxABI_VERSION > 20601
2005-07-16  Michael WetherellSet wxABI_VERSION default value to e.g. 29999 so that...
2005-07-15  Vadim Zeitlinadded SetCriticalWindow() and AllowProcessing(): this...
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
2005-07-14  Vadim Zeitlinadded stub of GetEscapeId()
2005-07-14  Vadim Zeitlinadded wxID_NONE
2005-07-14  Vadim Zeitlinfixed warning due to not using dllexport wxShadowObject...
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-07-13  Vadim Zeitlincommented and documented wxXRC_NO_RELOADING flag
2005-07-04  Włodzimierz SkibaUse common wxTextCtrlBase::GetRange() for PalmOS text...
2005-07-01  Vadim ZeitlinwxVariant is in wxBase so should be forward declared...
2005-07-01  Włodzimierz SkibaGlobal platform header (<PalmOS.h>) removed from public...
2005-07-01  Vadim Zeitlinfixed bug with HasGroup() creating groups as side effect
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-30  Michael WetherellPut wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL...
2005-06-30  Michael WetherellAdd wxABI_VERSION
2005-06-30  Michael WetherellMake wxEVT_SCROLL_ENDSCROLL a #define in event.h so...
2005-06-29  Michael WetherellAdd HANGUL_CHARSET for vc++ 5, and move a couple of...
2005-06-26  Robert Roebling Added wxShadowObject for imitating a VMT with
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-26  Stefan NeisPossibly to allow including both os2/private.h and...
2005-06-25  Vadim Zeitlinreadded wxEVT_SCROLL_ENDSCROLL symbol back to the libra...
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-06-22  Michael WetherellUnrevert Cygwin changes after discussion. Cygwin will...
2005-06-21  Mattia Barbon Avoid warnings with MSVC 5.
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-20  Vadim Zeitlindefine SetHelpText() to do nothing when wxUSE_HELP...
2005-06-19  Vadim Zeitlindisable warning for eVC 4 (_MSC_VER == 1201) as well
2005-06-19  Vadim Zeitlinadded AutoHANDLE class to close a HANDLE automatically
2005-06-19  Mattia Barbon Fix crash on exit with Lesstif (and possibly Motif...
2005-06-18  David ElliottSet m_cocoaDataSource = NULL in default constructor...
2005-06-17  Vadim Zeitlindon't show wxLogDebug during app startup output in...
2005-06-17  Włodzimierz SkibaOpen Watcom adjustement.
2005-06-17  Włodzimierz SkibaAdjust to different platform headers distributed with...
2005-06-16  Vadim Zeitlinfixed wxON_BLOCK_EXIT macros to work with new definitio...
2005-06-16  Julian SmartApplied patch [ 1215991 ] Mac xrc enables unknown class
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-16  Michael WetherellRevert Cygwin changes
2005-06-16  Michael WetherellLet Cygwin be a Windows build for wxMSW and a unix...
2005-06-16  Vadim Zeitlindon't redeclare struct tm if it's already declared...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-06-09  Robin DunnSubrelease version bump
next