2007-07-28 |
Vadim Zeitlin | added the mention of library in which each class is... |
blob | commitdiff | raw |
2007-03-11 |
Vadim Zeitlin | added support for wxTE_NO_VSCROLL (patch 1588605) and... |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | allow dynamically changing most of text control styles... |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Vadim Zeitlin | mention that ChangeValue() is for wx 2.7.1+; don't... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | document IsEmpty() |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
blob | commitdiff | raw | diff to current |
2006-07-01 |
Julian Smart | First cut at wxRichTextCtrl documentation |
blob | commitdiff | raw | diff to current |
2006-06-29 |
Julian Smart | Moved wrongly placed hit test constants |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Vadim Zeitlin | added SetModified() for people who find it easier to... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | added wxTextAttr::Merge (modified patch 1482719) |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | GetNumberOfLines() now returns the number of physical... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Mart Raudsepp | [wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x... |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | added wxTE_BESTWRAP style (which is the default now... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | fixed wxTE_WORDWRAP description; wxTE_LINEWRAP supporte... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Kevin Hock | Documentation - wxTE_AUTO_URL for wxGTK2 from Mart... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | wxTextPos for all GetLastPosition with constants for... |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Kevin Hock | wxHSCROLL works in GTK2, changed description to indicat... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Kevin Hock | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Julian Smart | Minor doc corrections |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | Missed labels to replace number of 'topicNNN' in anchor... |
blob | commitdiff | raw | diff to current |
2004-07-31 |
Julian Smart | Fixed wxTextCtrl::SetMaxLength for rich edit controls |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Vadim Zeitlin | implemented HitTest() for GTK2; test it in the sample |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Julian Smart | Tex2RTF doesn't like {\tt{ thing}} |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Julian Smart | Latex corrections from Marc Albrecht |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Václav Slavík | implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch... |
blob | commitdiff | raw | diff to current |
2004-05-15 |
Vadim Zeitlin | subdindented paragraphs support (patch 933436) |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Julian Smart | Name change replacements |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Julian Smart | Improved real Latex support |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Mattia Barbon | Some wxPerl notes. |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Julian Smart | Misc documentation fixes |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Vadim Zeitlin | added wxTextCtrl::HitTest(); implemented it for MSW |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Vadim Zeitlin | documented that wxHSCROLL disables wrapping; added... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Vadim Zeitlin | corrected a slightly confusing wxTE_LEFT/CENTRE/RIGHT... |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Václav Slavík | TRUE/FALSE -> true/false in documentation |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | say that EVT_TEXT_ENTER requires wxTE_PROCESS_ENTER... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | made generic EmulateKeyPress() to work with Delete... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-05 |
Julian Smart | Applied patch [ 603858 ] wxTextCtrl text alignment... |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Vadim Zeitlin | mention that SetSelection(-1, -1) selects everything |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | mention that Clear() and SetValue() *will* send EVT_TEX... |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Vadim Zeitlin | added (and documented) trivial but useful IsSingleLine... |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | applied typos and spelling error fixes patch from Olly... |
blob | commitdiff | raw | diff to current |
2002-05-24 |
Vadim Zeitlin | wxTextCtrl::OnChar() can't be used to translate the... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Vadim Zeitlin | added IsEditable |
blob | commitdiff | raw | diff to current |
2002-01-23 |
Vadim Zeitlin | replaced non existing wxTE_HSCROLL style with wxHSCROLL |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Julian Smart | Corrected wxTextCtrl doc |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtr... |
blob | commitdiff | raw | diff to current |
2001-12-25 |
Vadim Zeitlin | emphasized that SetValue() doesn't make the control... |
blob | commitdiff | raw | diff to current |
2001-12-03 |
Julian Smart | Fixed some label errors |
blob | commitdiff | raw | diff to current |
2001-12-02 |
Vadim Zeitlin | SetDefaultStyle(wxTextAttr()) now resets the default... |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Vadim Zeitlin | superposition of text styles in wxTextCtrl now works... |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Robin Dunn | GetSelection --> GetStringSelection |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Vadim Zeitlin | added wxTextCtrl::GetSelection() returning a wxString... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | added wxStreamToTextRedirector |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Vadim Zeitlin | added and documented wxTE_NOHIDESEL |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Vadim Zeitlin | documented SetMaxLength(0) |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Vadim Zeitlin | added new text event macros description |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Vadim Zeitlin | added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed... |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | 1. added wxTE_AUTO_URL style and support for it under... |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Vadim Zeitlin | wxPerl doc patches applied |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Julian Smart | Some doc fixes; BC++, Watcom C++, Mingw32 fixes |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. corrected some owner-drawn buttons bugs |
blob | commitdiff | raw | diff to current |
1999-08-19 |
Robert Roebling | Doc updates, wxsizer et al |
blob | commitdiff | raw | diff to current |
1999-07-20 |
Vadim Zeitlin | 1. panels pass focus to the next item in parent panel |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Vadim Zeitlin | 1. wxTextCtrl compilation fixes for wxGTK and more... |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
blob | commitdiff | raw | diff to current |
1999-04-30 |
Robin Dunn | wxPython documentation update |
blob | commitdiff | raw | diff to current |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
blob | commitdiff | raw | diff to current |
1999-04-06 |
Julian Smart | Added some missing wxTextCtrl functions: Undo, Redo... |
blob | commitdiff | raw | diff to current |
1999-02-15 |
Julian Smart | Added 'Include files' section to class references |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Julian Smart | Cured some Latex problems; fixed i declaration; fixed... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Harco de Hilster | removed gtk_text references |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Harco de Hilster | Fixed incredibly stupid mistake made earlier by me... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Harco de Hilster | included description of wxTextCtrl::AppendText |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Harco de Hilster | Some updates to clarify definitions and behaviour of... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Robert Roebling | Small doc corrections |
blob | commitdiff | raw | diff to current |
1998-08-06 |
Julian Smart | OGL fixes; documentation fixes; dialog editor updates |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Julian Smart | Changed documentation const convention for non-objects... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | I've now added the documentation files. |
blob | commitdiff | raw | diff to current |
|