]> git.saurik.com Git - wxWidgets.git/history - include/wx/richtext
initial (not yet working) code for DirectFB port
[wxWidgets.git] / include / wx / richtext /
2006-07-03  Julian SmartSetStyle/GetStyle corrections
2006-07-03  Julian SmartUse wxTextCtrlBase as base class on 2.7
2006-07-02  Julian SmartImplemented wxTextAttrEx::CombineEx and wxRichTextAttr...
2006-07-02  Julian SmartTypo correction
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-28  Julian SmartTypo correction
2006-06-28  Julian SmartAdded support for tabs in wxRichTextCtrl (Ashish More)
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s.
2006-03-07  Julian SmartApplied patch [ 1445031 ] wxString passed as ellipsis...
2006-03-07  Julian SmartAdded conversion to HTML, by Akin Demirtug
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-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-10-31  Julian SmartApplied patch [ 1341085 ] richtext xml build fix
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  Michael WetherellFix a couple of export declarations
2005-10-21  Julian SmartFixed some styling bugs, optimized resize for large...
2005-10-20  Julian SmartResets scroll position on load
2005-10-20  Julian SmartEfficiency measures; file loading bug fix
2005-10-19  Julian SmartIntroduced invalidation of ranges for later optimizatio...
2005-10-19  Włodzimierz Skibaconst consistent for Clone(). Load/Save split to DoLoad...
2005-10-19  Julian SmartAdded wxRichTextCtrl