wxWidgets.git
2001-10-16  Vadim Zeitlinfixed status bar drawing broken by previous compilation fix
2001-10-16  Vadim Zeitlinshow some text in the status bar panes
2001-10-15  Vadim Zeitlinrefresh wxStaticText after changing its label if we...
2001-10-15  Vadim Zeitlinfixed wxListCtrl::DeleteAllColumns() in the generic...
2001-10-15  Václav Slavíkfixes to mask creation by colour
2001-10-15  Václav Slavíkfixed off-by-one error
2001-10-15  Václav Slavíkoops, segfault
2001-10-15  Václav Slavíkadded GetStdIcon support to wxRenderer
2001-10-15  Václav Slavíkremoved junk
2001-10-15  Václav Slavík1. added GetStdIcon support to wxRenderer
2001-10-15  Vadim Zeitlinmade wxStaticBox transparent (patch 427936)
2001-10-15  Václav Slavíkcompilation fix for wxMGL (NotUniv directive doesn...
2001-10-15  Václav Slavíkcompilation fix for wxMGL
2001-10-15  Vadim Zeitlinfix for the dialog controls font
2001-10-15  Vadim Zeitlinreveretd change commenting out IMPLEMENT_DYNAMIC_CLASS
2001-10-15  Vadim Zeitlinoops, forgot to commit yesterday changes related to...
2001-10-15  Vadim Zeitlinadded section about incompatibilities between 2.2 and 2.3
2001-10-15  Robert Roebling Further fixes for wx-config and MacOS X.
2001-10-15  Robert Roebling wxStatusBar doesn't link with double IMPLEMENT.....
2001-10-15  Robert Roebling Added Rez support to wx-config for MacOS X
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-14  Václav Slavíkfixes to MSW LowLevel files
2001-10-14  Václav SlavíkwxWindow::Enable now correctly has recursive effect...
2001-10-14  Václav Slavíkadded wxHtmlWindow::AppendToPage
2001-10-14  Václav SlavíkwxBusycursorSuspender used in wxMGL as well (we need...
2001-10-14  Václav Slavíkfixed restoration of global cursor
2001-10-14  Václav SlavíkDC output fix
2001-10-14  Václav Slavíkantialiasing now disabled for small fonts
2001-10-14  Václav Slavíkremoved obsolete files from wxMGL
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-14  Václav SlavíkwxUSE_CHOICE ifdefs, so that the sample compiles with...
2001-10-14  Vadim Zeitlinregenerated from the templates
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-14  Julian SmartUpdated email address
2001-10-14  Gilles Depeyrotadded conditional compilation test around wxGetDiskSpac...
2001-10-14  Gilles Depeyrotuse MoreFiles under Mac OS X
2001-10-14  Gilles Depeyrotinclude wxWindows headers using "..." instead of <...>
2001-10-14  Gilles Depeyrotcorrected comment
2001-10-14  Gilles Depeyrotcorrections for Mac OS X
2001-10-14  Gilles Depeyrotuse native dialogs instead of generic ones under Mac...
2001-10-14  Ron LeeFixed clean target to really clean all the cruft that...
2001-10-14  Ron LeeMerged IA64 build fixes from 2.2 (this will undoubtably...
2001-10-13  Václav Slavíkbetter windows painting in wxMGL
2001-10-13  Václav Slavíkfixed mouse capture release code -- it previously relea...
2001-10-13  Vadim Zeitlinchanged some Remove()s into RemoveAt()s
2001-10-13  Gilles Depeyrotuse MoreFiles under Mac OS X
2001-10-13  Gilles Depeyrotremoved useless files
2001-10-13  Gilles Depeyrotupdated wxMac file list (use MoreFiles)
2001-10-13  Gilles Depeyrotcorrected typo in conditional compilation for Darwin...
2001-10-13  Gilles Depeyrotstrcasecmp is in the system libraries under Mac OS X
2001-10-13  Gilles DepeyrotAdded flat Carbon and MoreFiles headers to compile...
2001-10-13  Gilles Depeyrotadded wxMac distribution target
2001-10-13  Gilles Depeyrotadded MoreFiles sources to wxMac under Mac OS X
2001-10-13  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-12  Vadim Zeitlindon't define wxUSE_OWNER_DRAWN for wxUniv
2001-10-12  Vadim Zeitlinadded base parameter to wxString::To[U]Long
2001-10-12  Robin DunnAdded style parameter to wxPopupWindow ctors so they...
2001-10-12  Vadim Zeitlinfix for Solaris realloc() which moves the memory block...
2001-10-12  David WebsterAdded new cmdline parsing classes to wxOS2
2001-10-12  David WebsterCleaned up makedfile to handle setup.h better. Added...
2001-10-12  Stefan Csomorfixed memory leak and optimized GetSubBitmap (Kudos...
2001-10-12  David WebsterNew wxUSE entries to support some new wx features.
2001-10-12  David WebsterNot really needed in CVS
2001-10-12  Vadim Zeitlinfix to avoid internal compiler error with gcc 2.95...
2001-10-12  Vadim Zeitlinmade wxString::assign() more efficient (don't force...
2001-10-12  David WebsterSome updates
2001-10-12  Gilles Depeyrotupdated with latest morefiles
2001-10-12  Vadim Zeitlinmake the main dialog resizeable
2001-10-12  Vadim Zeitlindo *NOT* make the window of the size of its parent...
2001-10-12  Vadim Zeitlincreate wxNotebook without any extended style
2001-10-12  Robin DunnMoved client data stuff directly into wxEvtHandler...
2001-10-11  Robin Dunnfixed leaking wxColour
2001-10-11  Robin Dunnadd a newline to the log message
2001-10-11  Ron Leeadded DEFINE_LOCAL_EVENT_TYPE() macro
2001-10-10  Vadim Zeitlinmore missing WXDLLEXPORT(_DATA)
2001-10-10  Stefan Csomormorefiles 1.5.2 adaptions
2001-10-10  Stefan Csomorno precompiled MacHeaders anymore (guarantees synched...
2001-10-10  Stefan Csomornew version 1.5.2 for morefiles
2001-10-10  Václav Slavíkfixed menu navigation with mouse
2001-10-10  Václav SlavíkFIXME so that I don't forget to implement this
2001-10-10  Vadim Zeitlinfix to allow code using EVT_END_PROCESS to compie with...
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Gilles Depeyrotrenamed global variable to avoid conflict with export...
2001-10-10  Gilles Depeyrotprovide option to disable use of precompiled headers...
2001-10-10  Gilles Depeyrotimproved OpenGL related documentation
2001-10-10  Vadim Zeitlindon't add /MT to CFLAGS explicitely
2001-10-10  Vadim Zeitlinfixes for cube sample from Paul Thiessen
2001-10-10  Robin DunnRemoved client data stuff from wxMenuBase since it...
2001-10-10  Vadim Zeitlinupdated templates and regenerated project files for...
2001-10-10  Jouk Jansen Committing in .
2001-10-10  Vadim Zeitlinattempts to process non ASCII key strokes properly
2001-10-10  Vadim Zeitlin[blind] fixes to the project file according to George...
2001-10-10  Jouk Jansen Committing in .
2001-10-10  Vadim Zeitlinformatting changes
2001-10-10  Vadim Zeitlinignore samples workspace files
2001-10-10  Vadim Zeitlinregenerated to include new files
2001-10-10  Vadim Zeitlinadded wx*.dsp files
2001-10-10  Vadim Zeitlin1. new samples proejct files for VC++
next