]> git.saurik.com Git - wxWidgets.git/history - include/wx/richtext
Merge in from trunk r68684 - r69046
[wxWidgets.git] / include / wx / richtext /
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...
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-03-20  Francesco Montorsifix header files so that they can be included directly...
2008-02-27  Julian SmartMade wxRichTextCtrl cursors accessible
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-26  Julian SmartFixed [ 1720130 ] A minor 'bug' or 'annoyance' with...
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2008-02-07  Václav Slavíkremoved unused SYMBOL_WXRICHTEXT.*_TITLE values that...
2008-02-01  Julian SmartAdded a reset-buffer event to give an opportunity to...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-22  Julian SmartAdded event handler macro
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-30  Julian SmartReduction of includes
2007-11-28  Julian SmartUse wxStdDialogButtonSizer
2007-11-27  Václav Slavíkonce again removed #ifdefs that conditionally included...
2007-11-15  Julian SmartCorrected symbol for OS/2
2007-11-15  Julian SmartAdded missing include
2007-11-14  Julian SmartBorder corrections, and more compact dialog sizes
2007-10-27  Julian SmartFixed context menu in wxRichTextCtrl
2007-10-24  Julian SmartSmall usability improvements
next