2011-04-21 |
Julian Smart | Added ForceDelayedLayout |
blob | commitdiff | raw |
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 |
2008-02-13 |
Julian Smart | Implemented selection using shift left click |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Julian Smart | Further fixes, for selected text display and new paragr... |
blob | commitdiff | raw | diff to current |
2008-02-06 |
Julian Smart | Reset scroll position when clearing buffer |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Julian Smart | Added a reset-buffer event to give an opportunity to... |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Julian Smart | Update caret in SetInsertionPoint |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
blob | commitdiff | raw | diff to current |
2007-10-27 |
Julian Smart | Warning fix |
blob | commitdiff | raw | diff to current |
2007-10-27 |
Julian Smart | Fixed context menu in wxRichTextCtrl |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Julian Smart | Small code cleanup |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Julian Smart | Layout corrections |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Julian Smart | Fixed caret sizing bug |
blob | commitdiff | raw | diff to current |
2007-09-04 |
Julian Smart | Corrected default background and text colours |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Julian Smart | Only show the context menu if the event belongs to... |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | Clean up |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Julian Smart | Typo correction |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Paul Cornett | add missing parens to bitwise expression |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Julian Smart | Don't insert a newline when we get text |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Julian Smart | Added mouse event handler invocations |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Julian Smart | Applied patch [ 1678626 ] Non-ascii characters in wxRic... |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Julian Smart | Optimization: don't set the base background colour |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Julian Smart | Fixed a control-arrow bug |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Julian Smart | Ignore Windows key |
blob | commitdiff | raw | diff to current |
2007-02-08 |
Vadim Zeitlin | fixed unreachable code warning in release build |
blob | commitdiff | raw | diff to current |
2007-02-08 |
Vadim Zeitlin | fixed what looked like a typo in hit code testing in... |
blob | commitdiff | raw | diff to current |
2007-01-28 |
Julian Smart | Added extra hit test style for more accurate reporting |
blob | commitdiff | raw | diff to current |
2006-12-29 |
Julian Smart | Process capture lost event to avoid assertion |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Julian Smart | Text style fix |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Vadim Zeitlin | documentation for wxAppTraits (patch 1518295 from Franc... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Julian Smart | Fixed a bug setting caret position after setting or... |
blob | commitdiff | raw | diff to current |
2006-11-19 |
Kevin Ollivier | Fix API calls to match header changes made in richtextb... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
Julian Smart | Small cleanup. |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Julian Smart | Removed obsolete code |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Julian Smart | Added wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to... |
blob | commitdiff | raw | diff to current |
2006-11-16 |
Julian Smart | Removed new function |
blob | commitdiff | raw | diff to current |
next |