]> git.saurik.com Git - wxWidgets.git/history - include/wx/richtext/richtextbuffer.h
Add more checks for Intel compiler.
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
2013-10-01  Julian SmartApplied #15226 wxRichTextCtrl: Implement setting proper...
2013-09-29  Julian SmartApplied #15226 with modifications: wxRichTextCtrl:...
2013-09-29  Julian SmartAdded wxRichTextTableBlock class to help with table...
2013-09-27  Julian SmartwxRTC: fixed guidelines overwriting adjacent cell borde...
2013-09-24  Julian SmartAdded wxRichTextAction::SetOldAndNewObjects for clarity...
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-20  Julian SmartAdded setters for table row and column count
2013-09-15  Vadim ZeitlinUse wxGetTranslation() instead of _() in the public...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-25  Vadim ZeitlinFix build with wxUSE_FFILE=0.
2013-06-25  Julian SmartApplied colspan corrections, #15274 and #15275 (dghart)
2013-06-08  Robin DunnMore docs cleanup and fixes for richtextbuffer
2013-05-26  Julian SmartApplied patch for #15189 - avoid crash when deleting...
2013-05-06  Julian SmartApplied patches for #15184 (wxRichTextAction fix for...
2013-04-30  Robin Dunnexport wxRichTextObjectPtrArrayArray since it is used...
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-14  Julian SmartAdded Set/GetFloatingLayoutMode to switch off time...
2012-12-05  Julian SmartwxRTC text box layout fixes
2012-07-07  Vadim ZeitlinExplicitly call base class ctor in wxRichTextFieldType...
2012-05-20  Julian SmartAdded pixel size capability to wxTextAttr and wxRichTex...
2012-05-16  Julian SmartThe object size page now has full position attribute...
2012-05-09  Julian SmartAdded field implementation
2012-04-25  Julian SmartFixed floating image layout when typing in subsequent...
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-04  Julian SmartImplement missing wxTextBoxAttr::IsDefault function
2012-01-02  Julian SmartAdded a box style definition name to the box attribute.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-11  Julian SmartwxRTC doc updates
2011-05-08  Julian SmartMore work on improving wxRTC documentation, copied...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-04  Julian SmartFurther commenting
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-02-25  Julian SmartApplied #12941: Fixes and enhancements for wxRTC (Rober...
2011-01-20  Julian SmartFixed some bugs in up/down cursor navigation.
2011-01-14  Julian SmartSmall doc tweaks
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2011-01-08  Paul Cornettfix GCC warning about not explicitly initializing base...
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 SmartExports fixed
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.
2009-09-14  Julian SmartwxRTC's own caret is more reliable than the generic...
2009-06-17  Julian SmartwxRichTextCtrl native caret now flashes, for wxMac...
2009-02-12  Julian SmartFixed wxRichTextRange != operator
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-28  Julian SmartCompile fix
2008-10-31  Vadim Zeitlinfix MSVC /Wp64 warning about size_t to int conversion...
2008-10-10  Francesco Montorsigroup hit-test flags into an enum (like I did in docs...
2008-09-16  Julian SmartSwitched off some buggy optimisation that caused caret...
2008-05-20  Julian SmartCOnversion of some common font names to current platform
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
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-21  Julian SmartSpeeded up wrapping (again), this time using partial...
2008-04-10  Julian SmartAdded wxRichTextCtrl superscript and subscript support...
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2007-10-11  Julian SmartMake SaveFile and LoadFile virtual so they can be overr...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-24  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-02-07  Julian SmartAdded flag for removing attributes
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2006-12-01  Robin DunnFix compile error
2006-11-30  Julian SmartCorrection to accessors
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_HANDLER_NO_HEADER_FOOTER to allow...
2006-11-17  Julian SmartAdded wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to...
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-10-30  Julian SmartReuse wxCaret object
2006-10-29  Julian SmartDigital Mars doesn't like the identifiers being declare...
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-27  Julian SmartFirst cut at printing support for wxRichTextCtrl
2006-10-26  Julian SmartFixed initialisation order warning
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
next