2011-04-21 |
Julian Smart | Added ForceDelayedLayout |
tree | commitdiff |
2011-04-09 |
Julian Smart | Correction to position in character insertion event... |
tree | commitdiff |
2011-04-04 |
Julian Smart | Corrected XML conversion in style names and face names |
tree | commitdiff |
2011-03-31 |
Julian Smart | Buffer size calculation correction |
tree | commitdiff |
2011-03-25 |
Julian Smart | Fix for image saving speedup |
tree | commitdiff |
2011-03-24 |
Julian Smart | Speeded up image saving to XML (WriteHex). |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-17 |
Julian Smart | Fixed problems caused by duplicated names across differ... |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | replace usage of objective-c keyword 'id' |
tree | commitdiff |
2011-03-06 |
Julian Smart | Fixed #13017: wxRichTextCtrl CopyToClipboard regression |
tree | commitdiff |
2011-03-02 |
Julian Smart | Fixed a problem with paste resetting the content paragr... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Fix for #11647: text from WriteText not scrolled to... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Applied patch in #12279: in wxRichTextCtrl, when wxRE_R... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Applied #12601: Background color when saving wxRichText... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Applied #12941: Fixes and enhancements for wxRTC (Rober... |
tree | commitdiff |
2011-02-20 |
Julian Smart | Corrected a hit test problem when tabs are present |
tree | commitdiff |
2011-02-03 |
Julian Smart | Fix for lines not wrapping soon enough if tabs are... |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | clang warnings |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-20 |
Julian Smart | Fixed some bugs in up/down cursor navigation. |
tree | commitdiff |
2011-01-18 |
Julian Smart | Fix for incorrect programmatic formatting (default... |
tree | commitdiff |
2011-01-18 |
Julian Smart | Fixed some problems with floating objects |
tree | commitdiff |
2011-01-15 |
Julian Smart | Corrected wrong range in GetText |
tree | commitdiff |
2011-01-15 |
Julian Smart | XML import corrections |
tree | commitdiff |
2011-01-14 |
Julian Smart | Compile fix |
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 | remove always-true tests of unsigned >= 0 |
tree | commitdiff |
2010-12-21 |
Julian Smart | Fixed bad rendering with tabs by correcting the positio... |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part1) |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Return false, not NULL, from a function returning bool. |
tree | commitdiff |
2010-12-04 |
Stefan Csomor | guarding compile |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Don't check for wxDF_UNICODETEXT support in ANSI builds. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Initialize paragraph descent in wxRichTextParagraph... |
tree | commitdiff |
2010-10-14 |
Julian Smart | Fixed #12566 (assert on deletion) due to inconsistent... |
tree | commitdiff |
2010-10-08 |
Julian Smart | Compile fix |
tree | commitdiff |
2010-10-08 |
Julian Smart | Blind fix for Mac compile problem |
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 |
Jouk Jansen | Update OpenVMS Makefile |
tree | commitdiff |
2010-10-04 |
Julian Smart | wxRTC no longer derives from wxTextCtrlBase; added... |
tree | commitdiff |
2010-10-04 |
Julian Smart | Avoid id clashes |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Fix gcc warnings about comparing iterators with NULL... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | More compilation fixes for new wxRTC image code without... |
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-09-23 |
Julian Smart | Fix bug finding line after line break |
tree | commitdiff |
2010-09-12 |
Julian Smart | Fix for % symbols going missing from style parameter |
tree | commitdiff |
2010-09-01 |
Julian Smart | wxRichTextCtrl::ApplyStyle now applies a paragraph... |
tree | commitdiff |
2010-08-30 |
Julian Smart | Fixed wrong line spacing calculation |
tree | commitdiff |
2010-08-30 |
Julian Smart | Don't add space before para twice in paragraph layout |
tree | commitdiff |
2010-08-18 |
Julian Smart | Use common inline version of wxHexToDec |
tree | commitdiff |
2010-08-17 |
Julian Smart | Large image-loading speedup and small attribute-loading... |
tree | commitdiff |
2010-08-03 |
Julian Smart | Don't reset bullet number and outline number when apply... |
tree | commitdiff |
2010-06-25 |
Julian Smart | Added PaintAboveContent function for drawing on top... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-07 |
Julian Smart | GetStyleMergedWithBase no longer hangs if there's a... |
tree | commitdiff |
2010-05-30 |
Julian Smart | Caret position corrected to end of selection |
tree | commitdiff |
2010-04-27 |
Julian Smart | wxRTC: fixed style selection reset after editing a... |
tree | commitdiff |
2010-04-27 |
Julian Smart | Font output fix |
tree | commitdiff |
2010-03-23 |
Julian Smart | Fixed ordering bug that caused an assertion because... |
tree | commitdiff |
2010-02-03 |
Julian Smart | Don't select all if there is nothing to select. |
tree | commitdiff |
2010-02-03 |
Julian Smart | Don't delete previous character when pressing Del at... |
tree | commitdiff |
2010-02-02 |
Julian Smart | Fixes for incorrect selection, extra newline insertion... |
tree | commitdiff |
2010-02-01 |
Julian Smart | Simplify SetSelectionRange and make consistent with... |
tree | commitdiff |
2009-11-23 |
Julian Smart | Made Unicode the default in symbols dialog. |
tree | commitdiff |
2009-11-18 |
Julian Smart | Fixed #11212 [RichText sample] Assert/Crash when Styles... |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Suppress harmless g++ warnings about converting float... |
tree | commitdiff |
2009-11-11 |
Julian Smart | Fixed tab removal bug, and empty text element |
tree | commitdiff |
2009-10-05 |
Jouk Jansen | set up for OpenVMS richtext & regex and add more sample... |
tree | commitdiff |
2009-09-29 |
Julian Smart | Context menu now created in constructor; old context... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #11238: Wrong text positioning if fonts with... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10639 (Not all previewed fonts are displayed... |
tree | commitdiff |
2009-09-23 |
Julian Smart | Added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler... |
tree | commitdiff |
2009-09-23 |
Julian Smart | Fixed #10702 (encoding not used in HTML handler) |
tree | commitdiff |
2009-09-23 |
Julian Smart | Fix for wrong line placement when centering or right... |
tree | commitdiff |
2009-09-22 |
Julian Smart | Fix for #4696: added SetDefaultStyleToCursorStyle(... |
tree | commitdiff |
2009-09-22 |
Julian Smart | Fixed #9996 (incorrect XML output in Ansi build for... |
tree | commitdiff |
2009-09-22 |
Julian Smart | Don't use deprecated background style |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Added wxKeyEvent::IsKeyInCategory() method. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-18 |
Julian Smart | Fix numpad Del not working in wxRTC |
tree | commitdiff |
2009-08-11 |
Julian Smart | If zero spacing after paragraph is explicitly specified... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ... |
tree | commitdiff |
2009-06-24 |
Julian Smart | Style selection now restored after editing the style |
tree | commitdiff |
2009-06-24 |
Julian Smart | Made standard bullet names translatable |
tree | commitdiff |
2009-06-20 |
Julian Smart | Patch from Bruno Daniel to fix tab position inconsistency |
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-04-02 |
Julian Smart | Fixed wxRTC AltGr+key input on Windows |
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 | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-06 |
Julian Smart | Removed conflicting virtual function |
tree | commitdiff |
next |