]> git.saurik.com Git - wxWidgets.git/history - src/common
event exposure
[wxWidgets.git] / src / common /
2003-08-27  Stefan Csomoradded support for range types to runtime depersister
2003-08-27  Stefan Csomoradded range of types to delegate type info
2003-08-27  Stefan Csomorconstness for accessors of enum data
2003-08-26  Stefan Csomortypo corrected
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Julian SmartUnicode fixes
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Julian SmartUnicode fixes
2003-08-25  Stefan Csomorunicode and linkage corrections
2003-08-25  Stefan Csomorremoving unnecessary specializations
2003-08-25  Julian SmartWinCE fixes
2003-08-24  Stefan Csomorswitching to registry based type info
2003-08-24  Stefan Csomoradaption custom types to new macros
2003-08-24  Vadim Zeitlinwarning fixes
2003-08-24  Stefan NeisFixed #pragma interface/implementation handling for...
2003-08-24  Julian SmartEliminated bizarre VC++ internal compiler errors, perha...
2003-08-24  Stefan Csomormoving xti includes after the EXTENDED_RTTI clause
2003-08-24  Julian SmartDon't include xti.h if not using extended RTTI
2003-08-24  Stefan Csomorgcc /vc6 workarounds
2003-08-24  Stefan NeisFixed compile error (seen on OS/2).
2003-08-24  Stefan NeisMinor correction for OS/2.
2003-08-23  Stefan Csomorflags extension
2003-08-23  Stefan Csomorredistribution of code for different library parts
2003-08-23  Václav Slavíkget rid of warning
2003-08-23  Stefan Csomorxti additions / changes, trying to reduce dependencies
2003-08-22  Mattia Barbon Do not #include wxGUI headers in wxBase files.
2003-08-22  Robin DunnwxNotebookSizer ctor was missing
2003-08-21  Vadim Zeitlinadded wxBookCtrlSizer; derive wxNotebookSizer from it
2003-08-21  Stefan Csomormetadata support for metadata
2003-08-21  Vadim Zeitlincorrected CHECK in InsertPage()
2003-08-21  Stefan Csomoradded support for leaving out <embedded objects> that...
2003-08-21  Stefan Csomoradded wxDateTime to the streamable custom types
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-19  Václav SlavíkwxStrdup(NULL) doesn't work
2003-08-19  Stefan CsomorXTI extensions
2003-08-19  Julian SmartWarning fixes from ABX
2003-08-18  Vadim Zeitlinadded missing Create() implementation
2003-08-18  Vadim Zeitlinno changes
2003-08-18  Vadim Zeitlinreturn immediately if the XPM is bad instead of spittin...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-17  Václav Slavíkremoved unused wxObject::Dump
2003-08-17  Václav Slavíkhave TryValidator even if wxUSE_VALIDATORS=1, so that...
2003-08-17  Václav Slavíkbuild options signature is too long, use more lines
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-16  Stefan Csomorcorrected include for __WXMAC__
2003-08-16  Vadim Zeitlinfix bug with entries present in both global and local...
2003-08-16  Gilles Depeyrotapplied fixes for CodeWarrior compilation
2003-08-15  Václav Slavíkinclude compiler name in plugin DLL name on Windows
2003-08-15  Julian SmartCan now switch between PostScript and WIN32 print dialogs
2003-08-14  Václav Slavíkreverted previous commit; include wx/timer.h in wxBase...
2003-08-14  Václav SlavíkwxBase compilation fixes
2003-08-14  Stefan Csomorproperties as collection
2003-08-14  Václav SlavíkwxBase compilation fix
2003-08-13  Vadim Zeitlincheck the week day for consistency in ParseFormat(...
2003-08-13  Vadim Zeitlinremoved an unused variable (patch 788101)
2003-08-13  Robin DunnClear --> ClearBackground
2003-08-13  Stefan Csomorcollection support for XTI
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-13  Jouk Jansen Committing in .
2003-08-11  Julian SmartMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
2003-08-11  Julian SmartCater for wxUSE_IMAGE=0
2003-08-11  Julian SmartCater for wxUSE_IMAGE=0
2003-08-11  Stefan Csomoradded wxDynamicObject (kind of delegate, docs to come...
2003-08-11  Vadim Zeitlinfixed some warnings about unused variables values
2003-08-10  Václav Slavík__WXMAC__, not __MAC__
2003-08-10  Vadim Zeitlincompilation fix for !USE_PCH
2003-08-10  Václav SlavíkwxMac fix
2003-08-10  Vadim Zeitlinadded version checking to the renderers
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-09  Stefan Csomorextended streaming-out for event handlers
2003-08-08  Stefan Csomorxti expansions, streaming code changes
2003-08-08  Vadim Zeitlindon't ignore start parameter in find_last_of()
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-06  Václav Slavíkremoved OSX code that is no longer needed
2003-08-06  Vadim Zeitlinadded Load() and Set() methods
2003-08-06  Václav Slavíkdeprecated Initialize/CleanUpClasses
2003-08-06  Václav Slavíkcheck memory leaks sooner, when wxLog target is still...
2003-08-06  Václav Slavíkinitialize wxClassInfo::sm_classTable automatically
2003-08-05  Stefan Csomoradded more specializations for bcc32
2003-08-05  Stefan Csomorbcc32 needs some more specializations
2003-08-05  Stefan Csomorxti change
2003-08-05  Stefan Csomorborland fix
2003-08-05  Stefan Csomorxti extensions
2003-08-05  Stefan Csomorxti streaming extensions
2003-08-04  George TaskerAdded a check for a '.' in the column name before prepe...
2003-08-04  Vadim Zeitlincopy wxImage options when copying the images (replaces...
2003-08-04  Vadim Zeitlinno changes, just resolved a conflict
2003-08-04  David ElliottImplement new static Unload(handle) instead of old...
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-04  Václav Slavíkreworked wxBuildOptions code to work even w/o function...
2003-08-04  Václav Slavíkfixed version number expansion
2003-08-04  Vadim Zeitlinfixed non GUI cmd line options
2003-08-04  Vadim Zeitlincompilation fix after warning fix
2003-08-03  Vadim Zeitlinfixed warning in non-DLL build
2003-08-03  Vadim Zeitlinmoved wxUniv-specific GUI stuff from wxBase to wxCore...
2003-08-03  Vadim Zeitlinmissing or wrong DLLEXPORTs for DLL build
next