Try native method first in LoadFile() and SaveFile()
[wxWidgets.git] / src / common / statbar.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-04-25  Francesco Montorsifix wxASSERT_MSG in PopStatusText: we always need to...
2009-04-24  Francesco Montorsifix push/pop mechanism after r58786; add a few notes...
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...
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-17  Stefan Csomorfixing include style
2008-12-31  Francesco Montorsireplace dynamic_cast<> with wxDynamicCast
2008-12-31  Francesco Montorsiremove tabs added by error in previous commit
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2006-10-20  Václav Slavíkfixed computation of status bar fields width if the...
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...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-12  Julian SmartwxFrameBase doesn't have wxRTTI so don't test for it, or
2004-12-16  Vadim Zeitlinfix memory leak when using styes (closes 1086273)
2004-10-17  Vadim Zeitlincompilation fix for !USE_PCH
2004-10-16  Vadim Zeitlinreset parent frame tool/status bar pointer automaticall...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-17  Vadim Zeitlinfixed rounding errors in variable status bar panes...
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
2003-08-24  Julian SmartEliminated bizarre VC++ internal compiler errors, perha...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-03-15  Vadim Zeitlinreduced flicker in the statusbar when resizing the...
2001-10-15  Vadim Zeitlinreveretd change commenting out IMPLEMENT_DYNAMIC_CLASS
2001-10-15  Robert Roebling wxStatusBar doesn't link with double IMPLEMENT.....
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv