142 Commits (940ceebd4da5e69caff0d2e0c69d89eba278bc84)

Author SHA1 Message Date
Kurt Hindenburg 9af85cd2ea Fix integer literal suffix 'u' is not upper-case 6 years ago
Luis Alves 66c830484c Add new ANSI sequences CNL and CPL 6 years ago
Lukasz Kotula b5d02842fc Fix for a crash caused by buffer-overflow in case of '>=1024' columns 6 years ago
Tomaz Canabrava 56ffdbbb29 Correctly handle selection and opening via clicks 6 years ago
Kurt Hindenburg ab0636de8a Q_UNUSED() does not need semi-colon at end 6 years ago
Kurt Hindenburg 180a366d97 Add comment for reference 6 years ago
Kurt Hindenburg 259a11c9f5 Remove unused method writeSelectionToStream 6 years ago
Mariusz Glebocki ce2029ed75 Keep empty lines when "trim leading spaces" is enabled 7 years ago
Mariusz Glebocki 7a1116ccff CSI 2J: Do not append current screen to history 7 years ago
Martin T. H. Sandsmark 5006d0e194 Re-introduce bounds check removed in fcea6742c1 8 years ago
Mariusz Glebocki 0f33ee504b Move character width functions to Character class 8 years ago
Mariusz Glebocki fcea6742c1 Move search line upper bound check to less generic function 8 years ago
Mariusz Glebocki 5128781a82 Change internal character type size to 32 bit 8 years ago
Mariusz Glebocki f65e5a5797 Fix cursor advancement in last column 8 years ago
Mariusz Glebocki 61069543e0 Do not resize new screen lines 8 years ago
Kurt Hindenburg 8b4cbcaf7a Use constuctor initialization list for all members 8 years ago
Kurt Hindenburg 474db53ff7 initialize _currentTerminalDisplay 8 years ago
Kurt Hindenburg b8a2f0cfd0 Add support for ECMA-48 REP: repeating previous character 8 years ago
Kurt Hindenburg bed548e85a sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg 43c17379c2 fix a few readability-implicit-bool-cast issues 8 years ago
Kurt Hindenburg f1d9285316 readability fixes - braces 8 years ago
Kurt Hindenburg f667db3eb1 remove unneeded old style cast 8 years ago
Kurt Hindenburg 1e2a70d2bc old style cast -> static_cast 8 years ago
Kurt Hindenburg 2e86be05dc Implement support for trimming leading whitespace 8 years ago
Kurt Hindenburg 2a2a56d73c modernize use nullptr 9 years ago
Kurt Hindenburg 7ff23512fd Correct scrollUp behavior 9 years ago
Kurt Hindenburg e3458bec2e Remove unused methods 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg a540e6fdd0 Fix readability-implicit-bool-cast issues using nullptr 9 years ago
Kurt Hindenburg 95fc42bfa9 add FIXME about Q_ASSERT being triggered 9 years ago
Kurt Hindenburg 66044df34b fix a lot of issues of readability-implicit-bool-cast 9 years ago
Kurt Hindenburg 2b586e6ff8 use auto 9 years ago
Kurt Hindenburg e6fcf3e629 remove unused code since KDE4 9 years ago
Kurt Hindenburg 64962ef25b Correct bool/int usage readability-implicit-bool-cast 9 years ago
Martin T. H. Sandsmark a593f29e24 Limit ourselves to 3 combining characters 9 years ago
Martin T. H. Sandsmark 62a3893319 Don't include newlines in selection if trimming is on 9 years ago
Martin T. H. Sandsmark 1c13e4841d Handle surrogate utf16 characters 9 years ago
Martin T. H. Sandsmark 76453a7df8 Fix crash with combining characters after several cursorRight() calls 9 years ago
Martin T. H. Sandsmark 80b9e0775e Fix crash with combining characters after several cursorRight() calls 9 years ago
Kurt Hindenburg c8da8f3b47 Add rendition flags SGRs 2, 8, 9, 53 10 years ago
Kurt Hindenburg 84b43dfb21 Add rendition flags SGRs 2, 8, 9, 53 10 years ago
Martin T. H. Sandsmark b8e96bcdca Preserve current line when resetting 10 years ago
Martin T. H. Sandsmark 437440978b Fix rendering of decomposed Hangul 10 years ago
Kurt Hindenburg abb83e8ef0 Add support for copying HTML formatted text from terminal 12 years ago
Kurt Hindenburg 3d9c101877 Fix wrong rendering at the end of line when drawing colored whitespaces 12 years ago
Kurt Hindenburg 427de88cc1 Fix wrong rendering at the end of line when drawing colored whitespaces 12 years ago
Kurt Hindenburg 7937cb9793 Add boundary check in copyLineToStream to try to prevent crashes 13 years ago
Kurt Hindenburg 17de056907 English fixes to comments only 13 years ago
Kurt Hindenburg 7a2a5beb00 Correct spelling errors/word usage 13 years ago
Kurt Hindenburg 983efbc5a8 Add braces around if/else for readability 13 years ago