]> git.saurik.com Git - wxWidgets.git/history - src/richtext
Added wxRichTextCtrl superscript and subscript support (Knut Petter Lehre).
[wxWidgets.git] / src / richtext /
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
2006-11-09  Julian SmartSome documentation enhancements for wxRichTextCtrl
2006-11-09  Julian SmartAdding rich text dialogs file so anyone can modify...
2006-11-08  Julian SmartAdd ctor parameters to match wxTextCtrl
2006-11-08  Julian SmartAdded a couple of text effects
2006-11-02  Julian SmartStyle application fixes
2006-11-01  Julian SmartFixed compile error with --enable-stl
2006-10-31  Vadim Zeitlincorrect compilation after last change (added ifdef...
2006-10-31  Vadim Zeitlindon't define specifyLevel variable in release builds...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlincommented out if(1) which resulted in annoying bcc...
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 SmartCopy constructor warning elimination
2006-10-30  Julian SmartReuse wxCaret object
2006-10-30  Julian SmartCall Update after user input to improve responsiveness
2006-10-29  Julian SmartDigital Mars fixes
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-27  Julian SmartPagination fix
2006-10-27  Julian SmartWarning fixes
2006-10-27  Julian SmartFirst cut at printing support for wxRichTextCtrl
2006-10-26  Julian SmartAdded a cast
2006-10-26  Julian SmartTypo fixes
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-25  Włodzimierz SkibaTypo fix.
2006-10-25  Włodzimierz SkibaMake wxRichTextCtrl again buildable on WinCE.
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-21  Stefan NeisFixed port name used in #ifdef.
2006-10-21  Julian SmartAdded wxUSE_RICHTEXT guard
2006-10-20  Julian SmartAdded the ability to use built-in bullet styles, curren...
2006-10-20  Włodzimierz SkibaWhitespaces and headers cleaning.
2006-10-20  Paul Cornettbuid fix
2006-10-19  Julian SmartSpin control usage correction
2006-10-19  Julian SmartCompilation fixes
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-16  Robin DunnAdd wxRichTextModuleInit
2006-10-13  Julian SmartFixed tab selection bug
2006-10-11  Stefan Csomorwhile gcc 4 works under xcode, 3.3. builds don't, there...
2006-10-10  Julian SmartReturn type change
2006-10-09  Julian SmartDon't use precompiled header directives in included...
2006-10-09  Włodzimierz SkibaUse wxBookCtrl wrapper rather than wxNotebook in common...
2006-10-09  Włodzimierz SkibaWarnings, build errors, headers, licence, prefered...
2006-10-09  Julian SmartDon't use toolbook for formatting dialog until we have...
2006-10-09  Paul Cornettwarning fixes/minor cleanup
2006-10-09  Paul Cornettbuild fixes for WXWIN_COMPATIBILITY_2_6=0
2006-10-08  Vadim Zeitlinfix format mismatch warnings
2006-10-08  Vadim Zeitlinneed to include wx/imaglist.h even when using PCH
2006-10-08  Vadim Zeitlindon't define g_UnicodeSubsetTable in non-Unicode build...
2006-10-08  Vadim Zeitlinfix compilation after recent wxTextCtrl changes
2006-10-08  Vadim ZeitlinVC compilation fix after last commit
2006-10-08  Vadim Zeitlintesting whether signed char is greater than 127 is...
2006-10-08  Julian SmartAdded a customisable formatting dialog for wxRichTextCt...
2006-10-08  Julian SmartAdded a symbol selection dialog, with optional font...
2006-10-08  Julian SmartAdded option to set style from style listbox when single
2006-10-08  Julian SmartSupport for characters below 32 (not supported as text or
2006-10-08  Julian SmartUse paragraph's attributes for paragraph-related styles...
2006-10-08  Julian SmartDon't use double buffering on platforms that do it...
2006-10-08  Julian SmartAdded paragraph symbol font (Get/SetSymbolFont in attri...
2006-10-08  Vadim Zeitlinfixed VC warning about unreachable code
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 SmartStyle listbox now shows current style
2006-09-12  Julian SmartSetting the current style from the UI is a mode that...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
next