rebake
[wxWidgets.git] / samples / text / text.cpp
2008-05-24  Vadim Zeitlinadd test for bug 716
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2008-03-06  Vadim Zeitlinuse %p for printing out a pointer
2008-03-04  Václav Slavíktest Freeze/Thaw completely, including clearing and...
2007-11-13  Vadim Zeitlinadded GetLineText() test
2007-11-13  Vadim Zeitlincompilation fix after argv changes
2007-11-09  Robert Roeblingcompilation
2007-03-11  Vadim Zeitlintest wxTE_NO_VSCROLL
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-10-08  Vadim Zeitlinadd test for ChangeValue()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-07-23  Mart RaudseppAdd ability to test tab stops. Very slightly modified...
2006-07-16  Vadim Zeitlinadded a DiscardEdits() test
2006-05-16  Vadim Zeitlintest IsModified() inside OnText()
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-03-24  Włodzimierz SkibaPRIOR/NEXT build fixes.
2006-03-08  Vadim Zeitlintest EVT_TEXT_ENTER
2006-01-23  Vadim Zeitlinadded tests of update UI handlers for clipboard menu...
2005-11-27  Michael WetherellReplace non-ascii characters with escapes
2005-06-02  Julian SmartUse standard ids
2005-02-26  Julian SmartSpacing is better on GTK+ and (hopefully) Mac
2005-02-19  Kevin HockSample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
2004-12-22  Vadim Zeitlinsimplified sizers, removed OnSize() which is not needed...
2004-11-07  Ryan Nortonfix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr...
2004-10-20  Vadim Zeitlinadded missing header (fixes compilation with WXWIN_COMP...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-25  Ryan NortonFixed GetLineLength and GetLineText for MLTE text contr...
2004-09-24  Ryan Nortonfix bug
2004-09-24  Ryan Nortonwhoops - I tabbed :)
2004-09-24  Ryan Nortonquiet annoying GCC warnings
2004-07-23  Vadim Zeitlincosmetic change
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-21  Włodzimierz SkibawxUSE_LOG fixes and sizer adjustements related to posit...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-23  Vadim Zeitlindon't use wxHSCROLL for the rich edit window, not that...
2004-06-22  Vadim Zeitlindon't overwrite initial controls value, explaining...
2004-06-13  Dimitri Schoolwerthreplaced menu calls Append([...], true) with the less...
2004-05-31  Włodzimierz SkibaCorrect parent for entering text dialog. -1->wxID_ANY...
2004-05-25  Julian SmartMore name changes
2003-09-18  Vadim Zeitlinremoved bogus #pragma implementation
2003-09-10  Vadim Zeitlinunused param warnings
2003-08-25  Julian SmartMinor change in case m_log is null
2003-06-23  Julian SmartImplemented wxTextCtrl::GetStyle for MSW
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-04-17  Julian SmartPart of a patch I forgot to commit previously: demonstr...
2003-03-24  Vadim Zeitlinadded test for Remove() and Replace() (patch 705051...
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.*