Added a list style editor page to the formatting dialog.
[wxWidgets.git] / src / richtext / richtextctrl.cpp
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-09  Paul Cornettwarning fixes/minor cleanup
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-02  Julian SmartUse wxIsalnum to test for word delimiters
2006-10-02  Julian SmartCompilo fix
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-26  Julian SmartConverts DOS line endings to Unix if necessary
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-12  Julian SmartSetting the current style from the UI is a mode that...
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
2006-07-04  Julian SmartScrolling improvements
2006-07-03  Julian SmartSetStyle/GetStyle corrections
2006-07-01  Julian SmartNeed to convert from physical to logical units inside...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-10  Vadim Zeitlindon't let the user modify the contents of read-only...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-02  Julian SmartScroll text into view when typing
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
2005-10-25  Julian SmartFixed warnings/errors and changed Thaw
2005-10-25  Julian SmartDon't clear background in Refresh (to suit poor impleme...
2005-10-22  Julian SmartNow works when derived from wxTextCtrlBase, using wxScr...
2005-10-21  Julian SmartDon't try to open clipboard if already open
2005-10-21  Julian SmartReduced unnecessary painting; delete/recreate caret...
2005-10-21  Julian SmartFixed warning, move caret in OnPaint
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 SmartFirst part of a layout optimization
2005-10-19  Julian SmartOnly draw if inside client rectangle
2005-10-19  Julian SmartAdded wxRichTextCtrl