1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-05 18:40:49 +01:00
Commit Graph

757 Commits

Author SHA1 Message Date
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 6fb8ceb501.
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 293b05fec6.
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
Filippo Scognamiglio
af8edc72f4 Fix division by zero when no effects were selected. 2018-11-09 21:17:05 +01:00
Filippo Scognamiglio
2b2ae66b8d Fix small issue with burnin masking. 2018-11-09 21:06:13 +01:00
Filippo Scognamiglio
0a95c5dff3 Fix screen brightness consistency in some scenarios. 2018-11-08 23:55:56 +01:00
Filippo Scognamiglio
56e1d80cf4 Make jitter stronger on the x axis. 2018-11-08 18:36:25 +01:00
Filippo Scognamiglio
65432fd317 Fix masking issue with new burn in. 2018-11-08 18:26:27 +01:00
Filippo Scognamiglio
2ec21f5eba Unload burnin effect when not in use. 2018-11-08 18:21:33 +01:00
Filippo Scognamiglio
92e82c203f Important burn-in optimization. It is much lighter on resources. 2018-11-07 22:42:29 +01:00
Filippo Scognamiglio
272bc5fe89 Fix wrong gamma colors when using chroma. 2018-11-06 01:09:44 +01:00
Filippo Scognamiglio
e8d5efd3b3 Slightly change rgb shift values. 2018-11-06 01:08:45 +01:00
Filippo Scognamiglio
8b1a0a5b8e Further improve rgbShift effect. Now can be enabled without chroma color. 2018-11-05 02:03:12 +01:00
Filippo Scognamiglio
293b05fec6 Add subpixels rasterization and improve existing ones. 2018-11-05 00:16:52 +01:00
Filippo Scognamiglio
37ba495354 Improve bloom effect. This is more pronounced in very bright areas. 2018-11-01 23:35:55 +01:00
Filippo Scognamiglio
a2e689a0dc RGB Shift effect now looks much better. 2018-10-28 23:54:56 +01:00
Filippo Scognamiglio
2ea119fb31 Fix some alignment related warnings. 2018-10-28 01:08:21 +02:00
Filippo Scognamiglio
162f59d220 Update and replace fonts. 2018-10-28 00:51:00 +02:00
Filippo Scognamiglio
880c5e722e Slight improvements to brunin look. 2018-10-27 22:29:38 +02:00
Filippo Scognamiglio
82efa28703 Fix wrong bottom texture clamping. 2018-10-27 22:16:11 +02:00
Filippo Scognamiglio
c091a90cea Slight improvements to burnin and rgb shift effects. 2018-10-22 23:30:17 +02:00
Filippo Scognamiglio
e4c014c1a8 Initial support for system monospace fonts. 2018-10-22 00:17:49 +02:00
Filippo Scognamiglio
fe4704d0f6 Track unstable qmltermwidget branch. 2018-10-18 09:43:29 +02:00
mason1920
9ea797b00b
Update README.md 2018-08-22 02:15:02 -04:00
Ricardo Bánffy
683f202191 Update with v2.0.0 - new glyphs, better hinting 2018-08-12 20:14:17 +01:00
Filippo Scognamiglio
1cf6e2743b
Merge pull request #432 from picospuch/master
Refine alt(meta) and ctrl behaviour for emacs on macos
2018-04-28 00:00:40 +02:00
kz6fittycent
2375aefebb
Update snapcraft.yaml 2018-03-09 17:31:00 -06:00
kz6fittycent
1e04f66a11
Update snapcraft.yaml 2018-03-09 17:24:25 -06:00
kz6fittycent
f8bd483139
Update snapcraft.yaml 2018-03-09 17:06:31 -06:00