7dead18a56Frames now follow the window scaling.
Filippo Scognamiglio
2014-07-09 19:03:02 +02:00
17615a9f14Fix#10: implicit cast in shader.
Filippo Scognamiglio
2014-07-09 19:15:56 +02:00
ef3303134dEdge borders are now slightly smoother.
Filippo Scognamiglio
2014-07-09 01:11:22 +02:00
8ec688f1d9Fixed a couple of Qt 5.3 problems.
Filippo Scognamiglio
2014-07-07 01:42:17 +02:00
85c7d8ea97Removed mouse use since is not working, removed some prints and avoid passing mousemove events if the left button is not pressed.
Filippo Scognamiglio
2014-07-07 00:38:08 +02:00
93e40ade4aMuch improved frame reflections. This is a little bit heavier but much better looking. The code should be ok, but maybe the parameters might use some fine tuning.
Filippo Scognamiglio
2014-07-06 23:57:47 +02:00
2fe6d147d9Initial support for mouse in applications.
Filippo Scognamiglio
2014-07-02 02:38:28 +02:00
f1dc94fab2REmoved bold fonts (caused problems rasterization), using custom greyscale color scheme (applications that use colors are now useable).
Filippo Scognamiglio
2014-07-01 01:49:36 +02:00
9eee62b3a4Storing some computations to texture.
Filippo Scognamiglio
2014-06-28 11:47:10 +02:00
99df010547Scanlines now look the same with every frame.
Filippo Scognamiglio
2014-05-31 19:30:22 +02:00
aa37892d76Improved scanlines for all fonts at all font scaling. Now I manually choose the best looking values for every font in any zoom level. Tedious but the effect is awesome.
Filippo Scognamiglio
2014-05-31 19:28:35 +02:00
4ad83b2dccChanging font properties doesn't reload the terminal.
Filippo Scognamiglio
2014-05-29 11:33:45 +02:00
05edbb9504Scanlines now follow font scaling.
Filippo Scognamiglio
2014-05-29 01:13:31 +02:00
110f91afa5Font size is now set in pixel so the line spacing is now really proportional, this should fix the problem with cropped fonts.
Filippo Scognamiglio
2014-05-27 23:54:28 +02:00
12f09ddf52Huge changes in profiles management and added support for user defined ones.
Filippo Scognamiglio
2014-05-18 22:23:19 +02:00
3440ef0e45Improved blur effect. Pixels now appear immediately and disappear smoothly as with real burnin effect.
Filippo Scognamiglio
2014-05-15 23:41:12 +02:00
df764f78c2Linespacing is now proportional to font size.
Filippo Scognamiglio
2014-05-08 21:59:46 +02:00
2c5915b3b2Improved screen flickering and added more noise when distorting.
Filippo Scognamiglio
2014-04-21 00:09:18 +02:00
40660b5ef2Fiune tunings in frame reflections.
Filippo Scognamiglio
2014-04-20 23:48:31 +02:00
6f34085f7bNow ambient reflection is integrated in the screen frame. This improves performances and quality.
Filippo Scognamiglio
2014-04-17 15:20:15 +02:00
475f6bde37Some cleanups, fullscreen option also in context menu now.
Filippo Scognamiglio
2014-04-17 13:56:13 +02:00
2af093220fRemoving unuseful prints
Filippo Scognamiglio
2014-04-16 19:37:33 +02:00
3478e66044Improvements in menus
Filippo Scognamiglio
2014-04-16 19:30:11 +02:00
5d6040e45dAdded selections copy and paste!
Filippo Scognamiglio
2014-04-16 19:18:14 +02:00
883520a9c6Wrong spacing in no frame.
Filippo Scognamiglio
2014-04-06 18:44:11 +02:00
de36406ed5Now reflections play well with horizontal flickering.
Filippo Scognamiglio
2014-04-06 17:59:19 +02:00
dc188a6e50Fixed some other warnings in shader. Little improvements in reflections.
Filippo Scognamiglio
2014-04-06 17:05:00 +02:00
e62ee54aeaAdded realtime reflections on the frame. They are a little bit hacky but don't have any impact on performances.
Filippo Scognamiglio
2014-04-05 15:14:52 +02:00
80404ffe89Really fixes#6. At least I hope...
Filippo Scognamiglio
2014-04-04 02:32:52 +02:00
e1b8dc0d92It is now possible to set fps to save some cpu and battery.
Filippo Scognamiglio
2014-04-03 18:44:23 +02:00
0cef4c75e4Fix: differentiating setting equal to zero from undefined.
Filippo Scognamiglio
2014-04-03 18:08:07 +02:00
3823e90374Improved no frame profile
Filippo Scognamiglio
2014-04-03 18:02:52 +02:00
120561ff95Improvements and speedups in scanline effect. It has been moved among the preprocessing effects.
Filippo Scognamiglio
2014-03-31 16:57:51 +02:00
9ff1bcb074Removed javascript rand function, replaced with a much faster and gpu related random texture lookup. Other small improvements
Filippo Scognamiglio
2014-03-31 14:13:51 +02:00
34f61cd86aHeavily reduced idle cpu consumption.
Filippo Scognamiglio
2014-03-30 18:30:35 +02:00
9c83b1d654Fix: scanline do not affect background anymore
Filippo Scognamiglio
2014-03-27 15:25:52 +01:00
103139e493Added contrast setting. Settings window needs some work now.
Filippo Scognamiglio
2014-03-27 13:59:48 +01:00
8cb9520ea7Moved bloom where it belongs, in postprocessing instead of preprocessing. Restored glowing line animation.
Filippo Scognamiglio
2014-03-26 20:26:20 +01:00