Fixed #13017: wxRichTextCtrl CopyToClipboard regression
[wxWidgets.git] / src / richtext / richtextbuffer.cpp
2011-03-06  Julian SmartFixed #13017: wxRichTextCtrl CopyToClipboard regression
2011-03-02  Julian SmartFixed a problem with paste resetting the content paragr...
2011-02-25  Julian SmartApplied #12941: Fixes and enhancements for wxRTC (Rober...
2011-02-20  Julian SmartCorrected a hit test problem when tabs are present
2011-02-03  Julian SmartFix for lines not wrapping soon enough if tabs are...
2011-01-27  Stefan Csomorclang warnings
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-20  Julian SmartFixed some bugs in up/down cursor navigation.
2011-01-18  Julian SmartFix for incorrect programmatic formatting (default...
2011-01-18  Julian SmartFixed some problems with floating objects
2011-01-15  Julian SmartCorrected wrong range in GetText
2011-01-14  Julian SmartCompile fixes
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2011-01-08  Paul Cornettremove always-true tests of unsigned >= 0
2010-12-21  Julian SmartFixed bad rendering with tabs by correcting the positio...
2010-12-14  Vadim ZeitlinReturn false, not NULL, from a function returning bool.
2010-11-10  Vadim ZeitlinDon't check for wxDF_UNICODETEXT support in ANSI builds.
2010-11-10  Vadim ZeitlinInitialize paragraph descent in wxRichTextParagraph...
2010-10-14  Julian SmartFixed #12566 (assert on deletion) due to inconsistent...
2010-10-06  Julian SmartDon't use wxDC in header
2010-10-06  Julian SmartEliminated redundant wxRichTextAnchoredObject class...
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-30  Vadim ZeitlinMerge of SOC2010_RTC_IMAGES branch.
2010-09-23  Julian SmartFix bug finding line after line break
2010-08-30  Julian SmartFixed wrong line spacing calculation
2010-08-30  Julian SmartDon't add space before para twice in paragraph layout
2010-08-18  Julian SmartUse common inline version of wxHexToDec
2010-08-17  Julian SmartLarge image-loading speedup and small attribute-loading...
2010-08-03  Julian SmartDon't reset bullet number and outline number when apply...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-02-02  Julian SmartFixes for incorrect selection, extra newline insertion...
2010-02-01  Julian SmartSimplify SetSelectionRange and make consistent with...
2009-09-25  Julian SmartApplied #11238: Wrong text positioning if fonts with...
2009-09-23  Julian SmartFix for wrong line placement when centering or right...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-06-24  Julian SmartMade standard bullet names translatable
2009-06-20  Julian SmartPatch from Bruno Daniel to fix tab position inconsistency
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-10  Julian SmartFixed [wxRichTextCtrl] Right Alignment sets text in...
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2008-11-28  Julian SmartCompile fix
2008-11-28  Julian SmartFixed centering and right-justification when combined...
2008-11-14  Vadim Zeitlincomparison of wxBitmapType with -1 is useless as it...
2008-10-09  Francesco Montorsifixed a bug caused by passing a wxChar[] buffer to...
2008-09-16  Julian SmartSwitched off some buggy optimisation that caused caret...
2008-08-22  Julian SmartImproved auto list numbering
2008-07-13  Julian SmartShift+Return now puts the cursor on the next line
2008-06-04  Julian SmartOut by one correction
2008-05-18  Julian SmartFixed a bug preventing style resetting to occur
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Julian SmartApply previous paragraph style if pasting plain text...
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
2008-04-27  Julian SmartBug fix for empty objects
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-24  Julian SmartMade performance acceptable for editing large paragraph...
2008-04-24  Julian SmartFurther optimizations
2008-04-23  Julian SmartFurther performance optimizations
2008-04-22  Julian SmartTwo bug fixes for FindWrapPosition
2008-04-21  Julian SmartSpeeded up wrapping (again), this time using partial...
2008-04-20  Julian SmartFix for slow first character insertion
2008-04-10  Julian SmartAdded wxRichTextCtrl superscript and subscript support...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-26  Julian SmartFixed bug [ 1870906 ] There are few problems selection...
2008-02-21  Julian SmartFix caret position when deleting last character
2008-02-21  Julian SmartDon't treat character attributes as non-paragraph attri...
2008-02-20  Julian SmartFixed two out by one errors
2008-02-16  Julian SmartAvoid paragraphs with no children
2008-02-13  Julian SmartFixed undo batching
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2008-02-12  Julian SmartFixed several style, paste and undo bugs
2008-02-09  Vadim Zeitlinremove extraneous IncRef() from wxRichTextFontTable...
2008-02-01  Julian SmartAdded a reset-buffer event to give an opportunity to...
2008-01-27  Julian SmartTake basic style into account when applying style sheet
2008-01-24  Julian SmartOptimization correction
2007-12-30  Julian SmartFixed pasting inefficiency
2007-12-11  Paul Cornettfix for link errors in DLL build
2007-12-06  Julian SmartBig wxRichTextCtrl performance increase due to faster...
2007-10-25  Julian SmartFixed bug in optimization for character input, affectin...
2007-10-25  Julian SmartNow uses the correct selection colours.
2007-10-25  Julian SmartFixed a style application bug inserting a newline other...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Julian SmartAdded missing URL attribute testing
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-17  Julian SmartAdded omitted variable copy
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-06-09  Julian SmartFaster hex encoding
2007-06-07  Julian SmartDon't insert a newline when we get text
2007-05-25  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-05-18  Julian SmartAllow negative line spacing
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:
next