Commit Graph

17 Commits

Author SHA1 Message Date
Stephen Anthony c9d6a58832 Fix minor warnings from clang static analyzer. 2020-11-09 16:01:36 -03:30
thrust26 0ec9e7af9f added color parameters to 'Custom' palette, fixes #657 2020-10-31 19:06:58 +01:00
Stephen Anthony be85557e6b Fix warnings from Clang 11.
Apparently d'tors in child classes should now be marked override rather than virtual (to match other methods).
So we do that specifically now.
2020-08-17 10:38:43 -02:30
thrust26 e0403d93a3 fixed palette/tv-effects slider rounding issue 2020-06-09 08:27:14 +02:00
Stephen Anthony 082b8dd9dc A small reprieve for gcc6 users. Fixed codebase so it compiles in g++6 again.
Note that we're moving to gcc7 fairly soon, so this won't be for long.

Bumped version number.
2020-06-07 18:34:10 -02:30
thrust26 b1ea775ac3 minor fix, make sure that a message is displayed when switching TV format 2020-05-16 23:47:15 +02:00
thrust26 9e7940af95 added four global hotkeys which allow selecting and changing several adjustable settings (addresses #631) 2020-05-16 09:50:16 +02:00
thrust26 521edb5ade added global hotkeys (pageup/down) for current displayed setting (or volume) 2020-05-14 21:18:55 +02:00
thrust26 076c401c1b added gauge bars display when selecting settings too 2020-05-13 20:26:19 +02:00
Stephen Anthony 5a069cd44b Fixes for warnings in latest g++ and clang, and update libretro port to latest changes. 2020-05-11 14:57:01 -02:30
thrust26 a3ed86846a code cleanup and bug fixing 2020-05-11 10:47:43 +02:00
thrust26 72bd162951 some transformation code cleanup 2020-05-10 22:53:58 +02:00
thrust26 31124cabef add hue adjustment code to PaletteHandler 2020-05-10 21:53:02 +02:00
thrust26 441aa6c867 added interactive palette display to VideoDialog 2020-05-10 19:53:59 +02:00
thrust26 b660bd3466 started refactoring VideoDialog
fixed selecting adjustable in NTSCFilter
2020-05-09 23:00:16 +02:00
thrust26 498b931ab9 remove palette functionality from NTSCFilter
load and save config values in PaletteHandler
2020-05-09 21:36:22 +02:00
thrust26 8422b6e44b refactor palette handling into own class
convert brightness, contrast, saturation and gamma
2020-05-08 17:51:19 +02:00