no real changes, just minor refactoring and cleanup
[wxWidgets.git] / src / richtext /
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
2008-03-26  Julian SmartFixed selection clearing.
2008-03-17  Paul Cornettfix a huge number of build errors
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-26  Julian SmartFixed [ 1775674 ] Invalid color in picker dialog
2008-02-26  Julian SmartFixed bug [ 1714813 ] ApplyXXXToSelection remove style
2008-02-26  Julian SmartFixed bug [ 1870906 ] There are few problems selection...
2008-02-21  Julian SmartFix caret position when deleting last character
2008-02-21  Julian SmartDon't treat character attributes as non-paragraph attri...
2008-02-21  Julian SmartDon't omit empty text objects
2008-02-20  Julian SmartFixed two out by one errors
2008-02-16  Julian SmartAvoid paragraphs with no children
2008-02-16  Julian SmartFixed an XML parsing error for complex URLs
2008-02-15  Julian SmartSet default attributes after a SetSelection
2008-02-14  Julian SmartPerformance optimization
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 SmartFixed undo batching
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2008-02-12  Julian SmartFixed several style, paste and undo bugs
2008-02-09  Vadim Zeitlinremove extraneous IncRef() from wxRichTextFontTable...
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-27  Julian SmartTake basic style into account when applying style sheet
2008-01-27  Julian SmartTake basic style into account when showing style under...
2008-01-25  Julian SmartCorrected image saving to HTML
2008-01-25  Julian SmartHTML output corrections
2008-01-25  Julian SmartImage objects should load and save attributes
2008-01-24  Julian SmartUpdate caret in SetInsertionPoint
2008-01-24  Julian SmartOptimization correction
2008-01-19  Vadim Zeitlinuse bgcolor when restoring styles as this is what we...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-30  Julian SmartReduction of includes
2007-12-30  Julian SmartFixed pasting inefficiency
2007-12-11  Paul Cornettfix for link errors in DLL build
2007-12-06  Julian SmartBig wxRichTextCtrl performance increase due to faster...
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-14  Julian SmartBorder corrections, and more compact dialog sizes
2007-11-01  Julian SmartSizing improvements and read-only preview controls
2007-10-27  Julian SmartWarning fix
2007-10-27  Julian SmartFixed context menu in wxRichTextCtrl
2007-10-27  Julian SmartAdded wxVSCROLL to wxRichTextCtrls
2007-10-25  Julian SmartFixed bug in optimization for character input, affectin...
next