Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / univ / statusbr.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2006-10-25  Václav Slavíkuse window's font instead of the default one in wxStatusBar
2006-09-29  Václav Slavíkfixed wxStatusBar size calculations so that the text...
2006-09-20  Vadim Zeitlindefine wxCONTROL_SIZEGRIP as another possible interpret...
2006-09-07  Václav Slavíkuse GetCharHeight in GetHeight() instead of creating...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-10  Włodzimierz SkibawxEmptyString decorations.
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2004-08-10  Włodzimierz SkibaCleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-13  Julian SmartImproved colours in wxUniv -- white (window colour...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-03-15  Vadim Zeitlinreduced flicker in the statusbar when resizing the...
2002-02-15  Václav Slavíkdon't show size grip when maximized
2002-02-11  Julian SmartPut m_statusText.SetCount(number) before wxStatusBarBas...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-10-16  Vadim Zeitlinfixed status bar drawing broken by previous compilation fix
2001-10-15  Václav Slavíkcompilation fix for wxMGL
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv