]> git.saurik.com Git - wxWidgets.git/history - src/generic/statusbr.cpp
Don't refresh statusbar field if the text is identical
[wxWidgets.git] / src / generic / statusbr.cpp
2004-03-07  Julian SmartDon't refresh statusbar field if the text is identical
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-11  Robin DunnThe statusbar should start with one field, not zero
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Vadim Zeitlingeneric status bar now:
2002-07-15  David WebsterNicer looking OS/2 Statusbar
2002-07-01  Julian SmartCorrected scoping error for i
2002-06-30  Ron LeePreserve prior StatusBar contents when adding removing...
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-01-11  David WebsterOops, left some personal stuff in here.
2002-01-11  David WebsterOS/2 Statusbar fixes
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-17  Robert Roebling MAcOS X clears the background (with stripes) for
2001-11-02  Vadim Zeitlinmore efficient SetStatusText for the generic wxStatusBa...
2001-10-18  Vadim Zeitlinfix for wxStatusBar linking problems under wxMac
2001-10-17  Vadim Zeitlinfix for linking problem under !MSW
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-23  David WebsterMoving y pos transofrmation code to wxOS2::wxDC elimian...
2000-12-18  David WebsterOS2 Statusbar fix
2000-11-27  David WebsterSome OS/2 customization to make a more presentable...
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