]> git.saurik.com Git - wxWidgets.git/history - src/msw/statline.cpp
More WinCE mods
[wxWidgets.git] / src / msw / statline.cpp
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2002-02-22  Vadim Zeitlinmisc fixes for (absense of) the borders
2002-02-20  Vadim Zeitlinuse WS_CLIPSIBLINGS for wxStaticLine as well
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-23  Ove KaavenCouple more Unicode fixes.
1999-07-20  Robert Roebling MingW32 compilation fixes all over
1999-07-17  Harco de HilsterAdded statline to Makefile.am
1999-07-10  Julian SmartAdded test for wxUSE_STATLINE in statline.cpp
1999-07-09  Patrick AlbertSome minors changes, like adding empty lines at end...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...