Commit Graph

21 Commits

Author SHA1 Message Date
Boris Egorov 6a8cdbab4c Fix initialization oreder in TerminalDisplay
Data members need to be initialized in the order they were declared in
the class definition. This commit fixes compiler warnings.
2014-08-30 01:20:47 +07:00
Filippo Scognamiglio 46edda6d18 Fix: custom commands in keytab were ignored. Removed hardcoded key combinations. 2014-08-22 13:20:42 +02:00
Yuri Khan d3e1d9d158 Add a few more key names necessary for xterm keymap 2014-08-20 17:48:04 +07:00
Thomas Klausner cad496b1fb Fix NetBSD case.
NetBSD provides util.h, not libutil.
2014-08-12 22:23:29 +02:00
Filippo Scognamiglio f7354e54dc Fixing keytabs (thank you yurivkhan)! 2014-08-11 21:51:50 +02:00
Filippo Scognamiglio 61b733ba78 Fix #41: TERM env variable is now set by the plugin. 2014-07-31 19:24:16 +02:00
Filippo Scognamiglio 209a122c46 Shell path is not hardcoded anymore but retrieved by /bin/bash 2014-07-30 18:14:42 +02:00
Filippo Scognamiglio 8ec688f1d9 Fixed a couple of Qt 5.3 problems. 2014-07-07 01:42:17 +02:00
Filippo Scognamiglio 85c7d8ea97 Removed mouse use since is not working, removed some prints and avoid passing mousemove events if the left button is not pressed. 2014-07-07 00:38:08 +02:00
Filippo Scognamiglio 2fe6d147d9 Initial support for mouse in applications. 2014-07-02 02:38:28 +02:00
Filippo Scognamiglio f1dc94fab2 REmoved bold fonts (caused problems rasterization), using custom greyscale color scheme (applications that use colors are now useable). 2014-07-01 01:49:36 +02:00
Filippo Scognamiglio df49f1d1c6 Using framebuffer object instead of image to render the terminal. Improves performances. 2014-06-27 23:17:51 +02:00
Filippo Scognamiglio 1693e51d89 Reorganized rasterization. Now everything is independent. 2014-06-23 16:26:30 +02:00
Filippo Scognamiglio 05edbb9504 Scanlines now follow font scaling. 2014-05-29 01:13:31 +02:00
Filippo Scognamiglio 115171e969 Added terminal size overlay 2014-04-17 13:27:41 +02:00
Filippo Scognamiglio 5d6040e45d Added selections copy and paste! 2014-04-16 19:18:14 +02:00
Filippo Scognamiglio 34f61cd86a Heavily reduced idle cpu consumption. 2014-03-30 18:30:35 +02:00
Filippo Scognamiglio 98daa802c3 Fix: last line was clipped when the size was not multiple of the fontsize. 2014-03-24 23:51:58 +01:00
Filippo Scognamiglio 67055633bd Added mouse wheel scrolling. 2014-03-24 23:17:02 +01:00
Filippo Scognamiglio 06b9627c6c New fonts and font management improved. 2014-03-24 21:40:04 +01:00
Filippo Scognamiglio 926ce767f8 Moved engine from yat to konsole and refactored the project. Not everything works yet. 2014-03-20 11:33:27 +01:00