Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / richtext /
2009-11-23  Julian SmartMade Unicode the default in symbols dialog.
2009-09-29  Julian SmartContext menu now created in constructor; old context...
2009-09-24  Julian SmartFixed compile problem
2009-09-23  Julian SmartAdded wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler...
2009-09-23  Julian SmartResolved #4842 (accessors for member variables)
2009-09-14  Julian SmartwxRTC's own caret is more reliable than the generic...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-17  Julian SmartwxRichTextCtrl native caret now flashes, for wxMac...
2009-05-15  Julian SmartAdded background colour control
2009-03-24  Julian SmartDon't translate panel titles
2009-03-24  Julian SmartFixed small alignment issues
2009-03-22  Vadim Zeitlincompilation fix for wxMotif and wxGTK1 (of course,...
2009-03-06  Julian SmartRemoved conflicting virtual function
2009-03-02  Vadim ZeitlinwxOSX build fix for wxRichTextCtrl after wxTextEntry...
2009-03-02  Vadim Zeitlincompilation fix after GetEditableWindow() signature...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-27  Julian SmartCompile fix under wxGTK
2009-02-27  Julian SmartFixed wxRichTextCtrl base class
2009-02-12  Julian SmartFixed wxRichTextRange != operator
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlindon't use _() in the public header in case WXINTL_NO_GE...
2009-01-21  Julian SmartwxRTC now properly honours margin size
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-11-28  Julian SmartCompile fix
2008-10-31  Vadim Zeitlinfix MSVC /Wp64 warning about size_t to int conversion...
2008-10-10  Francesco Montorsigroup hit-test flags into an enum (like I did in docs...
2008-09-16  Julian SmartSwitched off some buggy optimisation that caused caret...
2008-08-21  Julian SmartFixed default margin sizes
2008-05-20  Julian SmartCOnversion of some common font names to current platform
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-24  Julian SmartMade performance acceptable for editing large paragraph...
2008-04-24  Julian SmartFurther optimizations
2008-04-23  Julian SmartFurther performance optimizations
2008-04-21  Julian SmartSpeeded up wrapping (again), this time using partial...
2008-04-10  Julian SmartAdded wxRichTextCtrl superscript and subscript support...
2008-03-20  Francesco Montorsifix header files so that they can be included directly...
2008-02-27  Julian SmartMade wxRichTextCtrl cursors accessible
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-26  Julian SmartFixed [ 1720130 ] A minor 'bug' or 'annoyance' with...
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2008-02-07  Václav Slavíkremoved unused SYMBOL_WXRICHTEXT.*_TITLE values that...
2008-02-01  Julian SmartAdded a reset-buffer event to give an opportunity to...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-22  Julian SmartAdded event handler macro
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-30  Julian SmartReduction of includes
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-15  Julian SmartAdded missing include
2007-11-14  Julian SmartBorder corrections, and more compact dialog sizes
2007-10-27  Julian SmartFixed context menu in wxRichTextCtrl
2007-10-24  Julian SmartSmall usability improvements
2007-10-11  Julian SmartMake SaveFile and LoadFile virtual so they can be overr...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-07  Julian SmartInit fix
2007-05-24  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-02-07  Julian SmartAdded flag for removing attributes
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-01  Robin DunnFix compile error
2006-11-30  Julian SmartCorrection to accessors
2006-11-26  Julian SmartStyles now sorted alphabetically
2006-11-25  Mattia Barbon Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
2006-11-22  Julian SmartAdded setters for print and page data
2006-07-25  Włodzimierz SkibaPCH build 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-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-16  Julian SmartRemoved new function
2006-11-15  Julian SmartMade new functions non-virtual
2006-11-15  Julian SmartSmall bug fixes
2006-11-10  Julian SmartAdded outline level
2006-11-09  Julian SmartSome documentation enhancements for wxRichTextCtrl
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-10-30  Julian SmartCopy constructor warning elimination
2006-10-30  Julian SmartReuse wxCaret object
2006-10-29  Julian SmartDigital Mars doesn't like the identifiers being declare...
2006-10-29  Michael WetherellFixes for semicolons, commas and wxSTRING_MAXLEN from...
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-27  Julian SmartTypo fix
2006-10-27  Julian SmartFirst cut at printing support for wxRichTextCtrl
next