Applied patch #15540: wxRichTextTable: crashes due to an invalid focus object (dghart)
[wxWidgets.git] / src / richtext / richtextbuffer.cpp
2013-09-29  Julian SmartApplied patch #15540: wxRichTextTable: crashes due...
2013-09-27  Julian SmartwxRTC: fixed guidelines overwriting adjacent cell borde...
2013-09-26  Julian SmartCorrected disabling of controls in cell editor.
2013-09-23  Julian SmartMake wxRichTextRectArray usable by other parts of wxRTC
2013-09-22  Julian SmartPartial fix for #15196: wxRichTextCell caret issues...
2013-09-19  Julian SmartCorrections to border placement
2013-09-19  Julian SmartSecond part of #15224 fix: AddRows, AddColumns (dghart)
2013-09-19  Julian SmartFix for #15224: wxRichTextTable: Setting a cell's text...
2013-09-19  Julian SmartFix for #15520: wxRichTextCtrl: Drawing the selection...
2013-09-18  Julian SmartEnsure that the overall table border doesn't get overdr...
2013-08-29  Julian SmartCrash fix for inserting text into a buffer without...
2013-08-09  Julian SmartApplied #15393 (dghart) fixing wxRichTextTable for...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-25  Vadim ZeitlinFix build with wxUSE_FFILE=0.
2013-06-29  Vadim ZeitlinFix VC6 compilation of wxRichTextTable code.
2013-06-25  Julian SmartApplied rowspan patch #15276 (dghart)
2013-06-25  Julian SmartApplied colspan corrections, #15274 and #15275 (dghart)
2013-06-11  Julian SmartFixed a refresh bug due to the optimized refresh rect...
2013-06-10  Vadim ZeitlinFix crash when undoing the deletion of a nested table...
2013-05-26  Julian SmartApplied patch for #15189 - avoid crash when deleting...
2013-05-26  Vadim ZeitlinReset row and columns count in wxRichTextTable::ClearTa...
2013-05-07  Robin DunnCall InitializeModules instead of just module->Init...
2013-05-06  Julian SmartApplied patches for #15184 (wxRichTextAction fix for...
2013-05-06  Julian SmartApplied patch #15183 (wxRichTextTable::DeleteColumns...
2013-04-29  Vadim ZeitlinAdd empty paragraph in wxRichTextTable::AddColumns...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-05  Julian SmartDon't reset URL if applying character style
2013-03-21  Vadim ZeitlinNo changes, just remove an unused line of code.
2013-03-17  Julian SmartCorrected clipboard data id
2013-03-16  Julian SmartFixed centering/right alignment of last line
2013-03-11  Julian SmartSearch for font instead of creating it each time
2013-02-28  Julian SmartCorrected loading of images: we need the parent size...
2013-02-04  Julian SmartAdded support for sub-object virtual attributes (tempor...
2013-01-27  Julian SmartPrevent assertions because of zero image size
2013-01-16  Julian SmartFix wrong value
2013-01-16  Julian SmartBetter compatibility with old files when creating an...
2013-01-14  Julian SmartAdded Set/GetFloatingLayoutMode to switch off time...
2012-12-05  Julian SmartwxRTC text box layout fixes
2012-09-12  Julian SmartAdded support for wxTEXT_ATTR_EFFECT_SMALL_CAPITALS.
2012-07-15  Julian SmartAdded continuation bullet style for supporting multiple...
2012-06-21  Julian SmartPrevent index access error
2012-06-04  Julian SmartCorrected collection of common attributes, for clashing...
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-05-26  Julian SmartAdded full scaling to wxRTC
2012-05-20  Julian SmartDon't use deprecated font family style
2012-05-20  Vadim ZeitlinCompilation fix for wxRichTextCtrl.
2012-05-20  Julian SmartAdded pixel size capability to wxTextAttr and wxRichTex...
2012-05-11  Julian SmartFixed layout and hit-testing problem particularly with...
2012-05-10  Julian SmartAdded wxRichTextXMLHandler::RegisterNodeName so custom...
2012-05-09  Julian SmartAdded field implementation
2012-05-08  Julian SmartMoved default margins to buffer class Init; reduced...
2012-05-07  Julian SmartCorrected top-level object layout in paragraphs
2012-05-07  Julian SmartFixed inconsistent calculation of line height in paragr...
2012-04-25  Julian SmartFixed floating image layout when typing in subsequent...
2012-02-23  Julian SmartRemoved unused variable warning
2012-01-25  Julian SmartAdded further API for intercepting deletion and content...
2012-01-17  Julian SmartAdded drawing context to allow 'virtual' (dynamic)...
2012-01-17  Julian SmartSupport for undoable application of custom properties...
2012-01-15  Julian SmartAdded min and max size to box attributes; made property...
2012-01-09  Julian SmartImproved layout, in particular passed a container size...
2012-01-05  Julian SmartRemoved compilation ambiguity between different forms...
2012-01-05  Julian SmartFixed #13833: wxRichTextCtrl: 'Copy' can grab an extra...
2012-01-04  Julian SmartImplement missing wxTextBoxAttr::IsDefault function
2012-01-04  Julian SmartBackground now drawn within the border instead of beyon...
2012-01-04  Julian SmartFixed border drawing bug when width is more than 1
2012-01-02  Julian SmartAdded a box style definition name to the box attribute.
2011-12-13  Julian SmartApplied #13738: Make a wxRichTextImage's box display...
2011-12-05  Julian SmartApplied patch #13698 to fix wrong border test
2011-12-01  Paul Cornettremove unused variables
2011-10-30  Julian SmartFixed problem with the size of paragraphs not needing...
2011-10-30  Julian SmartAdd indents to maximum size to prevent problems with...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-31  Julian SmartBuffer size calculation correction
2011-03-25  Julian SmartFix for image saving speedup
2011-03-24  Julian SmartSpeeded up image saving to XML (WriteHex).
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
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...
next