51 Commits (56ffdbbb29d2bb4b4942d348ba21fecdcf4e7740)

Author SHA1 Message Date
Kurt Hindenburg d8dc0dbf4a It is not obvious toUcs4 returns QVector<uint> so remove auto 7 years ago
Yuri Chornoivan 4d5d728163 Compile 7 years ago
Laurent Montel ef1beaab86 Remove unused includes 7 years ago
Mariusz Glebocki 13132fc77b Improve built-in line/block characters drawing 7 years ago
Martin T. H. Sandsmark d39d51973a Add special support for block characters 7 years ago
Mariusz Glebocki e74cf6c366 Use new character width code based on Unicode 11 8 years ago
Mariusz Glebocki 0f33ee504b Move character width functions to Character class 8 years ago
Mariusz Glebocki 5128781a82 Change internal character type size to 32 bit 8 years ago
Kurt Hindenburg de68973d07 uncrustify using kf5 config 9 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 1a61aaa591 Fix rounding line characters so they line up regardless of font 11 years ago
Kurt Hindenburg 68a98ed770 Add support for ANSI SGR escape code 3 (italics) 13 years ago
Kurt Hindenburg e02fea6e17 astyle fixes 14 years ago
Kurt Hindenburg 27e7edae48 remove blank lines 14 years ago
Jekyll Wu 6dda405780 Reduce code duplication, slightly 14 years ago
Jekyll Wu 822f771cd7 Trivial clean up of code style 14 years ago
Jekyll Wu 3aa315ea4a Remove unneeded #include, add missing #include 14 years ago
Jekyll Wu 20c77ff66b Trivial improvement of comment 14 years ago
Jekyll Wu e7499d8da7 Less static variables in header file 14 years ago
Jekyll Wu 8b608bf0a8 Less #defines 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
Kurt Hindenburg 519e2614d6 Style fixes - remove spaces before ; and add spaces in for loops 14 years ago
Jekyll Wu 25b8b5353c Trivial style change: remove extra blank lines 14 years ago
Jekyll Wu 6dd15d9061 split class ExtenededCharTable into its own file 14 years ago
Jekyll Wu d408474510 Should use the foreground color of character to look up font weight 14 years ago
Kurt Hindenburg 7427ec83a6 Minor API doc fixes 14 years ago
Kurt Hindenburg 859314c647 Apply astyle-kdelibs 14 years ago
Kurt Hindenburg 28d2782631 Doxygen doesn't like '\t' since their commands start with \ 15 years ago
Jekyll Wu 72a1adc631 Avoid extra trailing whitespace when copying text 15 years ago
Jekyll Wu b95f9443a0 Trivial change on #include 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 c53d790f31 Draw some fail-to-simulate box-drawing characters in the normal way. 15 years ago
Jekyll Wu 5cb45cfda2 Minor changes with code style. 15 years ago
Jekyll Wu 621bde6f99 implement operator != by inverting the result of operator ==. 15 years ago
Jekyll Wu d6ca64fe4d Delete one duplicated declaration. 15 years ago
Albert Astals Cid c335324f31 Support Unicode decomposed characters 15 years ago
Albert Astals Cid 3913792ce6 Add some const to make the code easier to follow 15 years ago
Albert Astals Cid 81e23b6621 Make Character constructor explicit 15 years ago
Robert Knight 5c55fd0154 Greatly reduce memory usage required by Konsole's scrollback buffer and improve releasing of scrollback memory to OS when no longer needed. 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
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight 6817a79833 Small optimisation. Declare Konsole::Character as a movable type. 18 years ago
Dirk Mueller e47e29a738 compiler warning-- 19 years ago
Robert Knight 808d9ed686 Set the COLORFGBG environment variable in new sessions to indicate to terminal programs whether the terminal has a light or dark background. This allows programs such as Vim to automatically pick appropriate colors when a Konsole session has a light or dark background. The value of 'COLORFGBG' is not strictly accurate, instead it approximates the current color scheme as 'black on white' or 'white on black' - but this covers the most important need' 19 years ago
Jeremy Paul Whiting 0cc18a0612 krazy const & checks fix by Kristho, with a couple modifications so it works, thanks Kris! 19 years ago