Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / richtext / richtextbuffer.cpp
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...
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
next