2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw |
2011-03-31 |
Julian Smart | Buffer size calculation correction |
blob | commitdiff | raw | diff to current |
2011-03-25 |
Julian Smart | Fix for image saving speedup |
blob | commitdiff | raw | diff to current |
2011-03-24 |
Julian Smart | Speeded up image saving to XML (WriteHex). |
blob | commitdiff | raw | diff to current |
2011-03-16 |
Stefan Csomor | replace usage of objective-c keyword 'id' |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Julian Smart | Fixed #13017: wxRichTextCtrl CopyToClipboard regression |
blob | commitdiff | raw | diff to current |
2011-03-02 |
Julian Smart | Fixed a problem with paste resetting the content paragr... |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Julian Smart | Applied #12941: Fixes and enhancements for wxRTC (Rober... |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Julian Smart | Corrected a hit test problem when tabs are present |
blob | commitdiff | raw | diff to current |
2011-02-03 |
Julian Smart | Fix for lines not wrapping soon enough if tabs are... |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Stefan Csomor | clang warnings |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
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-18 |
Julian Smart | Fixed some problems with floating objects |
blob | commitdiff | raw | diff to current |
2011-01-15 |
Julian Smart | Corrected wrong range in GetText |
blob | commitdiff | raw | diff to current |
2011-01-14 |
Julian Smart | Compile fixes |
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 |
2011-01-08 |
Paul Cornett | remove always-true tests of unsigned >= 0 |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Julian Smart | Fixed bad rendering with tabs by correcting the positio... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Vadim Zeitlin | Return false, not NULL, from a function returning bool. |
blob | commitdiff | raw | diff to current |
2010-11-10 |
Vadim Zeitlin | Don't check for wxDF_UNICODETEXT support in ANSI builds. |
blob | commitdiff | raw | diff to current |
2010-11-10 |
Vadim Zeitlin | Initialize paragraph descent in wxRichTextParagraph... |
blob | commitdiff | raw | diff to current |
2010-10-14 |
Julian Smart | Fixed #12566 (assert on deletion) due to inconsistent... |
blob | commitdiff | raw | diff to current |
2010-10-06 |
Julian Smart | Don't use wxDC in header |
blob | commitdiff | raw | diff to current |
2010-10-06 |
Julian Smart | Eliminated redundant wxRichTextAnchoredObject class... |
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-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-23 |
Julian Smart | Fix bug finding line after line break |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Julian Smart | Fixed wrong line spacing calculation |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Julian Smart | Don't add space before para twice in paragraph layout |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Julian Smart | Use common inline version of wxHexToDec |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Julian Smart | Large image-loading speedup and small attribute-loading... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Julian Smart | Don't reset bullet number and outline number when apply... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
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-25 |
Julian Smart | Applied #11238: Wrong text positioning if fonts with... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Julian Smart | Fix for wrong line placement when centering or right... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Julian Smart | Made standard bullet names translatable |
blob | commitdiff | raw | diff to current |
2009-06-20 |
Julian Smart | Patch from Bruno Daniel to fix tab position inconsistency |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
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-15 |
Julian Smart | Added font family to wxTextAttr |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Julian Smart | Fixed [wxRichTextCtrl] Right Alignment sets text in... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | s/wxGetTempFileName/wxFileName::CreateTempFileName |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Julian Smart | Compile fix |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Julian Smart | Fixed centering and right-justification when combined... |
blob | commitdiff | raw | diff to current |
2008-11-14 |
Vadim Zeitlin | comparison of wxBitmapType with -1 is useless as it... |
blob | commitdiff | raw | diff to current |
2008-10-09 |
Francesco Montorsi | fixed a bug caused by passing a wxChar[] buffer to... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Julian Smart | Switched off some buggy optimisation that caused caret... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
Julian Smart | Improved auto list numbering |
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-06-04 |
Julian Smart | Out by one correction |
blob | commitdiff | raw | diff to current |
2008-05-18 |
Julian Smart | Fixed a bug preventing style resetting to occur |
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-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
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-09 |
Julian Smart | Apply previous paragraph style if pasting plain text... |
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 | Bug fix for empty objects |
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 | Made performance acceptable for editing large paragraph... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Julian Smart | Further optimizations |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Julian Smart | Further performance optimizations |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Julian Smart | Two bug fixes for FindWrapPosition |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Julian Smart | Speeded up wrapping (again), this time using partial... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Julian Smart | Fix for slow first character insertion |
blob | commitdiff | raw | diff to current |
2008-04-10 |
Julian Smart | Added wxRichTextCtrl superscript and subscript support... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Julian Smart | Don't take the previous paragraph style when deleting... |
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-21 |
Julian Smart | Fix caret position when deleting last character |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Julian Smart | Don't treat character attributes as non-paragraph attri... |
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-16 |
Julian Smart | Avoid paragraphs with no children |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Julian Smart | Fixed undo batching |
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-12 |
Julian Smart | Fixed several style, paste and undo bugs |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | remove extraneous IncRef() from wxRichTextFontTable... |
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-27 |
Julian Smart | Take basic style into account when applying style sheet |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Julian Smart | Optimization correction |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Julian Smart | Fixed pasting inefficiency |
blob | commitdiff | raw | diff to current |
2007-12-11 |
Paul Cornett | fix for link errors in DLL build |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Julian Smart | Big wxRichTextCtrl performance increase due to faster... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
Julian Smart | Fixed bug in optimization for character input, affectin... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
Julian Smart | Now uses the correct selection colours. |
blob | commitdiff | raw | diff to current |
2007-10-25 |
Julian Smart | Fixed a style application bug inserting a newline other... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Julian Smart | Added missing URL attribute testing |
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-17 |
Julian Smart | Added omitted variable copy |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Julian Smart | Added a new overload of wxDecToHex and used it in wxRic... |
blob | commitdiff | raw | diff to current |
2007-06-09 |
Julian Smart | Faster hex encoding |
blob | commitdiff | raw | diff to current |
next |