Moved default margins to buffer class Init; reduced chance of accidental selection...
[wxWidgets.git] / src / richtext / richtextctrl.cpp
2012-05-08  Julian SmartMoved default margins to buffer class Init; reduced...
2012-05-07  Julian SmartAdded non-breaking space to whitespace check
2012-04-23  Julian SmartAdded flags to SetStyle with specific object
2012-02-29  Julian SmartAlways send wxEVT_COMMAND_RICHTEXT_DELETE event if...
2012-02-23  Julian SmartAdded functionality for disabling the vertical scrollbar.
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-09  Jouk JansenCorrection for the #define wxUSE_DRAG_AND_DROP 0 case
2012-01-08  Julian SmartFixed default style setting to take into account text...
2012-01-05  Julian SmartRemoved compilation ambiguity between different forms...
2012-01-05  Julian SmartFixed box style application.
2012-01-04  Julian SmartPossible fix for #13821: wxRichTextCtrl using 100% CPU
2012-01-03  Julian SmartDisable drag and drop if the control is not editable
2012-01-03  Julian SmartApplied #13819: wxRTC drag and drop, by dghart, with...
2011-12-30  Julian SmartWhen the focus object changes, the old selection should be
2011-12-30  Julian SmartSplit up the context menu functionality to make it...
2011-12-25  Julian SmartApplied patch in #13777 (wxRichTextCtrl scroll and...
2011-12-15  Julian SmartApplied #13763 from dghart, to use primary selections...
2011-10-30  Julian SmartFixed warning when compiling richttextctrl.cpp in VS201...
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-09-29  Julian SmartFixed caret sizing problem around large objects by...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-22  Julian SmartFixed Replace() to use the passed range instead of...
2011-06-21  Julian SmartFixed shift-click selection
2011-06-15  Julian SmartCaret dropout fix
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-21  Julian SmartAdded ForceDelayedLayout
2011-04-09  Julian SmartCorrection to position in character insertion event...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-25  Julian SmartFix for #11647: text from WriteText not scrolled to...
2011-02-25  Julian SmartApplied patch in #12279: in wxRichTextCtrl, when wxRE_R...
2011-01-20  Julian SmartFixed some bugs in up/down cursor navigation.
2011-01-18  Julian SmartFix for incorrect programmatic formatting (default...
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-10-04  Julian SmartAvoid id clashes
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-30  Vadim ZeitlinMerge of SOC2010_RTC_IMAGES branch.
2010-09-01  Julian SmartwxRichTextCtrl::ApplyStyle now applies a paragraph...
2010-06-25  Julian SmartAdded PaintAboveContent function for drawing on top...
2010-05-30  Julian SmartCaret position corrected to end of selection
2010-02-03  Julian SmartDon't select all if there is nothing to select.
2010-02-03  Julian SmartDon't delete previous character when pressing Del at...
2010-02-02  Julian SmartFixes for incorrect selection, extra newline insertion...
2010-02-01  Julian SmartSimplify SetSelectionRange and make consistent with...
2009-09-29  Julian SmartContext menu now created in constructor; old context...
2009-09-22  Julian SmartFix for #4696: added SetDefaultStyleToCursorStyle(...
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
2009-08-18  Julian SmartFix numpad Del not working in wxRTC
2009-06-17  Julian SmartwxRichTextCtrl native caret now flashes, for wxMac...
2009-04-02  Julian SmartFixed wxRTC AltGr+key input on Windows
2009-03-06  Julian SmartRemoved conflicting virtual function
2009-03-03  Julian SmartDon't crash if no scrollbar
2009-03-02  Vadim ZeitlinwxOSX build fix for wxRichTextCtrl after wxTextEntry...
2009-02-27  Julian SmartFixed wxRichTextCtrl base class
2009-02-27  Julian SmartCorrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-21  Julian SmartwxRTC now properly honours margin size
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-28  Francesco Montorsifix wxPowerEvent, wxRichTextEvent and wxWizardEvent...
2008-12-03  Julian SmartAdded Undo, Redo accelerators for wxRTC
2008-11-28  Julian SmartFixed inability to select no superscript and no subscri...
2008-11-28  Julian SmartwxRichTextCtrl no longer deletes a character when conte...
2008-10-15  Julian SmartFixed problem with Croation input due to confusion...
2008-10-01  Julian SmartOnly ignore Alt down on Mac
2008-10-01  Julian SmartNow accepts keys that are generated with Alt
2008-09-28  Julian SmartFix for deleting first word in the control
2008-09-15  Julian SmartFixed Freeze problem that rendered control invisible
2008-09-07  Julian SmartFixed Cmd+Back, Cmd+Del word deletion behaviour in...
2008-08-22  Julian SmartImproved auto list numbering
2008-07-29  Julian SmartTake on appropriate paragraph style in the newly create...
2008-07-18  Julian SmartTab removal
2008-07-13  Julian SmartShift+Return now puts the cursor on the next line
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-05  Julian SmartReverted patch 1906896 because it broke prgrammatic...
2008-05-03  Julian SmartFixed [ 1905777 ] Defining default accelerators for...
2008-05-03  Julian SmartApplied patch [ 1906896 ] Fix for bug #1906223 and...
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-24  Julian SmartFurther optimizations
2008-04-08  Julian SmartDon't send event from ChangeValue
2008-03-26  Julian SmartFixed selection clearing.
2008-02-26  Julian SmartFixed bug [ 1714813 ] ApplyXXXToSelection remove style
2008-02-26  Julian SmartFixed bug [ 1870906 ] There are few problems selection...
2008-02-20  Julian SmartFixed two out by one errors
2008-02-15  Julian SmartSet default attributes after a SetSelection
2008-02-13  Julian SmartMake sure paragraph style is reset before applying...
2008-02-13  Julian SmartImplemented selection using shift left click
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2008-02-06  Julian SmartReset scroll position when clearing buffer
2008-02-01  Julian SmartAdded a reset-buffer event to give an opportunity to...
2008-01-24  Julian SmartUpdate caret in SetInsertionPoint
next