Use ProcessEventLocally() instead of ProcessEventHere() in docview code.
[wxWidgets.git] / src / richtext /
2010-04-27  Julian SmartwxRTC: fixed style selection reset after editing a...
2010-04-27  Julian SmartFont output fix
2010-03-23  Julian SmartFixed ordering bug that caused an assertion because...
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-11-23  Julian SmartMade Unicode the default in symbols dialog.
2009-11-18  Julian SmartFixed #11212 [RichText sample] Assert/Crash when Styles...
2009-11-18  Vadim ZeitlinSuppress harmless g++ warnings about converting float...
2009-11-11  Julian SmartFixed tab removal bug, and empty text element
2009-10-05  Jouk Jansenset up for OpenVMS richtext & regex and add more sample...
2009-09-29  Julian SmartContext menu now created in constructor; old context...
2009-09-25  Julian SmartApplied #11238: Wrong text positioning if fonts with...
2009-09-24  Julian SmartApplied #10639 (Not all previewed fonts are displayed...
2009-09-23  Julian SmartAdded wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler...
2009-09-23  Julian SmartFixed #10702 (encoding not used in HTML handler)
2009-09-23  Julian SmartFix for wrong line placement when centering or right...
2009-09-22  Julian SmartFix for #4696: added SetDefaultStyleToCursorStyle(...
2009-09-22  Julian SmartFixed #9996 (incorrect XML output in Ansi build for...
2009-09-22  Julian SmartDon't use deprecated background style
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-18  Julian SmartFix numpad Del not working in wxRTC
2009-08-11  Julian SmartIf zero spacing after paragraph is explicitly specified...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-06-24  Julian SmartStyle selection now restored after editing the style
2009-06-24  Julian SmartMade standard bullet names translatable
2009-06-20  Julian SmartPatch from Bruno Daniel to fix tab position inconsistency
2009-06-17  Julian SmartwxRichTextCtrl native caret now flashes, for wxMac...
2009-05-15  Julian SmartAdded background colour control
2009-04-02  Julian SmartFixed wxRTC AltGr+key input on Windows
2009-03-24  Julian SmartDon't translate panel titles
2009-03-24  Julian SmartFixed small alignment issues
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
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-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-10  Julian SmartFixed [wxRichTextCtrl] Right Alignment sets text in...
2009-01-07  Julian SmartFixed assert caused by incorrect number of flex grid...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2008-12-28  Francesco Montorsifix wxPowerEvent, wxRichTextEvent and wxWizardEvent...
2008-12-03  Julian SmartAdded Undo, Redo accelerators for wxRTC
2008-11-28  Julian SmartCompile fix
2008-11-28  Julian SmartFixed centering and right-justification when combined...
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-11-28  Julian SmartFixed HTML list output
2008-11-14  Vadim Zeitlincomparison of wxBitmapType with -1 is useless as it...
2008-10-15  Julian SmartFixed problem with Croation input due to confusion...
2008-10-09  Francesco Montorsifixed a bug caused by passing a wxChar[] buffer to...
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-16  Julian SmartSwitched off some buggy optimisation that caused caret...
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-06-30  Julian SmartFurther style preview fix
2008-06-29  Julian SmartCorrected problem of wrong paragraph receiving style...
2008-06-06  Julian SmartFixed reading of image type
2008-06-04  Julian SmartOut by one correction
2008-05-20  Julian SmartCOnversion of some common font names to current platform
2008-05-18  Julian SmartFixed a bug preventing style resetting to occur
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Julian SmartApply previous paragraph style if pasting plain text...
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-05-03  Julian SmartMade bullet page more compact
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
2008-04-27  Julian SmartBug fix for empty objects
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-26  Julian SmartFixed quotation mark input/output
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-22  Julian SmartTwo bug fixes for FindWrapPosition
2008-04-21  Julian SmartSpeeded up wrapping (again), this time using partial...
2008-04-20  Julian SmartFix for slow first character insertion
2008-04-10  Julian SmartAdded wxRichTextCtrl superscript and subscript support...
2008-04-08  Julian SmartDon't send event from ChangeValue
next