]> git.saurik.com Git - wxWidgets.git/history - include/wx/richtext
Remove use of "size-request" signal for wxWindow sizing.
[wxWidgets.git] / include / wx / richtext /
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
2009-03-24  Julian SmartFixed small alignment issues
2009-03-22  Vadim Zeitlincompilation fix for wxMotif and wxGTK1 (of course,...
2009-03-06  Julian SmartRemoved conflicting virtual function
2009-03-02  Vadim ZeitlinwxOSX build fix for wxRichTextCtrl after wxTextEntry...
2009-03-02  Vadim Zeitlincompilation fix after GetEditableWindow() signature...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-27  Julian SmartCompile fix under wxGTK
2009-02-27  Julian SmartFixed wxRichTextCtrl base class
2009-02-12  Julian SmartFixed wxRichTextRange != operator
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlindon't use _() in the public header in case WXINTL_NO_GE...
2009-01-21  Julian SmartwxRTC now properly honours margin size
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
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-08-21  Julian SmartFixed default margin sizes
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...
next