]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/statbox.cpp
Fixed bug that showed a small gap on the wxStaticBox when the label
[wxWidgets.git] / src / gtk1 / statbox.cpp
2002-06-07  Robin DunnFixed bug that showed a small gap on the wxStaticBox...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-01-11  Vadim Zeitlinadded support for wxALIGN_XXX in wxStaticBox
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-01-06  Robert Roebling Themes again.
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-11-21  Robert Roebling Added speed-up for font-loading (a bit simplistic),
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-27  Robert Roebling Small distrib updates,
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-15  Ove KaavenA couple more.
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-06  Robert Roebling Fillid in many more missing functions (such as Enable())
1998-09-06  Robert Roebling SetFont() the second
1998-07-23  Vadim Zeitlinoops... a typo in just checked in file corrected
1998-07-23  Vadim Zeitlincall to SetLabel in Create() added to strip "&" charact...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision