Globally replace _T() with wxT().
[wxWidgets.git] / src / richtext /
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
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
next