Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / richtext /
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-16  Julian SmartMake an image block beore writing it, if there's no...
2006-04-12  Julian SmartApplied patch [ 1463711 ] wxRichTextCtrl fix for pastin...
2006-04-10  Vadim Zeitlindon't let the user modify the contents of read-only...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-21  Vadim ZeitlinMade wxList::compatibility_iterator a class in wxUSE_ST...
2006-03-08  Vadim Zeitlincorrect gcc print format warnings
2006-03-08  Vadim Zeitlinuse wxCHECK instead of wxASSERT to avoid crashing later...
2006-03-07  Julian SmartApplied patch [ 1445031 ] wxString passed as ellipsis...
2006-03-07  Julian SmartAdded conversion to HTML, by Akin Demirtug
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-02  Julian SmartScroll text into view when typing
2006-01-01  Vadim Zeitlinfixed VC7 unreachable code warning (given even in debug...
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-12-18  Julian SmartFixed bug introduced by compiler compatibility fix
2005-11-27  Michael WetherellSmall fixes to allow compilation with --enable-stl
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
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-25  Julian SmartDon't clear background in Refresh (to suit poor impleme...
2005-10-22  Julian SmartNow works when derived from wxTextCtrlBase, using wxScr...
2005-10-22  Julian SmartCorrections for wxUSE_STL=1
2005-10-22  Julian SmartMore Erase substitutions
2005-10-22  Julian SmartAdded missing include
2005-10-22  Julian SmartReplace node deletion with Erase
2005-10-22  Włodzimierz SkibawxTinderbox build fixes.
2005-10-21  Julian SmartDon't try to open clipboard if already open
2005-10-21  Julian SmartReduced unnecessary painting; delete/recreate caret...
2005-10-21  Julian SmartSwitched antialiasing off since GetTextExtent doesn...
2005-10-21  Julian SmartFixed warning, move caret in OnPaint
2005-10-21  Julian SmartRestored code uglies
2005-10-21  Julian SmartRemoved macros
2005-10-21  Julian SmartFixed some styling bugs, optimized resize for large...
2005-10-20  Julian SmartResets scroll position on load
2005-10-20  Włodzimierz SkibaWarning fixes.
2005-10-20  Julian SmartEfficiency measures; file loading bug fix
2005-10-19  Julian SmartIntroduced invalidation of ranges for later optimizatio...
2005-10-19  Włodzimierz Skibaconst consistent for Clone(). Load/Save split to DoLoad...
2005-10-19  Julian SmartFirst part of a layout optimization
2005-10-19  Julian SmartOnly draw if inside client rectangle
2005-10-19  Julian SmartAdded wxRichTextCtrl