avoid GDK warning "drawable is not a pixmap or window"
[wxWidgets.git] / src / richtext /
2011-10-22  Julian SmartFix for indeterminate attribute specification
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-10-22  Julian SmartAllow user to select indeterminate state for font attri...
2011-10-07  Julian SmartAllow selected symbol to be scrolled into view initially
2011-09-29  Julian SmartFixed caret sizing problem around large objects by...
2011-09-20  Julian SmartRemove pointless case insensitivity
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Julian SmartAdded the ability to deselect attributes in the font...
2011-08-04  Julian SmartAdded Page Break control to spacing page
2011-08-03  Julian SmartOutline and line spacing can now be reset via the UI...
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-07-20  Julian SmartNo longer ignores first-line indent if no left indent...
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-04-04  Julian SmartCorrected XML conversion in style names and face names
2011-03-31  Julian SmartBuffer size calculation correction
2011-03-25  Julian SmartFix for image saving speedup
2011-03-24  Julian SmartSpeeded up image saving to XML (WriteHex).
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-17  Julian SmartFixed problems caused by duplicated names across differ...
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(...
next