Update OpenVMS makefile
[wxWidgets.git] / src / msw / statusbar.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-21  Vadim ZeitlinUse flat generic status bar by default and add wxSB_SUNKEN.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-01-10  Vadim ZeitlinAdd missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks...
2011-11-30  Vadim ZeitlinMake wxMSW status bar slightly less tall by default.
2011-11-15  Vadim ZeitlinOnly update status bar fields after they were created...
2011-10-11  Vadim ZeitlinUpdate status bar labels properly after width change...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-29  Vadim ZeitlinFix two harmless gcc warnings about missing initializers.
2011-06-07  Vadim ZeitlinUpdate status bar fields widths from WM_SIZE handler.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-11-22  Vadim ZeitlinSet the width of the last status bar pane correctly...
2010-11-22  Vadim ZeitlinAdd status bar styles mapping to MSW styles broken...
2010-11-22  Vadim ZeitlinDon't set explicit background colour for wxStatusBar...
2010-11-22  Vadim ZeitlinRefactor wxStatusBar creation in wxMSW to do it in...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-01-20  Vadim ZeitlinDisable size grip for TLW status bar if TLW is not...
2009-10-16  Vadim ZeitlinRename wxEllipsizeFlags elements to avoid confusion...
2009-09-21  Vadim ZeitlinAccount for the margins used by Windows around status...
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-05-28  Francesco Montorsiavoid leaking allocated tooltips
2009-04-26  Francesco Montorsifix yet another typo
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
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  Robert RoeblingCompile fix
2009-02-09  Francesco Montorsifix memory leak; allocate the DC before SetFont() is...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2008-12-31  Francesco Montorsibuild fix for wxMSW statusbar
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}