]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx/text.tex
Extended wxTextAttr and added wxTextCtrl::GetStyle stub
[wxWidgets.git] / docs / latex / wx / text.tex
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-04-02  Vadim Zeitlincorrected a slightly confusing wxTE_LEFT/CENTRE/RIGHT...
2003-01-18  Václav SlavíkTRUE/FALSE -> true/false in documentation
2003-01-02  Vadim Zeitlinsay that EVT_TEXT_ENTER requires wxTE_PROCESS_ENTER...
2003-01-02  Vadim Zeitlinmade generic EmulateKeyPress() to work with Delete...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-08-30  Vadim Zeitlinmention that SetSelection(-1, -1) selects everything
2002-08-22  Vadim Zeitlinmention that Clear() and SetValue() *will* send EVT_TEX...
2002-07-21  Vadim Zeitlinadded (and documented) trivial but useful IsSingleLine...
2002-06-07  Vadim Zeitlinapplied typos and spelling error fixes patch from Olly...
2002-05-24  Vadim ZeitlinwxTextCtrl::OnChar() can't be used to translate the...
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-02-12  Vadim Zeitlinadded IsEditable
2002-01-23  Vadim Zeitlinreplaced non existing wxTE_HSCROLL style with wxHSCROLL
2002-01-19  Julian SmartCorrected wxTextCtrl doc
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2001-12-25  Vadim Zeitlinemphasized that SetValue() doesn't make the control...
2001-12-03  Julian SmartFixed some label errors
2001-12-02  Vadim ZeitlinSetDefaultStyle(wxTextAttr()) now resets the default...
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-10-19  Vadim Zeitlinadded wxStreamToTextRedirector
2001-10-18  Vadim Zeitlinadded and documented wxTE_NOHIDESEL
2001-08-16  Vadim Zeitlindocumented SetMaxLength(0)
2001-08-16  Vadim Zeitlinadded new text event macros description
2001-08-16  Vadim Zeitlinadded sending of EVT_TEXT_MAXLEN to wxGTK, suppressed...
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2000-12-20  Vadim ZeitlinwxPerl doc patches applied
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Julian SmartSome doc fixes; BC++, Watcom C++, Mingw32 fixes
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-04-30  Robin DunnwxPython documentation update
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-02-15  Julian SmartAdded 'Include files' section to class references
1999-02-03  Julian SmartCured some Latex problems; fixed i declaration; fixed...
1999-02-03  Harco de Hilsterremoved gtk_text references
1999-02-03  Harco de HilsterFixed incredibly stupid mistake made earlier by me...
1999-02-02  Harco de Hilsterincluded description of wxTextCtrl::AppendText
1999-01-31  Harco de HilsterSome updates to clarify definitions and behaviour of...
1999-01-24  Robert Roebling Small doc corrections
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-06-14  Julian SmartChanged documentation const convention for non-objects...
1998-05-20  Karsten BallüderI've now added the documentation files.