2011-01-20 |
Julian Smart | Fixed some bugs in up/down cursor navigation. |
tree | commitdiff |
2011-01-14 |
Julian Smart | Small doc tweaks |
tree | commitdiff |
2011-01-14 |
Julian Smart | Removed GCC 4 warning |
tree | commitdiff |
2011-01-14 |
Julian Smart | Compile fixes |
tree | commitdiff |
2011-01-14 |
Julian Smart | Implemented text boxes and tables, and further editing... |
tree | commitdiff |
2011-01-08 |
Paul Cornett | fix GCC warning about not explicitly initializing base... |
tree | commitdiff |
2010-10-14 |
Julian Smart | Fixed #12566 (assert on deletion) due to inconsistent... |
tree | commitdiff |
2010-10-06 |
Julian Smart | Don't use wxDC in header |
tree | commitdiff |
2010-10-06 |
Julian Smart | Eliminated redundant wxRichTextAnchoredObject class... |
tree | commitdiff |
2010-10-04 |
Julian Smart | Exports fixed |
tree | commitdiff |
2010-10-04 |
Julian Smart | Removed redundant GetEditableWindow on GTK+ |
tree | commitdiff |
2010-10-04 |
Julian Smart | wxRTC no longer derives from wxTextCtrlBase; added... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Use Unix EOL format for the new files. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Include correct headers from richtextimagedlg.*. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Remove interface/implementation #pragmas from richtexti... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Merge of SOC2010_RTC_IMAGES branch. |
tree | commitdiff |
2010-07-14 |
Vadim Zeitlin | Don't compile platform-specific methods when using... |
tree | commitdiff |
2010-07-11 |
Vadim Zeitlin | No real changes, just fix unused parameter warning. |
tree | commitdiff |
2010-06-25 |
Julian Smart | Added PaintAboveContent function for drawing on top... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE_EVENT_... |
tree | commitdiff |
2010-04-27 |
Julian Smart | wxRTC: fixed style selection reset after editing a... |
tree | commitdiff |
2009-11-23 |
Julian Smart | Made Unicode the default in symbols dialog. |
tree | commitdiff |
2009-09-29 |
Julian Smart | Context menu now created in constructor; old context... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Fixed compile problem |
tree | commitdiff |
2009-09-23 |
Julian Smart | Added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler... |
tree | commitdiff |
2009-09-23 |
Julian Smart | Resolved #4842 (accessors for member variables) |
tree | commitdiff |
2009-09-14 |
Julian Smart | wxRTC's own caret is more reliable than the generic... |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-17 |
Julian Smart | wxRichTextCtrl native caret now flashes, for wxMac... |
tree | commitdiff |
2009-05-15 |
Julian Smart | Added background colour control |
tree | commitdiff |
2009-03-24 |
Julian Smart | Don't translate panel titles |
tree | commitdiff |
2009-03-24 |
Julian Smart | Fixed small alignment issues |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | compilation fix for wxMotif and wxGTK1 (of course,... |
tree | commitdiff |
2009-03-06 |
Julian Smart | Removed conflicting virtual function |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix for wxRichTextCtrl after wxTextEntry... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | compilation fix after GetEditableWindow() signature... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-02-27 |
Julian Smart | Compile fix under wxGTK |
tree | commitdiff |
2009-02-27 |
Julian Smart | Fixed wxRichTextCtrl base class |
tree | commitdiff |
2009-02-12 |
Julian Smart | Fixed wxRichTextRange != operator |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't use _() in the public header in case WXINTL_NO_GE... |
tree | commitdiff |
2009-01-21 |
Julian Smart | wxRTC now properly honours margin size |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-15 |
Julian Smart | Added font family to wxTextAttr |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2008-11-28 |
Julian Smart | Compile fix |
tree | commitdiff |
2008-10-31 |
Vadim Zeitlin | fix MSVC /Wp64 warning about size_t to int conversion... |
tree | commitdiff |
2008-10-10 |
Francesco Montorsi | group hit-test flags into an enum (like I did in docs... |
tree | commitdiff |
2008-09-16 |
Julian Smart | Switched off some buggy optimisation that caused caret... |
tree | commitdiff |
2008-08-21 |
Julian Smart | Fixed default margin sizes |
tree | commitdiff |
2008-05-20 |
Julian Smart | COnversion of some common font names to current platform |
tree | commitdiff |
2008-05-17 |
Julian Smart | Fixed common style collection and superscript/subscript... |
tree | commitdiff |
2008-05-10 |
Francesco Montorsi | replace use of 'long/int bitmapType' with 'wxBitmapType... |
tree | commitdiff |
2008-04-29 |
Julian Smart | Added a wxRichTextCtrl-specific caret implementation... |
tree | commitdiff |
2008-04-27 |
Julian Smart | Further wxRichTextCtrl performance improvements |
tree | commitdiff |
2008-04-24 |
Julian Smart | Made performance acceptable for editing large paragraph... |
tree | commitdiff |
2008-04-24 |
Julian Smart | Further optimizations |
tree | commitdiff |
2008-04-23 |
Julian Smart | Further performance optimizations |
tree | commitdiff |
2008-04-21 |
Julian Smart | Speeded up wrapping (again), this time using partial... |
tree | commitdiff |
2008-04-10 |
Julian Smart | Added wxRichTextCtrl superscript and subscript support... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | fix header files so that they can be included directly... |
tree | commitdiff |
2008-02-27 |
Julian Smart | Made wxRichTextCtrl cursors accessible |
tree | commitdiff |
2008-02-26 |
Julian Smart | Don't take the previous paragraph style when deleting... |
tree | commitdiff |
2008-02-26 |
Julian Smart | Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with... |
tree | commitdiff |
2008-02-13 |
Julian Smart | Further fixes, for selected text display and new paragr... |
tree | commitdiff |
2008-02-07 |
Václav Slavík | removed unused SYMBOL_WXRICHTEXT.*_TITLE values that... |
tree | commitdiff |
2008-02-01 |
Julian Smart | Added a reset-buffer event to give an opportunity to... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
tree | commitdiff |
2008-01-22 |
Julian Smart | Added event handler macro |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2007-12-30 |
Julian Smart | Reduction of includes |
tree | commitdiff |
2007-11-28 |
Julian Smart | Use wxStdDialogButtonSizer |
tree | commitdiff |
2007-11-27 |
Václav Slavík | once again removed #ifdefs that conditionally included... |
tree | commitdiff |
2007-11-15 |
Julian Smart | Corrected symbol for OS/2 |
tree | commitdiff |
2007-11-15 |
Julian Smart | Added missing include |
tree | commitdiff |
2007-11-14 |
Julian Smart | Border corrections, and more compact dialog sizes |
tree | commitdiff |
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 |
next |