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 |
2005-10-21 |
Julian Smart | Fixed some styling bugs, optimized resize for large... |
tree | commitdiff |
2005-10-20 |
Julian Smart | Resets scroll position on load |
tree | commitdiff |
2005-10-20 |
Julian Smart | Efficiency measures; file loading bug fix |
tree | commitdiff |
2005-10-19 |
Julian Smart | Introduced invalidation of ranges for later optimizatio... |
tree | commitdiff |
2005-10-19 |
Włodzimierz Skiba | const consistent for Clone(). Load/Save split to DoLoad... |
tree | commitdiff |
2005-10-19 |
Julian Smart | Added wxRichTextCtrl |
tree | commitdiff |
|