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
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
spuch
654f8d0761
fix alt(meta), ctrl for emacs on macos
2018-03-06 17:33:30 +08:00
Filippo Scognamiglio
0be17716f5
Merge pull request #409 from haesbaert/master
...
Add a -T option that sets window title.
2018-02-25 11:53:42 +01:00
Filippo Scognamiglio
dda5fbc330
Increase baseScaling font for knight profile to improve consistency.
2018-02-25 11:50:23 +01:00
Lars Brinkhoff
e7aa72a7ab
Add a Knight TV profile.
2018-01-25 06:27:21 +01:00
Lars Brinkhoff
35c48de638
Add Knight TV font. As used by the MIT AI Lab.
2018-01-25 06:27:11 +01:00
Christiano Haesbaert
799ef63b81
Add a -T option that sets window title.
...
`cool-retro-term -T myretrosession` sets window name to 'myretrosession'
This is useful especially for people who rely on wmctrl to change windows, now I
can do `wmctrl -a myretrocession` to focus on cool-retro-term.
-T was chosen since it matches classic xterm(1) and other terminal emulators
2018-01-06 20:20:45 +01:00
Filippo Scognamiglio
b9d027291e
Bump version to 1.0.1.
2017-10-27 18:28:43 +02:00
Filippo Scognamiglio
eb00915c39
Merge pull request #373 from rbanffy/master
...
Updated 3278 font and associated files
2017-10-27 11:03:48 +02:00
Ricardo Bánffy
875d02458e
Updated 3278 font and associated files
2017-10-25 22:08:23 +01:00
Filippo Scognamiglio
e48719fa44
Merge pull request #322 from rbanffy/master
...
Update 3270 terminal font
2017-02-01 12:14:26 +01:00
Barak A. Pearlmutter
d74bd0a39b
version 1.0
2016-12-18 22:53:16 +00:00
Barak A. Pearlmutter
07307a6d8f
typo
2016-12-18 22:53:16 +00:00
Barak A. Pearlmutter
151fb6e58d
add --version, aka -v, command line option
2016-12-18 22:53:16 +00:00
Barak A. Pearlmutter
888ab49e44
add comment listing bugs in --help option output
2016-12-18 22:53:16 +00:00
Ricardo Banffy
5534cc4457
Update 3270 terminal font
2016-11-26 20:21:41 +00:00
Alex Spataru
b7f632077c
Use provided settings database
2016-08-06 13:43:04 -05:00
Alex Spataru
bfab242344
Also save window position
2016-08-06 02:04:35 -05:00
Alex Spataru
6e54a96730
Save window size
2016-08-06 01:34:11 -05:00
Vincent Wong
e94801ee02
Fix issue with custom command not saving on exit
...
If the user directly closes the settings window without triggering the
custom command Textfield's onEditingFinished (via unfocus or pressing
enter), the custom command may not save. This change adds a listener to
the Textfield so that if the settings window closes, the change will
always be recorded.
2016-04-07 18:15:37 -07:00
Vincent Wong
cc57fbdcd5
Profile-bound custom commands now execute
...
Rather than starting ksession right away, PreprocessedTerminal now waits
for ApplicationSettings to finish loading custom command settings from
storage. If a custom command is specified, PreprocessedTerminal will
tokenize it and pass it onto ksession as a shell program similar to the
-e option. If both a -e command and a custom command is specified, the
-e version overrides the custom command.
2016-03-21 12:55:09 -07:00
Vincent Wong
674097f672
Add new custom command settings in General
...
These custom commands are profile-specific
2016-03-21 12:48:18 -07:00
Filippo Scognamiglio
d345be2114
Merge pull request #280 from rbanffy/master
...
Update 3270 font to v1.2.11, with added glyphs
2016-03-13 15:36:22 +01:00
Filippo Scognamiglio
c505dfaa11
Remove Envy Code Font.
2016-03-13 15:33:40 +01:00
Ricardo Bánffy
1574d5ab4c
Update README
2016-02-29 21:30:54 +00:00
Ricardo Bánffy
0a24f497cc
Update 3270 font to v1.2.11, with added glyphs
2016-02-29 17:24:31 +00:00
Filippo Scognamiglio
9e629780ad
Merge pull request #274 from barak/master
...
Debian Packaging Updates
2016-02-20 13:08:31 +01:00
Ricardo Bánffy
d7fb0b3021
Update 3270 font - better hints, new glyphs
2016-01-27 08:52:41 -02:00
Barak A. Pearlmutter
b1456b4fda
typo: informations ↝ information
2015-12-18 16:09:54 +00:00