further routing into wxApp
[wxWidgets.git] / include / wx / richtext /
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-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-18  Julian SmartMake sure include doesn't get overwritten when code...
2013-03-18  Robin Dunnfix compilation problem
2013-03-18  Julian SmartFixed help for symbol picker and style manager dialogs
2013-03-18  Julian SmartAdded control over whether size and position units...
2013-03-14  Julian SmartWe need to switch off UI elements before they are laid...
2013-03-12  Julian SmartAdded ability to switch off more components of the...
2013-03-12  Julian SmartFixed UI customization helper
2013-03-11  Julian SmartAdded missing RTTI
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-09-27  Vadim ZeitlinRemove the now unnecessary wxRichTextCtrl::SelectAll().
2012-09-12  Julian SmartAdded support for wxTEXT_ATTR_EFFECT_SMALL_CAPITALS.
2012-07-15  Julian SmartAdded continuation bullet style for supporting multiple...
2012-07-07  Vadim ZeitlinExplicitly call base class ctor in wxRichTextFieldType...
2012-05-26  Julian SmartAdded full scaling to wxRTC
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-10  Julian SmartAdded wxRichTextXMLHandler::RegisterNodeName so custom...
2012-05-09  Julian SmartAdded field implementation
2012-04-25  Julian SmartFixed floating image layout when typing in subsequent...
2012-04-24  Julian SmartAdded custom properties to style definitions and style...
2012-04-23  Julian SmartAdded flags to SetStyle with specific object
2012-03-18  Julian SmartAdded a parameter to PrintBuffer and PrintFile to allow...
2012-02-23  Julian SmartAdded functionality for disabling the vertical scrollbar.
2012-02-20  Vadim ZeitlinUse wxPageSetupDialogData instead of old wxPageSetupDat...
2012-02-20  Julian SmartMinor fixes
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 SmartAdded box style functionality to style manager dialog
2012-01-04  Julian SmartImplement missing wxTextBoxAttr::IsDefault function
2012-01-03  Julian SmartApplied #13819: wxRTC drag and drop, by dghart, with...
2012-01-02  Julian SmartAdded a box style definition name to the box attribute.
2011-12-30  Julian SmartSplit up the context menu functionality to make it...
2011-12-24  Vadim ZeitlinFix typo in wxEVT_COMMAND_RICHTEXT_LEFT_DCLICK in docum...
2011-12-24  Julian SmartApplied #13803: wxRichTextCtrl: missing event-table...
2011-10-31  Julian SmartFixed #13535: wxRichTextCtrl: Incorrectly documented...
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Julian SmartAdded the ability to deselect attributes in the font...
2011-08-04  Julian SmartAdded Page Break control to spacing page
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-30  Vadim ZeitlinWork around bogus g++ warnings about possibly missing...
2011-06-07  Vadim ZeitlinReplace more DECLARE_CLASS occurrences with DECLARE_DYN...
2011-06-07  Vadim ZeitlinUse DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS.
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-05-01  Vadim ZeitlinTranslate various user-visible strings in rich text...
2011-04-21  Julian SmartAdded ForceDelayedLayout
2011-04-04  Julian SmartFurther commenting
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
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 SmartRemoved GCC 4 warning
2011-01-14  Julian SmartCompile fixes
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 SmartRemoved redundant GetEditableWindow on GTK+
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 ZeitlinUse Unix EOL format for the new files.
2010-09-30  Vadim ZeitlinInclude correct headers from richtextimagedlg.*.
2010-09-30  Vadim ZeitlinRemove interface/implementation #pragmas from richtexti...
2010-09-30  Vadim ZeitlinMerge of SOC2010_RTC_IMAGES branch.
2010-07-14  Vadim ZeitlinDon't compile platform-specific methods when using...
2010-07-11  Vadim ZeitlinNo real changes, just fix unused parameter warning.
2010-06-25  Julian SmartAdded PaintAboveContent function for drawing on top...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-04-27  Julian SmartwxRTC: fixed style selection reset after editing a...
2009-11-23  Julian SmartMade Unicode the default in symbols dialog.
2009-09-29  Julian SmartContext menu now created in constructor; old context...
2009-09-24  Julian SmartFixed compile problem
2009-09-23  Julian SmartAdded wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler...
2009-09-23  Julian SmartResolved #4842 (accessors for member variables)
2009-09-14  Julian SmartwxRTC's own caret is more reliable than the generic...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-17  Julian SmartwxRichTextCtrl native caret now flashes, for wxMac...
2009-05-15  Julian SmartAdded background colour control
2009-03-24  Julian SmartDon't translate panel titles
next