45 Commits (56ffdbbb29d2bb4b4942d348ba21fecdcf4e7740)

Author SHA1 Message Date
Kurt Hindenburg 4572ecd2b1 Mark method as const 6 years ago
Mariusz Glebocki dc29be39a6 Keep perceived contrast in random background color 7 years ago
Mariusz Glebocki 31d4830392 Edit Profile Dialog UI redesign 7 years ago
Kurt Hindenburg 2336fe6b6b Revert "s/quint8/int/ to simplify and avoid conversion issues" 8 years ago
Kurt Hindenburg 7926db9d18 s/quint8/int/ to simplify and avoid conversion issues 8 years ago
Kurt Hindenburg cf56e5db4c sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg de68973d07 uncrustify using kf5 config 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg 5bc0b561c4 Remove class ColorEntry which was actually just a QColor wrapper 9 years ago
Kurt Hindenburg e2d85494e2 Remove last remains of bold in comments 10 years ago
Kurt Hindenburg 191b1ce83d Remove ColorEntry::FontWeight as it hasn't been used for a long time 10 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
Kurt Hindenburg 3b7402324b Instead of using invalid color, set ColorEntry() color to black. 11 years ago
Kurt Hindenburg eda0e431b2 Minor whitespace changes 12 years ago
Kurt Hindenburg d02f75199d minor style changes - whitespace, blank lines 12 years ago
Kurt Hindenburg bb0a9dbdcc Add operators == and !=, for testing purposes 13 years ago
Kurt Hindenburg 2c75ed5b71 Add operators == and !=, for testing purposes 13 years ago
Kurt Hindenburg e02fea6e17 astyle fixes 14 years ago
Kurt Hindenburg df0a3a4b5d previous commit had 1 too many const 14 years ago
Kurt Hindenburg 5d89afe2d2 cppcheck fixes to add const 14 years ago
Jekyll Wu 3885f10cbe Remove one unneeded #include 14 years ago
Jekyll Wu 782bd7cccb Krazy fix: mark constructor as explicit 14 years ago
Jekyll Wu 001a353a46 Remove code for per-color transparency 14 years ago
Kurt Hindenburg 3d06b44fc7 minor style fixes - remove empty lines start/end code blocks 14 years ago
Jekyll Wu a0f502e1a2 Remove global object base_color_table 14 years ago
Kurt Hindenburg 5b083640ce whitespace and style fixes 14 years ago
Kurt Hindenburg 8e1bbce132 Separate command on new lines so someone might understand it 14 years ago
Jekyll Wu 25b8b5353c Trivial style change: remove extra blank lines 14 years ago
Kurt Hindenburg 859314c647 Apply astyle-kdelibs 14 years ago
Jekyll Wu b95f9443a0 Trivial change on #include 15 years ago
Jekyll Wu 330de6c6f4 Fix some spelling problems 15 years ago
Jekyll Wu 8f1bbd4353 Remove trailing white spaces 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Jekyll Wu 771b4b2228 ANSI escape code "\e[1;93m" should generate intensive color. 15 years ago
Kurt Hindenburg 6a0c3e5b9d Api doxygen fixes. 17 years ago
Kurt Hindenburg 246782fe9e Fix minor api doc issue. 17 years ago
Kurt Hindenburg 1f9819a5e2 Doxygen fixes dealing with documenting parms not in methods. 17 years ago
Kurt Hindenburg 4997851418 Doxygen API minor fixes for bad commands. 17 years ago
Robert Knight 1e34fc4ba3 Use the same palette as xterm for 256-color mode. 17 years ago
Robert Knight 28b84379b2 Make the 'bold' property for each color entry in the current terminal palette a tri-state which allows text drawn in that color to be forced to bold, non-bold (normal) or to use the current formatting specified by the terminal application. 18 years ago
Robert Knight 956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Dirk Mueller 54cee5ca30 allocate standard color table only once 18 years ago
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight e0e9693d8c Compare CharacterColor members explicitly rather than using memcpy for clarity. 18 years ago
Robert Knight a7ec88c213 Re-write CharacterColor::operator==(), CharacterColor::operator!=(). 18 years ago
Robert Knight 53833b68d1 Fix assertion failure when parsing invalid color setting sequences. In such cases, revert back to the default foreground or background color so that the resulting text is at least readable. 19 years ago
Robert Knight 89e41ae82e Rename TECommon.h -> CharacterColor.h now that is the major class it contains. 19 years ago
Robert Knight 726c106f58 Move Character class to its own header. 19 years ago
Robert Knight 6c2a4351bb Add API documentation. 19 years ago