Added a list style editor page to the formatting dialog.
[wxWidgets.git] / include / wx / richtext / richtextctrl.h
2006-10-19  Julian SmartAdded a list style editor page to the formatting dialog.
2006-10-17  Julian SmartAdded list style to text attributes, independent from...
2006-10-10  Julian SmartReturn type change
2006-10-08  Vadim Zeitlinfix compilation after recent wxTextCtrl changes
2006-10-08  Julian SmartDon't use double buffering on platforms that do it...
2006-10-01  Julian SmartAdded rich text buffer clipboard support.
2006-09-29  Julian SmartFixed bugs in, and added operators and copy constructor...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-19  Julian SmartBetter compatibility between wxRichTextCtrl and wxTextC...
2006-09-19  Julian SmartCorrections to take into account that range in the...
2006-09-13  Julian SmartAdded public keyword
2006-09-12  Julian SmartSetting the current style from the UI is a mode that...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-07-03  Julian SmartSetStyle/GetStyle corrections
2006-07-03  Julian SmartUse wxTextCtrlBase as base class on 2.7
2006-07-02  Julian SmartTypo correction
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-06  Vadim Zeitlindeclare rich text control event types with correct...
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
2005-10-25  Julian SmartFixed warnings/errors and changed Thaw
2005-10-22  Julian SmartNow works when derived from wxTextCtrlBase, using wxScr...
2005-10-21  Julian SmartReduced unnecessary painting; delete/recreate caret...
2005-10-21  Julian SmartFixed some styling bugs, optimized resize for large...
2005-10-20  Julian SmartResets scroll position on load
2005-10-19  Włodzimierz Skibaconst consistent for Clone(). Load/Save split to DoLoad...
2005-10-19  Julian SmartAdded wxRichTextCtrl