replace usage of objective-c keyword 'id'
[wxWidgets.git] / src / richtext /
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-06  Julian SmartFixed #13017: wxRichTextCtrl CopyToClipboard regression
2011-03-02  Julian SmartFixed a problem with paste resetting the content paragr...
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-02-25  Julian SmartApplied #12601: Background color when saving wxRichText...
2011-02-25  Julian SmartApplied #12941: Fixes and enhancements for wxRTC (Rober...
2011-02-20  Julian SmartCorrected a hit test problem when tabs are present
2011-02-03  Julian SmartFix for lines not wrapping soon enough if tabs are...
2011-01-27  Stefan Csomorclang warnings
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-20  Julian SmartFixed some bugs in up/down cursor navigation.
2011-01-18  Julian SmartFix for incorrect programmatic formatting (default...
2011-01-18  Julian SmartFixed some problems with floating objects
2011-01-15  Julian SmartCorrected wrong range in GetText
2011-01-15  Julian SmartXML import corrections
2011-01-14  Julian SmartCompile fix
2011-01-14  Julian SmartCompile fixes
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2011-01-08  Paul Cornettremove always-true tests of unsigned >= 0
2010-12-21  Julian SmartFixed bad rendering with tabs by correcting the positio...
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-12-14  Vadim ZeitlinReturn false, not NULL, from a function returning bool.
2010-12-04  Stefan Csomorguarding compile
2010-11-10  Vadim ZeitlinDon't check for wxDF_UNICODETEXT support in ANSI builds.
2010-11-10  Vadim ZeitlinInitialize paragraph descent in wxRichTextParagraph...
2010-10-14  Julian SmartFixed #12566 (assert on deletion) due to inconsistent...
2010-10-08  Julian SmartCompile fix
2010-10-08  Julian SmartBlind fix for Mac compile problem
2010-10-06  Julian SmartDon't use wxDC in header
2010-10-06  Julian SmartEliminated redundant wxRichTextAnchoredObject class...
2010-10-04  Jouk JansenUpdate OpenVMS Makefile
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-10-04  Julian SmartAvoid id clashes
2010-10-03  Vadim ZeitlinFix gcc warnings about comparing iterators with NULL...
2010-09-30  Vadim ZeitlinMore compilation fixes for new wxRTC image code without...
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-09-23  Julian SmartFix bug finding line after line break
2010-09-12  Julian SmartFix for % symbols going missing from style parameter
2010-09-01  Julian SmartwxRichTextCtrl::ApplyStyle now applies a paragraph...
2010-08-30  Julian SmartFixed wrong line spacing calculation
2010-08-30  Julian SmartDon't add space before para twice in paragraph layout
2010-08-18  Julian SmartUse common inline version of wxHexToDec
2010-08-17  Julian SmartLarge image-loading speedup and small attribute-loading...
2010-08-03  Julian SmartDon't reset bullet number and outline number when apply...
2010-06-25  Julian SmartAdded PaintAboveContent function for drawing on top...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-07  Julian SmartGetStyleMergedWithBase no longer hangs if there's a...
2010-05-30  Julian SmartCaret position corrected to end of selection
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...
next