removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / richtext / richtextbuffer.cpp
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-11  Julian SmartFixed wrapping with tabs
2007-03-05  Julian SmartFixed problem with tab size calculation not reflecting...
2007-03-05  Julian SmartDrawing correction
2007-03-05  Julian SmartImplemented text background colour
2007-02-20  Julian SmartFixed a problem with tabs when text spills over the...
2007-02-19  Julian SmartLayout correction
2007-02-07  Julian SmartAdded flag for removing attributes
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2006-12-23  Julian SmartBullet size should take into account the font of the...
2006-12-01  Julian SmartFix for newline breakage
2006-12-01  Julian SmartFixed insertion point bug
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_SETSTYLE_RESET SetStyleEx() flag to...
2006-11-15  Julian SmartSmall bug fixes
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-11-01  Julian SmartFixed compile error with --enable-stl
2006-10-31  Vadim Zeitlincorrect compilation after last change (added ifdef...
2006-10-31  Vadim Zeitlindon't define specifyLevel variable in release builds...
2006-10-30  Julian SmartCopy constructor warning elimination
2006-10-30  Julian SmartReuse wxCaret object
2006-10-29  Julian SmartDigital Mars fixes
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-27  Julian SmartPagination fix
2006-10-27  Julian SmartFirst cut at printing support for wxRichTextCtrl
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 Zeitlinfix compilation after recent wxTextCtrl changes
2006-10-08  Julian SmartAdded paragraph symbol font (Get/SetSymbolFont in attri...
2006-10-08  Vadim Zeitlinfixed VC warning about unreachable code
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-12  Julian SmartSetting the current style from the UI is a mode that...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
2006-07-03  Julian SmartSetStyle/GetStyle corrections
2006-07-02  Julian SmartImplemented wxTextAttrEx::CombineEx and wxRichTextAttr...
2006-06-28  Julian SmartAdded support for tabs in wxRichTextCtrl (Ashish More)
2006-04-16  Julian SmartMake an image block beore writing it, if there's no...
2006-04-12  Julian SmartApplied patch [ 1463711 ] wxRichTextCtrl fix for pastin...
2006-03-21  Vadim ZeitlinMade wxList::compatibility_iterator a class in wxUSE_ST...
2006-03-08  Vadim Zeitlinuse wxCHECK instead of wxASSERT to avoid crashing later...
2006-01-01  Vadim Zeitlinfixed VC7 unreachable code warning (given even in debug...
2005-12-18  Julian SmartFixed bug introduced by compiler compatibility fix
2005-11-27  Michael WetherellSmall fixes to allow compilation with --enable-stl
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
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-22  Julian SmartCorrections for wxUSE_STL=1
2005-10-22  Julian SmartMore Erase substitutions
2005-10-22  Julian SmartAdded missing include
2005-10-22  Julian SmartReplace node deletion with Erase
2005-10-22  Włodzimierz SkibawxTinderbox build fixes.
2005-10-21  Julian SmartDon't try to open clipboard if already open
2005-10-21  Julian SmartSwitched antialiasing off since GetTextExtent doesn...
2005-10-21  Julian SmartRestored code uglies
2005-10-21  Julian SmartRemoved macros
2005-10-21  Julian SmartFixed some styling bugs, optimized resize for large...
2005-10-20  Julian SmartResets scroll position on load
2005-10-20  Włodzimierz SkibaWarning fixes.
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