Filippo Scognamiglio
767a61b86e
Improve settings layout.
2018-12-16 23:46:05 +01:00
Filippo Scognamiglio
0d3c0a2233
Allow screen margin customization.
2018-12-16 22:30:03 +01:00
Filippo Scognamiglio
0431103a1d
Move frame to separate framebuffer. This fixes some glitches in terminal
...
frame.
2018-12-15 18:27:35 +01:00
Filippo Scognamiglio
633e4e642c
Merge pull request #487 from Swordfish90/framebuffer
...
Separate dynamic effects (the one based on time) from static ones. This caches a lot of computations and reduce resource consumption.
2018-12-03 22:18:43 +01:00
Filippo Scognamiglio
77dc82a381
Unload frame when not needed.
2018-12-03 19:28:50 +01:00
Filippo Scognamiglio
44a63d4aaa
Change default curvature values.
2018-12-03 17:12:41 +01:00
Filippo Scognamiglio
5b3297f916
Tweak some shader constants.
2018-12-03 16:55:44 +01:00
Filippo Scognamiglio
41413d4712
Rearrange settings window.
2018-12-03 16:39:20 +01:00
Filippo Scognamiglio
fd2e5ce71e
Reduce default fps to 20. It looks good with new burnin and saves some gpu.
2018-12-03 16:06:48 +01:00
Filippo Scognamiglio
e9ddd7d3b8
Split effects into static (cached) and dynamic computed at every frame.
2018-12-03 14:58:34 +01:00
Filippo Scognamiglio
da6795f002
Use window scaling parameter for framebuffer size.
2018-12-03 12:43:40 +01:00
Filippo Scognamiglio
f497bb4b44
First wrong framebuffer implementation.
2018-12-02 19:57:24 +01:00
Filippo Scognamiglio
4aea85649f
Merge branch 'master' of https://github.com/Swordfish90/cool-retro-term
2018-12-01 19:56:13 +01:00
Filippo Scognamiglio
c56672dd04
Remove useless frame settings.
2018-12-01 19:24:36 +01:00
Filippo Scognamiglio
c2dc1cd65f
Add inner screen shadow. Various overall frame improvements.
2018-12-01 19:16:33 +01:00
Filippo Scognamiglio
555783af4c
First implementation of imageless frame.
2018-11-30 00:57:59 +01:00
Filippo Scognamiglio
b9ffae25e3
Merge pull request #427 from suve/add-T-option-to-man-page
...
Add the -T option to the debian man page
2018-11-26 22:55:03 +01:00
Filippo Scognamiglio
0f89936e01
Merge branch 'master' of https://github.com/Swordfish90/cool-retro-term
2018-11-26 22:53:22 +01:00
Filippo Scognamiglio
6ecccb3fe1
Update with v2.0.0 - new glyphs, better hinting
2018-11-26 22:50:56 +01:00
Filippo Scognamiglio
2e003b56ea
Merge branch 'master' of https://github.com/rbanffy/cool-retro-term into rbanffy-master
2018-11-26 22:50:38 +01:00
Filippo Scognamiglio
a705418b6f
Merge pull request #470 from mason1920/master
...
Update README.md
2018-11-26 22:48:17 +01:00
Filippo Scognamiglio
9767eb9d7f
Merge pull request #337 from alexmyczko/patch-5
...
update change log for a first upload (sponsoring)
2018-11-26 22:45:55 +01:00
Filippo Scognamiglio
450b15944f
Change version and description of snap package.
2018-11-26 22:31:14 +01:00
Filippo Scognamiglio
1fa7cb2afa
Merge pull request #431 from kz6fittycent/master
...
Snap for Cool-Retro-Term
2018-11-26 22:27:28 +01:00
Filippo Scognamiglio
d2415ff5f9
Update qmltermwidget submodule.
2018-11-25 09:10:18 +01:00
Filippo Scognamiglio
cdbe8d73f6
Bump version code.
2018-11-24 21:59:26 +01:00
Filippo Scognamiglio
38ae86f315
Custom command should be a setting not a profile.
2018-11-24 21:58:40 +01:00
Filippo Scognamiglio
100201d23c
Update defualt profiles.
2018-11-24 21:51:41 +01:00
Darryl T. Agostinelli
db7a7f38f7
Update README.md
...
Make it easier for the eye to pick up the instructions for the various Linux distros. Presently, the eye skips over them and all you see are the Ubuntu things. Also adjusted the help text a little.
2018-11-23 19:13:39 -06:00
Filippo Scognamiglio
677ad5c54b
Fixed fontColor conversion applied two times.
2018-11-23 22:53:24 +01:00
Filippo Scognamiglio
b8e3cd5d64
Limit screen curvature effect.
2018-11-23 22:35:48 +01:00
Filippo Scognamiglio
dead1197bd
Hide by default menubar on linux.
2018-11-23 22:00:28 +01:00
Filippo Scognamiglio
a2455daa6c
Avoid border artifacts on burn in effect.
2018-11-23 21:09:10 +01:00
kz6fittycent
ddff1fc455
Update snapcraft.yaml
2018-11-21 11:20:55 -06:00
Filippo Scognamiglio
82f2bd6231
Fix a couple of issues with burnIn.
2018-11-21 18:18:18 +01:00
Filippo Scognamiglio
cc7c13e17f
Handle database and profile upgrade for new versions.
2018-11-21 18:11:01 +01:00
Filippo Scognamiglio
04a64e1312
Revert "Handle db upgrades and prepare work for old profiles deprecation."
...
This reverts commit 6fb8ceb5010357cf1a8d2ae305305a793b3b33a8.
2018-11-21 18:01:49 +01:00
kz6fittycent
bfecd9ebc6
Update snapcraft.yaml
2018-11-21 11:01:11 -06:00
Filippo Scognamiglio
6fb8ceb501
Handle db upgrades and prepare work for old profiles deprecation.
2018-11-18 23:24:42 +01:00
Filippo Scognamiglio
8124d101ad
Update terminus font.
2018-11-18 19:42:30 +01:00
Filippo Scognamiglio
de8602847e
Scanlines no longer affect background. Less artifacts at low fontSize values.
2018-11-18 19:10:52 +01:00
kz6fittycent
9d1ca1986d
Update snapcraft.yaml
2018-11-17 21:25:35 -06:00
kz6fittycent
a0312ff604
Update snapcraft.yaml
2018-11-17 21:24:57 -06:00
Filippo Scognamiglio
6f04513faa
Increase maximum amount of bloom allowed.
2018-11-17 23:45:42 +01:00
Filippo Scognamiglio
a747f55423
Make font sizes more consistent.
2018-11-17 23:42:06 +01:00
Filippo Scognamiglio
d27e6569a0
Reduce default font size.
2018-11-17 23:17:36 +01:00
kz6fittycent
135ed0bf8b
Update snapcraft.yaml
2018-11-16 18:10:02 -06:00
kz6fittycent
67ac27c054
Update snapcraft.yaml
2018-11-16 17:49:22 -06:00
Filippo Scognamiglio
4e123d747a
Revert "Add subpixels rasterization and improve existing ones."
...
Use something similar to what we had before, avoiding heavy texture
fetches."
This reverts commit 293b05fec6cf6b5cbd8e2a689f7e82c40483c811.
2018-11-13 21:57:50 +01:00
Filippo Scognamiglio
9df470acfc
Change mask value to use greyscale color instead of max channel.
2018-11-12 23:43:37 +01:00