don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src / richtext /
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
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2006-12-29  Julian SmartProcess capture lost event to avoid assertion
2006-12-24  Václav Slavíkremoved #ifdefs that conditionally included the exact...
2006-12-23  Julian SmartBullet size should take into account the font of the...
2006-12-23  Julian SmartOptimization
2006-12-10  Włodzimierz SkibaWarning fix.
2006-12-03  Julian SmartText style fix
2006-12-01  Julian SmartFix for newline breakage
2006-12-01  Julian SmartFixed insertion point bug
2006-11-30  Julian SmartCorrection to style code
2006-11-26  Julian SmartStyles now sorted alphabetically
2006-11-22  Julian SmartAdded setters for print and page data
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Vadim Zeitlinadded wxID_HELP_INDEX/SEARCH (part of request 1404089)
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-11-20  Julian SmartFixed a bug setting caret position after setting or...
2006-11-19  Kevin OllivierFix API calls to match header changes made in richtextb...
2006-11-18  Julian SmartSmall cleanup.
2006-11-17  Julian SmartRemoved obsolete code
2006-11-17  Julian SmartAdded wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow...
2006-11-17  Julian SmartAdded wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to...
2006-11-17  Julian SmartLimit indentation in style listbox, and also show centring
2006-11-16  Julian SmartRemoved new function
2006-11-15  Julian SmartSmall bug fixes
2006-11-14  Julian SmartOmission and bug fix
2006-11-10  Julian SmartAdded outline level
next