Applied patch #15540: wxRichTextTable: crashes due to an invalid focus object (dghart)
[wxWidgets.git] / src / richtext / richtextbuffer.cpp
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:
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...
next