Commit Graph

19 Commits

Author SHA1 Message Date
Filippo Scognamiglio
a7210c69ed Fix incorrect colors scheme. 2014-08-03 10:44:25 +02:00
Filippo Scognamiglio
4cb3275498 Merge branch 'master' of https://github.com/firemark/cool-old-term into colorssupport 2014-08-01 10:42:19 +02:00
Firemark
e1ac0a35b4 Change colors in color scheme 2014-08-01 00:21:34 +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