Split this out from other changes to keep things sane..
[wxWidgets.git] / samples / text / text.cpp
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-22  Vadim Zeitlinfix for gcc warning about incorrect format arg
2002-08-22  Vadim Zeitlingcc 3.1 warning fixes (patch 598343)
2002-08-22  Vadim Zeitlinremoved debugging code from the sample
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-07-21  Vadim Zeitlinfixed small memory leak
2002-07-21  Vadim Zeitlinfixed crash in text ctrl log on exit
2002-05-31  Vadim Zeitlinadded tests for the focus events
2002-05-12  Vadim Zeitlinadded the test for GtkText inside wxYield crash
2002-02-25  Vadim Zeitlinfixed error in mouse capture test
2002-01-09  Vadim Zeitlinno (real) changes
2002-01-03  Vadim Zeitlinlog textctrl should be readonly
2001-12-30  Vadim ZeitlinUnicode test
2001-12-09  Vadim Zeitlinfixed displaying text in non default charset in the...
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-25  Vadim Zeitlinadded Remove() test
2001-11-20  Vadim Zeitlincompilation fix
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-10-08  Vadim Zeitlinallow disabling text events too; show Ctrl-x events...
2001-10-08  Vadim Zeitlindon't log mouse events by default
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-08-23  Vadim Zeitlinadded possibility to filter out some messages - there...
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-01  Vadim Zeitlinadded tests for ScrollLines/Pages
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-07-26  Vadim Zeitlinadded demo of the difference Freeze/Thaw makes in wxTex...
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-15  Julian SmartCorrected some casting errors -> XtPointer
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-19  Guillermo Rodrigue... Fixed these:
2000-02-16  Vadim Zeitlinmissing event.Skip() added (it was impossible to use...
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-01-15  Vadim Zeitlinadded test for text ctrls with the same id
2000-01-14  Vadim Zeitlin1. some warnings fixed in forty
1999-12-22  Vadim Zeitlintests for "big" wxTextCtrls
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-07  Robert Roebling Correction to position of rotated text.
1999-11-09  Robert Roebling Removed Vadim's surplus code in clipboard.
1999-11-08  Vadim Zeitlinremoving Makefile.ams (and minor additions/fixes to...
1999-11-03  Robert Roebling A bit more testing.
1999-10-24  Robert Roebling Small distrib changes,
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-01  Vadim ZeitlinwxFontEnumerator class for Motif/X
1999-08-06  Robert Roebling Minor changes to samples.
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-07-15  Vadim Zeitlinmade the sample work under wxMSW too
1999-07-15  Vadim Zeitlinrenamed controls.* to text.*