160 Commits (5ef0925ea2631ed0a946ecc54e6349c2307abe39)

Author SHA1 Message Date
Carlos Alves 2d58ed0281 Revert 'Fix bold character color paint' 5 years ago
Edwin Pujols 8de0e6c78e Screen: Remove superfluous guards. 5 years ago
Gustavo Carneiro 200e910fbc Move decoders to a new library konsoledecoders. 5 years ago
Gustavo Carneiro 86baf22c01 Move ExtendedCharTable to characters library. 5 years ago
Gustavo Carneiro 047449b471 ExtendedCharTable: Remove konsoleprivate dependencies. 5 years ago
Gustavo Carneiro 3afa3482b6 Move PlainTextDecoder to decoders folder. 5 years ago
Gustavo Carneiro 61f7ce0f0c Move HTMLDecoder class to a new folder decoders. 5 years ago
Carlos Alves 270d6ea324 Fix bold character color paint 5 years ago
Kurt Hindenburg 0f656a32ff Remove 'This file is part of' comment lines 5 years ago
Kurt Hindenburg 78a0092522 Convert src to use SPDX license/copyright 5 years ago
Carlos Alves 2285d4ecc5 Fix a memory leak in class Screen 6 years ago
Martin T. H. Sandsmark 2c1ec710df fix moving overlapping lines 6 years ago
Martin T. H. Sandsmark b6a945e4c9 improve performance of Konsole::Screen::moveImage with more than 2x. 6 years ago
Tomaz Canabrava faceafcc68 Extract URL from a Escape Sequence and provide a HotSpot for activation 6 years ago
Gustavo Carneiro 9f71cc38f3 Move PlainTextDecode and HTMLDecoder Classes to a new files. 6 years ago
Tomaz Canabrava 0478529c6f Move Profile related classes to it's own folder 6 years ago
Gustavo Carneiro fdad2645f1 Move History files to a new folder. 6 years ago
Gustavo Carneiro 616db49e69 Remove unused History.h and History.cpp files." 6 years ago
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