2007-10-27 |
Julian Smart | Fixed context menu in wxRichTextCtrl |
tree | commitdiff |
2007-10-24 |
Julian Smart | Small usability improvements |
tree | commitdiff |
2007-10-11 |
Julian Smart | Make SaveFile and LoadFile virtual so they can be overr... |
tree | commitdiff |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
tree | commitdiff |
2007-10-02 |
Vadim Zeitlin | fix several mingw32 warnings (patch from Tim Stahlhut) |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-06-07 |
Julian Smart | Init fix |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | put #if wxUSE_FFILE && wxUSE_STREAMS around functions... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | fix new wxHVScroll code to build with WXWIN_COMPATIBILI... |
tree | commitdiff |
2007-02-07 |
Julian Smart | Added flag for removing attributes |
tree | commitdiff |
2007-01-28 |
Julian Smart | Added extra hit test style for more accurate reporting |
tree | commitdiff |
2006-12-29 |
Julian Smart | Process capture lost event to avoid assertion |
tree | commitdiff |
2006-12-24 |
Václav Slavík | removed #ifdefs that conditionally included the exact... |
tree | commitdiff |
2006-12-01 |
Robin Dunn | Fix compile error |
tree | commitdiff |
2006-11-30 |
Julian Smart | Correction to accessors |
tree | commitdiff |
2006-11-26 |
Julian Smart | Styles now sorted alphabetically |
tree | commitdiff |
2006-11-25 |
Mattia Barbon | Allow building when WXINTL_NO_GETTEXT_MACRO is defined. |
tree | commitdiff |
2006-11-22 |
Julian Smart | Added setters for print and page data |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | documentation for wxAppTraits (patch 1518295 from Franc... |
tree | commitdiff |
2006-11-20 |
Julian Smart | Fixed a bug setting caret position after setting or... |
tree | commitdiff |
2006-11-18 |
Julian Smart | Small cleanup. |
tree | commitdiff |
2006-11-17 |
Julian Smart | Removed obsolete code |
tree | commitdiff |
2006-11-17 |
Julian Smart | Added wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow... |
tree | commitdiff |
2006-11-17 |
Julian Smart | Added wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to... |
tree | commitdiff |
2006-11-16 |
Julian Smart | Removed new function |
tree | commitdiff |
2006-11-15 |
Julian Smart | Made new functions non-virtual |
tree | commitdiff |
2006-11-15 |
Julian Smart | Small bug fixes |
tree | commitdiff |
2006-11-10 |
Julian Smart | Added outline level |
tree | commitdiff |
2006-11-09 |
Julian Smart | Some documentation enhancements for wxRichTextCtrl |
tree | commitdiff |
2006-11-08 |
Julian Smart | Add ctor parameters to match wxTextCtrl |
tree | commitdiff |
2006-11-08 |
Julian Smart | Added a couple of text effects |
tree | commitdiff |
2006-11-02 |
Julian Smart | Style application fixes |
tree | commitdiff |
2006-10-30 |
Julian Smart | Copy constructor warning elimination |
tree | commitdiff |
2006-10-30 |
Julian Smart | Reuse wxCaret object |
tree | commitdiff |
2006-10-29 |
Julian Smart | Digital Mars doesn't like the identifiers being declare... |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Fixes for semicolons, commas and wxSTRING_MAXLEN from... |
tree | commitdiff |
2006-10-28 |
Julian Smart | Corrected a clearing bug |
tree | commitdiff |
2006-10-27 |
Julian Smart | Typo fix |
tree | commitdiff |
2006-10-27 |
Julian Smart | First cut at printing support for wxRichTextCtrl |
tree | commitdiff |
2006-10-26 |
Julian Smart | Fixed initialisation order warning |
tree | commitdiff |
2006-10-26 |
Julian Smart | Typo fixes |
tree | commitdiff |
2006-10-26 |
Julian Smart | Added URL support to attribute objects and to wxRichTex... |
tree | commitdiff |
2006-10-25 |
Włodzimierz Skiba | Make wxRichTextCtrl again buildable on WinCE. |
tree | commitdiff |
2006-10-21 |
Stefan Neis | Corrected port name used in headers. |
tree | commitdiff |
2006-10-20 |
Julian Smart | Added the ability to use built-in bullet styles, curren... |
tree | commitdiff |
2006-10-20 |
Włodzimierz Skiba | Whitespaces and headers cleaning. |
tree | commitdiff |
2006-10-19 |
Julian Smart | Added missing WXDLLIMPEXP_RICHTEXT symbol |
tree | commitdiff |
2006-10-19 |
Julian Smart | Compilation fixes |
tree | commitdiff |
2006-10-19 |
Julian Smart | Added a list style editor page to the formatting dialog. |
tree | commitdiff |
2006-10-17 |
Włodzimierz Skiba | Headers cleaning. |
tree | commitdiff |
2006-10-17 |
Julian Smart | Added list style to text attributes, independent from... |
tree | commitdiff |
2006-10-16 |
Robin Dunn | Add wxRichTextModuleInit |
tree | commitdiff |
2006-10-13 |
Julian Smart | Fixed tab selection bug |
tree | commitdiff |
2006-10-11 |
Julian Smart | Added back necessary defines 'cleaned' away. If folks... |
tree | commitdiff |
2006-10-10 |
Julian Smart | Return type change |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Use wxBookCtrl wrapper rather than wxNotebook in common... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warnings, build errors, headers, licence, prefered... |
tree | commitdiff |
2006-10-09 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fix compilation after recent wxTextCtrl changes |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a customisable formatting dialog for wxRichTextCt... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a symbol selection dialog, with optional font... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added option to set style from style listbox when single |
tree | commitdiff |
2006-10-08 |
Julian Smart | Use paragraph's attributes for paragraph-related styles... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Don't use double buffering on platforms that do it... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added paragraph symbol font (Get/SetSymbolFont in attri... |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | GCC warning fix. Minor cleanup. |
tree | commitdiff |
2006-10-01 |
Julian Smart | Added rich text buffer clipboard support. |
tree | commitdiff |
2006-09-29 |
Julian Smart | Fixed bugs in, and added operators and copy constructor... |
tree | commitdiff |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
tree | commitdiff |
2006-09-19 |
Julian Smart | Better compatibility between wxRichTextCtrl and wxTextC... |
tree | commitdiff |
2006-09-19 |
Julian Smart | Corrections to take into account that range in the... |
tree | commitdiff |
2006-09-13 |
Julian Smart | Added public keyword |
tree | commitdiff |
2006-09-12 |
Julian Smart | Style listbox now shows current style |
tree | commitdiff |
2006-09-12 |
Julian Smart | Setting the current style from the UI is a mode that... |
tree | commitdiff |
2006-09-12 |
Julian Smart | Fixed flag setting omission that showed up as list... |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-07-03 |
Julian Smart | SetStyle/GetStyle corrections |
tree | commitdiff |
2006-07-03 |
Julian Smart | Use wxTextCtrlBase as base class on 2.7 |
tree | commitdiff |
2006-07-02 |
Julian Smart | Implemented wxTextAttrEx::CombineEx and wxRichTextAttr... |
tree | commitdiff |
2006-07-02 |
Julian Smart | Typo correction |
tree | commitdiff |
2006-06-29 |
Julian Smart | Moved wxRichTextCtrl to its own library |
tree | commitdiff |
2006-06-28 |
Julian Smart | Typo correction |
tree | commitdiff |
2006-06-28 |
Julian Smart | Added support for tabs in wxRichTextCtrl (Ashish More) |
tree | commitdiff |
2006-03-12 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s. |
tree | commitdiff |
2006-03-07 |
Julian Smart | Applied patch [ 1445031 ] wxString passed as ellipsis... |
tree | commitdiff |
2006-03-07 |
Julian Smart | Added conversion to HTML, by Akin Demirtug |
tree | commitdiff |
2006-02-12 |
Vadim Zeitlin | it is not possible to show/hide the window from the... |
tree | commitdiff |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
tree | commitdiff |
2006-02-06 |
Vadim Zeitlin | declare rich text control event types with correct... |
tree | commitdiff |
2005-12-18 |
Julian Smart | Separated XML and HTML rich text I/O handlers |
tree | commitdiff |
2005-10-31 |
Julian Smart | Applied patch [ 1341085 ] richtext xml build fix |
tree | commitdiff |
2005-10-28 |
Julian Smart | Applied patch [ 1339882 ] richtext misc cleanup |
tree | commitdiff |
2005-10-25 |
Julian Smart | Fixed warnings/errors and changed Thaw |
tree | commitdiff |
2005-10-22 |
Julian Smart | Now works when derived from wxTextCtrlBase, using wxScr... |
tree | commitdiff |
2005-10-21 |
Julian Smart | Reduced unnecessary painting; delete/recreate caret... |
tree | commitdiff |
2005-10-21 |
Michael Wetherell | Fix a couple of export declarations |
tree | commitdiff |
next |