wxWidgets.git
2001-03-05  Julian SmartwxFileSelector should have file name only, not path...
2001-03-04  Stefan Csomorcorrected redraw problems with native controls
2001-03-04  Stefan Csomor correct window class attribution (was wrong in carbon)
2001-03-04  Stefan Csomorchanged choice to properly inherit from wxChoiceBase...
2001-03-04  Stefan Csomorchanged choice to properly inherit from wxChoiceBase...
2001-03-04  Vadim Zeitlinadded EVT_COMMAND_SCROLL_THUMBRELEASE event
2001-03-03  Vadim Zeitlinwx-config changes merged from the 2.2 branch
2001-03-03  Stefan Csomormac changes : wxDC - removed doubly defined vars (inher...
2001-03-02  Robert RoeblingImplemented wxStaticLine under Mac. I thought I had
2001-03-02  Julian SmartAdded DisplayTextPopup to wxHtmlHelpController; fixed...
2001-03-02  Julian SmartAdded test to prevent crash in LogMenuEvent
2001-03-01  Stefan Csomorfinal adjustements to wxToolbar to make it layout as...
2001-03-01  David WebsterAdded YieldIfNeeded
2001-03-01  David WebsterNew .dll mod def file
2001-02-28  Stefan Csomoradded new focus behaviour (like MSW) and toolbar fixes
2001-02-28  David WebsterUndo the Test commit
2001-02-28  David WebsterTest commit
2001-02-28  Robin Dunnfixed problem in wrapping of wxOGLConstraint
2001-02-28  Vadim Zeitlinfixed bug with wx-config --cflags not returning the...
2001-02-28  Stefan Csomordefault window creation algorithm for mac platform...
2001-02-28  Stefan Csomortoolbars are now possible in any window
2001-02-28  Julian SmartLocal event array wasn't initialized
2001-02-28  Stefan Csomoradded menubar update OnActivate for multiple frames...
2001-02-28  Stefan Csomorcorrected hiding/showing of native mac controls
2001-02-27  Stefan Csomorcorrected the invalidation when resizing windows (was...
2001-02-27  Stefan Csomoradded calls for invalidating the dc setup on mac explic...
2001-02-27  Stefan Csomoradded a call for invalidating the dc setup on mac expli...
2001-02-26  Gilles Depeyrotadded CodeWarrior projects for Classic Mac OS
2001-02-26  Robert RoeblingwxMac:
2001-02-26  Vadim Zeitlinmatching changes for makefile.g95
2001-02-26  Vadim Zeitlinapplied patch 403988 (fixing MDI window menu)
2001-02-26  Vadim Zeitlinapplied patch 403898 (fixing msw/tabctrl.cpp include)
2001-02-26  Vadim Zeitlinapplied patch 404136 which is supposed to fix BC5.5...
2001-02-26  Vadim Zeitlinapplied patch 403956 (gcc warning fix)
2001-02-26  Gilles Depeyrotadded missing method to set colour from hex value
2001-02-23  Václav Slavíkusing wxURL now enforces linking http.o, ftp.o and...
2001-02-23  Vadim Zeitlinfixed GetMargins() compilation
2001-02-23  Stefan CsomorDefine wxUSE_NOTEBOOK for Mac. Required ny sizer.
2001-02-23  Stefan CsomorDont crash wxFileDialog on Mac when calling CentreOnXXX...
2001-02-23  Václav Slavíkdocumented fs_zip bugfix
2001-02-23  Vadim Zeitlinadded GetMargins()
2001-02-22  Václav Slavíkfixed FindFirst/FindNext in fs_zip, it should find...
2001-02-22  Julian SmartAdded PROIO_ prefix to yyparse to get it to link.
2001-02-22  Julian SmartAttempted to improve tip window behaviour, but kill...
2001-02-22  Julian SmartwxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetIte...
2001-02-22  Julian SmartCorrected Clone return type
2001-02-22  Julian SmartChanged wxYield calls to wxYieldIfNeeded
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-02-21  Václav Slavíkadded missing implementation of wxHashTableLong::Create
2001-02-21  Václav Slavíkfixed compilation problem (frame.h not included)
2001-02-21  Robin Dunnsome little fixes
2001-02-21  Robin Dunnsome little fixes
2001-02-21  Stefan Csomoradded carbrsrc.r to carbon resource target
2001-02-21  Stefan Csomorthe carbon resource tag
2001-02-21  Stefan Csomorcorrected an superfluous initfloatingwindows call in...
2001-02-20  Gilles Depeyrotadded CodeWarrior project for Classic Mac OS
2001-02-20  Gilles Depeyrotdo not perform Gestalt tests under Mac OS X
2001-02-20  Stefan Csomoradded a PROIO_yyparse function in order to compile...
2001-02-20  Vadim Zeitlinfixed memory leak in Accept()
2001-02-20  Václav Slavíkfixed lies in wxFileSystem docs
2001-02-20  Václav Slavíkfixed some crashes
2001-02-20  George TaskerAdded a #ifndef for DMPAPER_USER to define it to the...
2001-02-20  Vadim Zeitlinmade wxApp::GetTopWindow() virtual
2001-02-20  Vadim Zeitlincompilation fix (patch 103882)
2001-02-20  Robin DunnAdded a SetFont method that behaves like SetLabel does...
2001-02-19  Vadim Zeitlinfixed wxSocket::_Wait() for worker threads in an MT...
2001-02-19  Vadim Zeitlintemp (?) fix for wxYield() calls from other threads
2001-02-19  George TaskerAdded xh_frame.obj to the list of target objects
2001-02-16  Vadim Zeitlinsome minor fixes to the docs (bugs 13271[56])
2001-02-16  Vadim Zeitlinapplied patch 103798 (yy... defines moved from expr...
2001-02-16  Václav Slavíkapplied patch #103817 to both branches (HTML printing...
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2001-02-15  Gilles Depeyrotadded CodeWarrior project for Classic Mac OS
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-14  Robin DunnFixed bug that was giving the wrong size of wxCustomDat...
2001-02-14  Vadim ZeitlinwxADJUST_MIN definition (forgot to ci last time)
2001-02-14  Vadim Zeitlinadded wxADJUST_MINSIZE sizer flag
2001-02-13  Vadim Zeitlinfixed bug in wxCalendarCtrl (132199) and bug in wxDateT...
2001-02-13  Julian SmartMore GTK+ 1.3.1 fixes
2001-02-13  Julian SmartFurther __WXGTK20__ fix
2001-02-13  Jouk Jansen Committing in .
2001-02-13  Julian SmartTried to fix GTK+ 2.0 compilos
2001-02-13  George TaskerBeginnings of BLOB support - Do not use BLOBs yet thoug...
2001-02-13  George TaskerBeginnings of BLOB support - Do not use BLOBs yet thoug...
2001-02-13  George TaskerA temporary hDIB was not being unlocked before exiting...
2001-02-13  George TaskerFixes display of bitmaps in owner drawn controls (like...
2001-02-12  Gilles Depeyrotadded CodeWarrior projects for Classic Mac OS
2001-02-12  Gilles Depeyrotremoved CodeWarrior projects added as ascii instead...
2001-02-12  Robin DunnNow uses CC_FULLOPEN if m_colourData.GetChooseFull()
2001-02-12  George TaskerChanged source files to not include Mark's old defunct...
2001-02-12  Julian SmartSmall mod
2001-02-12  Vadim Zeitlinfixed KDE link file reading code
2001-02-12  Julian SmartChanges to distribution scripts
2001-02-12  Julian SmartFix for unsafe use of a global pointer for focus window...
2001-02-12  Vadim Zeitlinfixed crash with '\' on the end of the last line
2001-02-09  Gilles Depeyrotupdated CodeWarrior projects for latest wxMac commits
2001-02-09  Gilles Depeyrotupdated CodeWarrior projects for latest wxMac commit
2001-02-09  Ron Leecleaned some old cruft out of configure.in
next