Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / xrc / xh_statbar.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.
2009-04-25  Francesco Montorsitypo fix
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2007-09-09  Vadim Zeitlindon't give spurious error message if non-empty status...
2007-04-21  Vadim Zeitlinallow having children of status bar in XRC (patch 1704125)
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2004-09-23  Václav SlavíkwxUSE_XRC implies wxUSE_XML now
2004-09-22  Ryan NortonwxUSE_XML and wxUSE_XRC build fixes if expat is not...
2004-09-18  Václav Slavíkmoving XRC to the core
2004-07-29  Julian SmartNeeds log.h
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-05-18  Julian SmartSet fields count even if don't have widthds
2004-05-17  Julian SmartCheck for empty "widths"
2004-01-28  Dimitri SchoolwerthApplied patch #886192: "Minor fix to XRC contrib";...
2004-01-26  Julian SmartAdded RTTI
2004-01-23  Julian SmartApplied patch [ 882493 ] Added XRC support for wxStatusBar