wxRTC: extracted XML utilities into a separate class for potential reuse.
[wxWidgets.git] / src / richtext / richtextxml.cpp
2013-09-03  Julian SmartwxRTC: extracted XML utilities into a separate class...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-18  Julian SmartReverted format changes since 2.9 works differently
2012-07-18  Julian SmartString formatting fixes
2012-05-20  Julian SmartAdded pixel size capability to wxTextAttr and wxRichTex...
2012-05-10  Julian SmartAdded wxRichTextXMLHandler::RegisterNodeName so custom...
2012-05-09  Julian SmartAdded field implementation
2012-04-24  Julian SmartAdded custom properties to style definitions and style...
2012-02-20  Julian SmartRemoved unnecessary newlines.
2012-02-20  Julian SmartCorrected missing angled bracket
2012-01-15  Julian SmartAdded min and max size to box attributes; made property...
2012-01-02  Julian SmartAdded a box style definition name to the box attribute.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-04  Julian SmartCorrected XML conversion in style names and face names
2011-02-25  Julian SmartApplied #12941: Fixes and enhancements for wxRTC (Rober...
2011-01-15  Julian SmartXML import corrections
2011-01-14  Julian SmartCompile fixes
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2010-10-08  Julian SmartCompile fix
2010-10-08  Julian SmartBlind fix for Mac compile problem
2010-10-06  Julian SmartEliminated redundant wxRichTextAnchoredObject class...
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-30  Vadim ZeitlinMerge of SOC2010_RTC_IMAGES branch.
2010-09-12  Julian SmartFix for % symbols going missing from style parameter
2010-08-17  Julian SmartLarge image-loading speedup and small attribute-loading...
2009-11-11  Julian SmartFixed tab removal bug, and empty text element
2009-09-22  Julian SmartFixed #9996 (incorrect XML output in Ansi build for...
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2008-06-06  Julian SmartFixed reading of image type
2008-05-20  Julian SmartCOnversion of some common font names to current platform
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-04-26  Julian SmartFixed quotation mark input/output
2008-02-21  Julian SmartDon't omit empty text objects
2008-02-16  Julian SmartFixed an XML parsing error for complex URLs
2008-01-25  Julian SmartImage objects should load and save attributes
2008-01-19  Vadim Zeitlinuse bgcolor when restoring styles as this is what we...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Julian SmartCorrected typo affecting outline level reading
2007-09-04  Julian SmartFixed URL saving/loading
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-05-02  Václav Slavíkcompilation fix for wxUSE_INTL=0
2007-02-05  Julian SmartTypo fix
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-11-10  Julian SmartAdded outline level
2006-11-09  Julian SmartSome documentation enhancements for wxRichTextCtrl
2006-11-08  Julian SmartAdded a couple of text effects
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-20  Julian SmartAdded the ability to use built-in bullet styles, curren...
2006-10-09  Paul Cornettwarning fixes/minor cleanup
2006-10-08  Vadim ZeitlinVC compilation fix after last commit
2006-10-08  Vadim Zeitlintesting whether signed char is greater than 127 is...
2006-10-08  Julian SmartSupport for characters below 32 (not supported as text or
2006-10-01  Julian SmartAdded rich text buffer clipboard support.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-10-31  Julian SmartApplied patch [ 1341085 ] richtext xml build fix
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
2005-10-25  Julian SmartFixed warnings/errors and changed Thaw
2005-10-21  Julian SmartFixed warning, move caret in OnPaint
2005-10-20  Julian SmartEfficiency measures; file loading bug fix
2005-10-19  Włodzimierz Skibaconst consistent for Clone(). Load/Save split to DoLoad...
2005-10-19  Julian SmartAdded wxRichTextCtrl