]> git.saurik.com Git - wxWidgets.git/history - src/generic/statusbr.cpp
OS/2 fixes
[wxWidgets.git] / src / generic / statusbr.cpp
2000-10-25  David WebsterOS/2 fixes
2000-10-24  David WebsterOS/2 updates for statusbar processing
2000-10-02  David WebsterOS/2 Statusbar fixes, and class interface updates
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-02-09  Vadim Zeitlinfixed fatal bug in wxStatusBar::SetFieldsCount(), added...
2000-02-06  Vadim Zeitlintried to fix compilation for mingw32 and wxGTK/Motif...
2000-02-05  Julian SmartSetStatusFields type in implementation now matches...
2000-02-05  Guillermo Rodrigue... Reverted a change which breaks compilation for win32...
2000-02-05  Stefan NeisInclude Header file of base class!
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-09-24  Vadim Zeitlinrestored "#ifdef __WXMSW__" around SetFont(wxNullFont...
1998-09-23  Julian SmartwxMotif: wxWindow/Client/PaintDC starting to work.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-06  Robert Roebling SetFont() the second
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-08  Vadim Zeitlina couple of "const" mistakenly removed restored
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision