A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / text /
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-05  Julian SmartUpdated version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
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-04-07  Gilles Depeyrotupdated CodeWarrior 5.3 exported xml projects
2002-02-25  Vadim Zeitlinfixed error in mouse capture test
2002-01-25  Vadim Zeitlininserted @IF_GNU_MAKE@ to allow building with other...
2002-01-18  Julian SmartUpdated VC++ files
2002-01-10  Gilles Depeyrotchanged PPC struct alignement setting
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-12-02  Gilles Depeyrotstore CodeWarrior 5.3 projects as xml instead of binary...
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
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-09  Vadim Zeitlinadded new project files for all samples and demos;...
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-09-09  Gilles Depeyrotrenamed CodeWarrior 5 projects (added new ones as well)
2001-08-23  Vadim Zeitlinadded possibility to filter out some messages - there...
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-12  Gilles Depeyrotcorrected CodeWarrior project target names and generate...
2001-08-10  Julian SmartFixed project files for regex.lib, taking the regex...
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-07-22  Gilles Depeyrotadded dependency handling to Makefiles
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-09  Gilles Depeyrotadded CodeWarrior 5 projects for samples
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-15  Julian SmartCorrected some casting errors -> XtPointer
2001-05-10  Julian SmartRemoved references to xpm[d].lib
2001-02-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-02-27  Václav Slavíkfixed: text.rc was datafile => copied to build dir
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-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-15  Vadim Zeitlinadded test for text ctrls with the same id
2000-01-14  Vadim Zeitlin1. some warnings fixed in forty
2000-01-03  Robert Roebling Distrib things,
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-26  Patrick AlbertSolving link problem with 16 bits versions (wxProcessEv...
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-14  Robert Roebling Makefile updates
1999-08-14  Robert Roebling More samples makefiles
1999-08-13  Robert Roebling More makefiles
1999-08-06  Robert Roebling Minor changes to samples.
1999-08-05  Julian SmartAdded new files to .rsp files; added new samples to...
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.*
1999-07-12  Vadim Zeitlin1. wxTextControl::SetFont() does something (good or...
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-06-10  Robert Roebling Corrected byte swapping macros.
1999-06-07  Robert Roebling CVS cleanups.
1999-06-04  Robert Roebling Added missing file.
1999-06-01  Vadim Zeitlinold makefiles removed
1999-05-31  Robert Roebling Added own sample for text ctrl, char/key events,...