Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
[wxWidgets.git] / src / richtext / richtextctrl.cpp
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-18  Julian SmartLayout corrections
2007-09-14  Julian SmartFixed caret sizing bug
2007-09-04  Julian SmartCorrected default background and text colours
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-06-07  Julian SmartDon't insert a newline when we get text
2007-04-02  Julian SmartAdded mouse event handler invocations
2007-03-12  Julian SmartApplied patch [ 1678626 ] Non-ascii characters in wxRic...
2007-03-05  Julian SmartOptimization: don't set the base background colour
2007-02-23  Julian SmartFixed a control-arrow bug
2007-02-20  Julian SmartIgnore Windows key
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-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-03  Julian SmartText style fix
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_SETSTYLE_RESET SetStyleEx() flag to...
2006-11-16  Julian SmartRemoved new function
2006-11-15  Julian SmartSmall bug fixes
2006-11-08  Julian SmartAdd ctor parameters to match wxTextCtrl
2006-11-08  Julian SmartAdded a couple of text effects
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlindon't need to check if we set the same cursor before...
2006-10-30  Robin DunnMore compile fixes.
2006-10-30  Julian SmartReuse wxCaret object
2006-10-30  Julian SmartCall Update after user input to improve responsiveness
2006-10-28  Julian SmartCorrected a clearing bug
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-10  Julian SmartReturn type change
2006-10-09  Paul Cornettwarning fixes/minor cleanup
2006-10-08  Vadim Zeitlinfix compilation after recent wxTextCtrl changes
2006-10-08  Julian SmartDon't use double buffering on platforms that do it...
2006-10-02  Julian SmartUse wxIsalnum to test for word delimiters
2006-10-02  Julian SmartCompilo fix
2006-10-01  Julian SmartAdded rich text buffer clipboard support.
2006-09-29  Julian SmartFixed bugs in, and added operators and copy constructor...
2006-09-26  Julian SmartConverts DOS line endings to Unix if necessary
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-19  Julian SmartBetter compatibility between wxRichTextCtrl and wxTextC...
2006-09-19  Julian SmartCorrections to take into account that range in the...
2006-09-12  Julian SmartSetting the current style from the UI is a mode that...
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
2006-07-04  Julian SmartScrolling improvements
2006-07-03  Julian SmartSetStyle/GetStyle corrections
2006-07-01  Julian SmartNeed to convert from physical to logical units inside...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
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-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
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
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-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 SmartFixed warning, move caret in OnPaint
2005-10-21  Julian SmartFixed some styling bugs, optimized resize for large...
2005-10-20  Julian SmartResets scroll position on load
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