]> git.saurik.com Git - wxWidgets.git/history - src/richtext
regenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl...
[wxWidgets.git] / src / richtext /
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