2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
blob | commitdiff | raw |
2012-05-26 |
Julian Smart | Added full scaling to wxRTC |
blob | commitdiff | raw | diff to current |
2012-05-22 |
Jouk Jansen | Fix compilation when wxUSE_DRAG_AND_DROP=0 |
blob | commitdiff | raw | diff to current |
2012-05-20 |
Julian Smart | Added pixel size capability to wxTextAttr and wxRichTex... |
blob | commitdiff | raw | diff to current |
2012-05-09 |
Julian Smart | Added field implementation |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Julian Smart | Moved default margins to buffer class Init; reduced... |
blob | commitdiff | raw | diff to current |
2012-05-07 |
Julian Smart | Added non-breaking space to whitespace check |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Julian Smart | Added flags to SetStyle with specific object |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Julian Smart | Always send wxEVT_COMMAND_RICHTEXT_DELETE event if... |
blob | commitdiff | raw | diff to current |
2012-02-23 |
Julian Smart | Added functionality for disabling the vertical scrollbar. |
blob | commitdiff | raw | diff to current |
2012-02-20 |
Julian Smart | Minor fixes |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Julian Smart | Added further API for intercepting deletion and content... |
blob | commitdiff | raw | diff to current |
2012-01-17 |
Julian Smart | Added drawing context to allow 'virtual' (dynamic)... |
blob | commitdiff | raw | diff to current |
2012-01-17 |
Julian Smart | Support for undoable application of custom properties... |
blob | commitdiff | raw | diff to current |
2012-01-15 |
Julian Smart | Added min and max size to box attributes; made property... |
blob | commitdiff | raw | diff to current |
2012-01-09 |
Julian Smart | Improved layout, in particular passed a container size... |
blob | commitdiff | raw | diff to current |
2012-01-09 |
Jouk Jansen | Correction for the #define wxUSE_DRAG_AND_DROP 0 case |
blob | commitdiff | raw | diff to current |
2012-01-08 |
Julian Smart | Fixed default style setting to take into account text... |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Julian Smart | Removed compilation ambiguity between different forms... |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Julian Smart | Fixed box style application. |
blob | commitdiff | raw | diff to current |
2012-01-04 |
Julian Smart | Possible fix for #13821: wxRichTextCtrl using 100% CPU |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Julian Smart | Disable drag and drop if the control is not editable |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Julian Smart | Applied #13819: wxRTC drag and drop, by dghart, with... |
blob | commitdiff | raw | diff to current |
2011-12-30 |
Julian Smart | When the focus object changes, the old selection should be |
blob | commitdiff | raw | diff to current |
2011-12-30 |
Julian Smart | Split up the context menu functionality to make it... |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Julian Smart | Applied patch in #13777 (wxRichTextCtrl scroll and... |
blob | commitdiff | raw | diff to current |
2011-12-15 |
Julian Smart | Applied #13763 from dghart, to use primary selections... |
blob | commitdiff | raw | diff to current |
2011-10-30 |
Julian Smart | Fixed warning when compiling richttextctrl.cpp in VS201... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
Julian Smart | Applied patch #13534: wxRichTextCtrl: Make it easier... |
blob | commitdiff | raw | diff to current |
2011-09-29 |
Julian Smart | Fixed caret sizing problem around large objects by... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-16 |
Stefan Csomor | adapting to new ctrl constant handling on OSX |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Julian Smart | Fixed Replace() to use the passed range instead of... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Julian Smart | Fixed shift-click selection |
blob | commitdiff | raw | diff to current |
2011-06-15 |
Julian Smart | Caret dropout fix |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-21 |
Julian Smart | Added ForceDelayedLayout |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Julian Smart | Correction to position in character insertion event... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Julian Smart | Fix for #11647: text from WriteText not scrolled to... |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Julian Smart | Applied patch in #12279: in wxRichTextCtrl, when wxRE_R... |
blob | commitdiff | raw | diff to current |
2011-01-20 |
Julian Smart | Fixed some bugs in up/down cursor navigation. |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Julian Smart | Fix for incorrect programmatic formatting (default... |
blob | commitdiff | raw | diff to current |
2011-01-14 |
Julian Smart | Implemented text boxes and tables, and further editing... |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Julian Smart | wxRTC no longer derives from wxTextCtrlBase; added... |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Julian Smart | Avoid id clashes |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | Merge of SOC2010_RTC_IMAGES branch. |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Julian Smart | wxRichTextCtrl::ApplyStyle now applies a paragraph... |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Julian Smart | Added PaintAboveContent function for drawing on top... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Julian Smart | Caret position corrected to end of selection |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Julian Smart | Don't select all if there is nothing to select. |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Julian Smart | Don't delete previous character when pressing Del at... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Julian Smart | Fixes for incorrect selection, extra newline insertion... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Julian Smart | Simplify SetSelectionRange and make consistent with... |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Julian Smart | Context menu now created in constructor; old context... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Julian Smart | Fix for #4696: added SetDefaultStyleToCursorStyle(... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Vadim Zeitlin | Added wxKeyEvent::IsKeyInCategory() method. |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Julian Smart | Fix numpad Del not working in wxRTC |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Julian Smart | wxRichTextCtrl native caret now flashes, for wxMac... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Julian Smart | Fixed wxRTC AltGr+key input on Windows |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Julian Smart | Removed conflicting virtual function |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Julian Smart | Don't crash if no scrollbar |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix for wxRichTextCtrl after wxTextEntry... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Julian Smart | Fixed wxRichTextCtrl base class |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Julian Smart | Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Julian Smart | wxRTC now properly honours margin size |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Francesco Montorsi | use enumerations instead of integers for wxFont style... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
Francesco Montorsi | fix wxPowerEvent, wxRichTextEvent and wxWizardEvent... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Julian Smart | Added Undo, Redo accelerators for wxRTC |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Julian Smart | Fixed inability to select no superscript and no subscri... |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Julian Smart | wxRichTextCtrl no longer deletes a character when conte... |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Julian Smart | Fixed problem with Croation input due to confusion... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Julian Smart | Only ignore Alt down on Mac |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Julian Smart | Now accepts keys that are generated with Alt |
blob | commitdiff | raw | diff to current |
2008-09-28 |
Julian Smart | Fix for deleting first word in the control |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Julian Smart | Fixed Freeze problem that rendered control invisible |
blob | commitdiff | raw | diff to current |
2008-09-07 |
Julian Smart | Fixed Cmd+Back, Cmd+Del word deletion behaviour in... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
Julian Smart | Improved auto list numbering |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Julian Smart | Take on appropriate paragraph style in the newly create... |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Julian Smart | Tab removal |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Julian Smart | Shift+Return now puts the cursor on the next line |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Julian Smart | Fixed common style collection and superscript/subscript... |
blob | commitdiff | raw | diff to current |
2008-05-10 |
Francesco Montorsi | replace use of 'long/int bitmapType' with 'wxBitmapType... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Julian Smart | Reverted patch 1906896 because it broke prgrammatic... |
blob | commitdiff | raw | diff to current |
2008-05-03 |
Julian Smart | Fixed [ 1905777 ] Defining default accelerators for... |
blob | commitdiff | raw | diff to current |
2008-05-03 |
Julian Smart | Applied patch [ 1906896 ] Fix for bug #1906223 and... |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Julian Smart | Added a wxRichTextCtrl-specific caret implementation... |
blob | commitdiff | raw | diff to current |
2008-04-27 |
Julian Smart | Further wxRichTextCtrl performance improvements |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Julian Smart | Further optimizations |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Julian Smart | Don't send event from ChangeValue |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Julian Smart | Fixed selection clearing. |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Julian Smart | Fixed bug [ 1714813 ] ApplyXXXToSelection remove style |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Julian Smart | Fixed bug [ 1870906 ] There are few problems selection... |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Julian Smart | Fixed two out by one errors |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Julian Smart | Set default attributes after a SetSelection |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Julian Smart | Make sure paragraph style is reset before applying... |
blob | commitdiff | raw | diff to current |
next |