]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-08-01  Vadim Zeitlincheck for comctl32.dll version in wxUxThemeEngine:...
2003-08-01  Václav Slavíkcompilation fix
2003-08-01  Václav Slavíkmultilib mode
2003-08-01  Václav SlavíkLIB instead of Static, better aligned
2003-08-01  Václav Slavíkremoved duplicated code from dynlib.h and dynload.h
2003-08-01  Vadim ZeitlinUnicode compilation fixes
2003-08-01  Václav Slavíkadded VC++ project files
2003-08-01  Václav Slavíkadded VC++ project files
2003-08-01  Václav Slavíkregenerated after adding DEBUG_ options
2003-08-01  Václav Slavíkadded VC++ project files
2003-08-01  Václav SlavíkwxUSE_GUI=0 not needed
2003-08-01  Václav Slavíkfor nicer Makefile.in
2003-08-01  Václav Slavíkoverview of multilib libraries added
2003-08-01  Václav Slavíkregenerated after adding DEBUG_ options
2003-08-01  Václav Slavíkregenerated after adding DEBUG_ options
2003-08-01  Václav SlavíkXML code needs wchar_t
2003-08-01  Václav Slavíkremoved Mingw32-gcc295.patches ; it is obsolete for...
2003-08-01  Václav Slavíkpreparation for runtime loading of plugins
2003-08-01  Václav Slavíkregenerated after adding DEBUG_ options
2003-08-01  Václav Slavíkfixed weird error
2003-08-01  Václav Slavíkadded VC++ projects
2003-08-01  Václav Slavíklink against wxXml
2003-08-01  Václav Slavík--enable-debug_flag and --enable-debug_info work again
2003-08-01  Julian SmartDon't draw full-width sash if not drawing 3D border...
2003-08-01  Julian SmartOnly draw borders if wxSP_3DBORDER specified, as before
2003-08-01  Václav Slavíkadded DEBUG_FLAG, DEBUG_INFO and DEBUG_RUNTIME_LIBS...
2003-08-01  Vadim Zeitlinfixed XP renderer after base class changes
2003-08-01  Vadim Zeitlinadded missing arguments in wxDelegateRenderer
2003-08-01  Vadim Zeitlindocumented OnDrawBackground()
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-08-01  Václav Slavíkadded DEBUG_FLAG, DEBUG_INFO and DEBUG_RUNTIME_LIBS...
2003-07-31  Robin Dunnfixed --basename
2003-07-31  Robin DunnIf a wxPy[Command]Event has been cloned then we need...
2003-07-31  Robin DunnVarious testing changes
2003-07-31  David ElliottwxCocoa: Allow wxUSE_CLIPBOARD/wxUSE_DATAOBJ
2003-07-31  Stefan Csomortemplate<> added for some compilers
2003-07-31  Stefan CsomorAdded wxASSERT_MSGs
2003-07-31  Julian SmartRemoved some warnings in widgets sample
2003-07-31  Václav Slavíkexamples of customizing VC++ project files
2003-07-31  Václav Slavíkadded VC++ project files
2003-07-31  Julian SmartSuppressed some flicker in standard wxToolBar
2003-07-31  Julian SmartAdded back the copy ctor and assignment warning suppression
2003-07-31  Václav Slavíkreference to technote
2003-07-31  Václav Slavíkfixed dsw generator on Unix
2003-07-31  Václav SlavíkJulian forgot to add wxUSE_UXTHEME
2003-07-31  Václav Slavíknew wxUSE_xxx variables must be in chkconf.h
2003-07-31  Václav Slavíkcompilation fixes
2003-07-31  Václav Slavíkmake it possible to use wxConsoleApp in GUI build
2003-07-31  Václav Slavíkfinished documentation on modifying new build system
2003-07-31  Vadim Zeitlinadded wxUxThemeHandle class for opening/closing theme...
2003-07-31  Vadim Zeitlinsuppress errors when loading uxtheme.dll
2003-07-31  Vadim Zeitlinuse XP renderer if available; implemented splitter...
2003-07-30  Vadim Zeitlincompilation fix after wxUxThemeEngine changes
2003-07-30  Vadim Zeitlin[start of] cleanup uxtheme support code
2003-07-30  Václav Slavíkadded file groups to VC++ project files
2003-07-30  Václav Slavíkremoved univ/setup.h, shouldn't be here
2003-07-30  Vadim Zeitlinadded wxVListBox::OnDrawBackground(); fixed warnings
2003-07-30  Václav Slavíkadded VC++ projects
2003-07-30  Václav Slavíkadded rendrcmn
2003-07-30  Václav Slavíkadded setup.h copying to VC++ project files
2003-07-30  Gilles Depeyrotupdated with latest file changes and added dynamic...
2003-07-30  Gilles Depeyrotupdated with latest file changes and added dynamic...
2003-07-30  Stefan Csomorxti fixes
2003-07-30  Stefan Csomorworkaround CW bug
2003-07-30  Stefan Csomorfixing xti problems
2003-07-30  Václav Slavíkdon't run autoconf automatically, it's problematic...
2003-07-30  Václav Slavíkversioned symbols no longer contain toolkit name, only...
2003-07-30  Václav SlavíkAM_PATH_WXCONFIG takes 4th argument with libs list
2003-07-30  Vadim Zeitlinwarning fix (bug 714677)
2003-07-30  Václav Slavíkreorganized wx-config to have all configure-modified...
2003-07-30  Václav Slavíkmore fixes: add host_alias suffix when cross-compiling...
2003-07-30  Vadim Zeitlinreverted GTK 1.x part of the last patch, it breaks...
2003-07-29  Vadim Zeitlinquick and dirty fix for strptime()
2003-07-29  Václav Slavíkfix wxBase name
2003-07-29  Václav Slavíkfixed a small bug
2003-07-29  Václav Slavíkadapted wx-config to work in multilib mode
2003-07-29  Robin DunnSWIGged update for wxGTK
2003-07-29  Robin DunnShow how to iterate selected items in a wxListCtrl.
2003-07-29  Robin DunnRegenerated embedded images
2003-07-29  Robin DunnDon't log errors from GetScrollInfo since it is possibl...
2003-07-29  Robin DunnAllways need an App object now
2003-07-29  Robin DunnTwo fixes for CheckTransparency. First, don't start...
2003-07-29  Julian SmartAdded wxPaintDCEx class, to handle the case where an HDC
2003-07-29  David ElliottAdded stubs for (DeviceToLogical|LogicalToDevice)(X...
2003-07-29  David ElliottStub for wxIcon constructor taking a non-const xpm
2003-07-29  David ElliottStub for wxRegion constructor taking a wxRect
2003-07-29  David ElliottIMPLEMENT_DYNAMIC_CLASS for wxSpinEvent
2003-07-29  David ElliottKeep track of the captured mouse window so the base...
2003-07-28  Vadim Zeitlinregenerated after adding rendcmn.cpp
2003-07-28  Václav Slavíkcompilation fix
2003-07-28  Stefan Csomormetadata streaming
2003-07-28  Stefan Csomorpreliminary EXTENDED_RTTI
2003-07-28  Stefan Csomorxti updates
2003-07-28  Stefan CsomorAdded Setter for Position (consistency)
2003-07-28  Vadim Zeitlincompilation fix for !PCH
2003-07-28  Vadim Zeitlinadded rendcmn.cpp
2003-07-28  David ElliottwxCocoa: Added clipbrd.(mm|h) dataobj.(mm|h) dataform...
2003-07-28  David ElliottwxCocoa: Include new platform-specific headers
2003-07-28  David ElliottAdded wxClipboard and wxDataObject (and friends) declar...
2003-07-28  David ElliottwxCocoa: added src/cocoa/fontenum.mm
next