Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / text / text.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-07-10  Vadim ZeitlinForbid setting hints for multi-line text controls.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-09  Vadim ZeitlinShow extra mouse buttons and wheel state in the text...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-02-19  Vadim ZeitlinDon't ask for wxTextAttr colour if it doesn't have...
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-12-07  Vadim ZeitlinUse white background by default for multiline readonly...
2009-11-26  Vadim ZeitlinUse wxTE_RICH style for the log window in the text...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-05-09  Francesco Montorsiadd new predefined colour (and relative brush/pen)...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
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...
next