added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward...
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-24  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-02-07  Julian SmartAdded flag for removing attributes
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2006-12-01  Robin DunnFix compile error
2006-11-30  Julian SmartCorrection to accessors
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-11-20  Julian SmartFixed a bug setting caret position after setting or...
2006-11-18  Julian SmartSmall cleanup.
2006-11-17  Julian SmartRemoved obsolete code
2006-11-17  Julian SmartAdded wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow...
2006-11-17  Julian SmartAdded wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to...
2006-11-10  Julian SmartAdded outline level
2006-11-08  Julian SmartAdded a couple of text effects
2006-11-02  Julian SmartStyle application fixes
2006-10-30  Julian SmartReuse wxCaret object
2006-10-29  Julian SmartDigital Mars doesn't like the identifiers being declare...
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-27  Julian SmartFirst cut at printing support for wxRichTextCtrl
2006-10-26  Julian SmartFixed initialisation order warning
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-20  Julian SmartAdded the ability to use built-in bullet styles, curren...
2006-10-20  Włodzimierz SkibaWhitespaces and headers cleaning.
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-16  Robin DunnAdd wxRichTextModuleInit
2006-10-13  Julian SmartFixed tab selection bug
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Julian SmartAdded paragraph symbol font (Get/SetSymbolFont in attri...
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-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-09-12  Julian SmartFixed flag setting omission that showed up as list...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-07-03  Julian SmartSetStyle/GetStyle corrections
2006-07-02  Julian SmartImplemented wxTextAttrEx::CombineEx and wxRichTextAttr...
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.
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
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 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