]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx/text.tex
allow dynamically changing most of text control styles in wxGTK
[wxWidgets.git] / docs / latex / wx / text.tex
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-10-24  Vadim Zeitlinmention that ChangeValue() is for wx 2.7.1+; don't...
2006-10-09  Vadim Zeitlindocument IsEmpty()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-01  Julian SmartFirst cut at wxRichTextCtrl documentation
2006-06-29  Julian SmartMoved wrongly placed hit test constants
2006-06-26  Vadim Zeitlinadded SetModified() for people who find it easier to...
2006-05-06  Vadim Zeitlinadded wxTextAttr::Merge (modified patch 1482719)
2006-03-12  Vadim ZeitlinGetNumberOfLines() now returns the number of physical...
2005-08-08  Mart Raudsepp[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x...
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-03-27  Vadim Zeitlinadded wxTE_BESTWRAP style (which is the default now...
2005-03-21  Vadim Zeitlinfixed wxTE_WORDWRAP description; wxTE_LINEWRAP supporte...
2005-03-18  Julian SmartExpanded wxSystemOptions docs, documented wxTE_CAPITALIZE
2005-02-19  Kevin HockDocumentation - wxTE_AUTO_URL for wxGTK2 from Mart...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-12-06  Kevin HockwxHSCROLL works in GTK2, changed description to indicat...
2004-10-22  Kevin Hock*** empty log message ***
2004-09-23  Julian SmartMinor doc corrections
2004-09-22  Włodzimierz SkibaMissed labels to replace number of 'topicNNN' in anchor...
2004-07-31  Julian SmartFixed wxTextCtrl::SetMaxLength for rich edit controls
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-06-19  Julian SmartTex2RTF doesn't like {\tt{ thing}}
2004-06-18  Julian SmartLatex corrections from Marc Albrecht
2004-05-25  Václav Slavíkimplemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch...
2004-05-15  Vadim Zeitlinsubdindented paragraphs support (patch 933436)
2004-05-04  Julian SmartName change replacements
2004-05-04  Julian SmartImproved real Latex support
2004-05-01  Mattia Barbon Some wxPerl notes.
2004-02-08  Julian SmartMisc documentation fixes
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2003-09-10  Vadim Zeitlindocumented that wxHSCROLL disables wrapping; added...
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.