Added pixel size capability to wxTextAttr and wxRichTextCtrl.
[wxWidgets.git] / src / richtext / richtextstyles.cpp
2012-05-20  Julian SmartAdded pixel size capability to wxTextAttr and wxRichTex...
2012-05-14  Julian SmartClear styles popup if there is no style sheet
2012-04-24  Julian SmartAdded custom properties to style definitions and style...
2012-01-08  Julian SmartFixed default style setting to take into account text...
2011-12-30  Julian SmartSplit up the context menu functionality to make it...
2011-09-20  Julian SmartRemove pointless case insensitivity
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-17  Julian SmartFixed problems caused by duplicated names across differ...
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-06-07  Julian SmartGetStyleMergedWithBase no longer hangs if there's a...
2010-04-27  Julian SmartwxRTC: fixed style selection reset after editing a...
2009-11-18  Julian SmartFixed #11212 [RichText sample] Assert/Crash when Styles...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2008-08-22  Julian SmartImproved auto list numbering
2008-02-14  Julian SmartPerformance optimization
2008-01-27  Julian SmartTake basic style into account when showing style under...
2007-11-14  Julian SmartBorder corrections, and more compact dialog sizes
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-03-30  Vadim Zeitlindon't use m_stylePopup inside GetRichTextCtrl() before...
2007-03-30  Vadim Zeitlindon't use potentially NULL m_styleListBox (coverity...
2006-12-10  Włodzimierz SkibaWarning fix.
2006-11-30  Julian SmartCorrection to style code
2006-11-26  Julian SmartStyles now sorted alphabetically
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-11-17  Julian SmartLimit indentation in style listbox, and also show centring
2006-11-08  Julian SmartAdded a couple of text effects
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-20  Włodzimierz SkibaWhitespaces and headers cleaning.
2006-10-19  Julian SmartAdded a list style editor page to the formatting dialog.
2006-10-17  Julian SmartAdded list style to text attributes, independent from...
2006-10-08  Julian SmartAdded option to set style from style listbox when single
2006-09-29  Julian SmartFixed bugs in, and added operators and copy constructor...
2006-09-12  Julian SmartStyle listbox now shows current style
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
2005-10-22  Julian SmartCorrections for wxUSE_STL=1
2005-10-19  Julian SmartAdded wxRichTextCtrl