Added wxRichTextCtrl superscript and subscript support (Knut Petter Lehre).
[wxWidgets.git] / src / richtext /
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
2008-01-25  Julian SmartHTML output corrections
2008-01-25  Julian SmartImage objects should load and save attributes
2008-01-24  Julian SmartUpdate caret in SetInsertionPoint
2008-01-24  Julian SmartOptimization correction
2008-01-19  Vadim Zeitlinuse bgcolor when restoring styles as this is what we...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-30  Julian SmartReduction of includes
2007-12-30  Julian SmartFixed pasting inefficiency
2007-12-11  Paul Cornettfix for link errors in DLL build
2007-12-06  Julian SmartBig wxRichTextCtrl performance increase due to faster...
2007-11-28  Julian SmartUse wxStdDialogButtonSizer
2007-11-27  Václav Slavíkonce again removed #ifdefs that conditionally included...
2007-11-15  Julian SmartCorrected symbol for OS/2
2007-11-14  Julian SmartBorder corrections, and more compact dialog sizes
2007-11-01  Julian SmartSizing improvements and read-only preview controls
2007-10-27  Julian SmartWarning fix
2007-10-27  Julian SmartFixed context menu in wxRichTextCtrl
2007-10-27  Julian SmartAdded wxVSCROLL to wxRichTextCtrls
2007-10-25  Julian SmartFixed bug in optimization for character input, affectin...
2007-10-25  Julian SmartNow uses the correct selection colours.
2007-10-25  Julian SmartFixed a style application bug inserting a newline other...
2007-10-24  Julian SmartSmall usability improvements
2007-10-23  Julian SmartSmall code cleanup
2007-10-10  Chris Elliottpatch as at thread.gmane.org/gmane.comp.lib.wxwidgets...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Julian SmartCorrected typo affecting outline level reading
2007-10-07  Julian SmartAdded missing URL attribute testing
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-18  Julian SmartLayout corrections
2007-09-17  Julian SmartAdded omitted variable copy
2007-09-14  Julian SmartFixed caret sizing bug
2007-09-07  Julian SmartOnly write text colour if the colour is valid
2007-09-04  Julian SmartCorrected default background and text colours
2007-09-04  Julian SmartFixed URL saving/loading
2007-08-27  Julian SmartOnly show the context menu if the event belongs to...
2007-08-07  Julian SmartClean up
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-25  Julian SmartTypo correction
2007-07-20  Paul Cornettadd missing parens to bitwise expression
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-06-22  Vadim Zeitlinpointer to literal string should be const
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-09  Julian SmartFaster hex encoding
2007-06-07  Julian SmartDon't insert a newline when we get text
2007-05-25  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-05-18  Julian SmartAllow negative line spacing
2007-05-05  Robert Roebling Compilo.
2007-05-02  Václav Slavíkcompilation fix for wxUSE_INTL=0
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-02  Julian SmartAdded mouse event handler invocations
2007-04-02  Julian SmartFixed compile problem and warning
2007-03-30  Vadim Zeitlindon't use m_stylePopup inside GetRichTextCtrl() before...
2007-03-30  Vadim Zeitlindon't use potentially NULL m_styleListBox (coverity...
2007-03-30  Vadim Zeitlinreplaced run-time tests for wxRICHTEXT_USE_TOOLBOOK...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-12  Julian SmartApplied patch [ 1678626 ] Non-ascii characters in wxRic...
2007-03-11  Julian SmartFixed wrapping with tabs
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-05  Julian SmartFixed problem with tab size calculation not reflecting...
2007-03-05  Julian SmartOptimization: don't set the base background colour
2007-03-05  Julian SmartDrawing correction
2007-03-05  Julian SmartImplemented text background colour
2007-02-23  Julian SmartFixed a control-arrow bug
2007-02-20  Julian SmartFixed a problem with tabs when text spills over the...
2007-02-20  Julian SmartIgnore Windows key
2007-02-19  Julian SmartLayout correction
2007-02-08  Vadim Zeitlinfixed unreachable code warning in release build
2007-02-08  Vadim Zeitlinfixed what looked like a typo in hit code testing in...
2007-02-07  Julian SmartAdded flag for removing attributes
2007-02-05  Julian SmartTypo fix
next