]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/statusbr.h
Add wxDEPRECATED_MSG() and use it in a couple of places.
[wxWidgets.git] / include / wx / generic / statusbr.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-05  Vadim ZeitlinUpdate the field widths on demand in wxStatusBarGeneric.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-18  Vadim Zeitlindon't show size grip if the window the status bar is...
2006-09-13  Włodzimierz Skibait needs wxUSE_* guard to not break smartphone build.
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-06-19  Václav Slavíkdon't explicitly set font and bg colour
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-07  Robin DunnwxStatusBarGeneric::DoGetBestSize
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Vadim Zeitlingeneric status bar now:
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-30  Ron LeePreserve prior StatusBar contents when adding removing...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-02-05  Guillermo Rodrigue... Some compilation fixes
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
1999-04-14  Ove KaavenThe char->wxChar in window.h cascades through some...
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
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