]> git.saurik.com Git - wxWidgets.git/history - src/generic/statline.cpp
Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString...
[wxWidgets.git] / src / generic / statline.cpp
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-27  Mattia Barbon Don't leave the wxStaticBox hanging around after...
2003-05-27  Jouk Jansen Committing in .
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2002-07-29  Mattia BarbonFixed my utnpaste error (thanks to Marcin Wojdyr
2002-07-27  Mattia BarbonAdded DoSetSize and DoMoveWindow to generic wxStaticLine.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-16  Michael BedwardAdded GetMainWidget() to fix bug that was causing crash...
1999-09-03  Michael BedwardFixes for gcc 2.95 and AIX.
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...