31 Commits (de92ab42e48a78cf7d1a8d5e7465d35ce0bce4bb)

Author SHA1 Message Date
Kurt Hindenburg bb0a9dbdcc 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
Robert Knight d6b2d317ef Fix crash with invalid selections and memory corruptionwhen updating image in terminal display. 19 years ago
Robert Knight 8782ab7be6 Fix another assert failure. 19 years ago
Robert Knight e7f1b7904a Allow the scrolling optimisation to work on regions of the display instead of the whole screen. This makes it work with split/screen vi/Screen etc. Doesn't work with applications that use vertical splits. 19 years ago
Dirk Mueller 9ea3227384 include cleanup 19 years ago
Stephan Binner 57f4af2088 no ";" after namespace declaration 19 years ago
Robert Knight 19a29d182a Rename directories for clarity. konsole -> src , other -> data. 19 years ago
Robert Knight 23ead6bac2 Private member field naming consistancy. Replace various #includes with forward class declarations. 19 years ago
Robert Knight abaa7ef54d Use union for clarity in Character class. Added menu item for Send Input to All. 19 years ago
Robert Knight f6fa6fc046 Hash table to store unicode character sequences with hash keys the same size as a unicode character point. This can be used in future to get around the limitation in Konsole of one unicode point per character space on screen. 19 years ago
Robert Knight 95f053e393 * Use kdelibs facilities to check for compositing support 19 years ago
Robert Knight 83491d35f5 Q_UINT* -> quint* , QEvent::Accel* -> QEvent::Shortcut* , add missing QPalette include. 19 years ago
Robert Knight c2d98d13af * Move Konsole classes into their own namespace 19 years ago
Robert Knight a14e0a69c4 Rename terminal display widget class from TEWidget to TerminalDisplay 19 years ago
Robert Knight d746c96c4f * New approach to handling scrolling views on the same session 19 years ago
Robert Knight 19801bbce4 Merge from trunk 19 years ago
Robert Knight 97f9f76439 Correct calculation of colour values in 256-colour mode. The previous colours were a little too dim. Patch by Tom Schumm ( gentoo@phong.org ) 20 years ago
George Staikos f4cc32d836 make it compile with gcc 3.3. the inlined switch() is an issue. Also while 20 years ago