Removed wxVectorBase and wxClientDataDictionary symbols
[wxWidgets.git] / include /
2005-08-07  Vadim Zeitlinfix problems with __POWERPC__ being redefined
2005-08-06  Vadim Zeitlincorrected regex library name in ANSI builds
2005-08-06  Julian SmartCompatibility settings corrected
2005-08-05  Vadim Zeitlinonly link with 3rd party libs if they're needed
2005-08-05  Vadim Zeitlindon't remember size passed to SetSize() as pending...
2005-08-05  Chris Elliottapply SF patch 1252602 to remove warnings in bcc and...
2005-08-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
2005-08-04  Vadim Zeitlinremoved wxUSE_MENU_CALLBACK references: the code inside...
2005-08-04  Vadim Zeitlinremoved (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-08-04  Vadim Zeitlindefine wxUSE_MFC as 0 if it's not defined (fixes gcc...
2005-08-04  Julian SmartMore settings restored.
2005-08-04  Julian SmartSwitched loads of settings back on
2005-08-04  Julian SmartResolved CVS conflict
2005-08-04  Vadim Zeitlindefine wxFsync() as fsync() under Unix not as (not...
2005-08-04  Vadim Zeitlindefine wxUSE_IPV6 as 0 to avoid -Wundef warnings
2005-08-04  Vadim ZeitlinNEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using...
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
next