Commit Graph

7072 Commits

Author SHA1 Message Date
Stephen Anthony 81c4498e88 Fix minor compile warnings/errors. 2021-11-29 13:27:56 -03:30
Thomas Jentzsch fb7418bd6a fixed unwanted website openings 2021-11-29 11:40:51 +01:00
Thomas Jentzsch e706c0d800 updated doc 2021-11-29 11:34:48 +01:00
Thomas Jentzsch 6a67d1c0a9 add option for removing recent/popular files
tried to fix the Linux compile problem
renamed the (internal) Settings keys used to store the favorites
further updated doc
2021-11-29 09:27:41 +01:00
Thomas Jentzsch 00609a3a7a added tracking of user favorites, recently played and most popular games
added virtual directories for selecting tracked games
extended launcher context menu and shortcuts
2021-11-28 17:33:54 +01:00
Thomas Jentzsch 083cf78797 fix long press navigation bug (fixes #845) 2021-11-28 11:58:17 +01:00
Stephen Anthony 4a803476ee Some small optimizations. 2021-11-25 17:38:58 -03:30
Thomas Jentzsch 0ed35a75d4 fixed uppercase search in launcher 2021-11-25 18:58:06 +01:00
Thomas Jentzsch 0e62b68b17 Merge branch 'master' of https://github.com/stella-emu/stella 2021-11-25 11:24:28 +01:00
Thomas Jentzsch 596522de8c added option to show/hide file extensions
updated doc
2021-11-25 11:20:56 +01:00
Thomas Jentzsch 7c35b7fcb6 added option to show/hide file extensions
updated doc
2021-11-25 11:07:19 +01:00
Thomas Jentzsch dc10ca9c00 added icons to file lists and removed special directory name formatting 2021-11-24 23:27:42 +01:00
Thomas Jentzsch 48aced6c1e Merge branch 'master' of https://github.com/stella-emu/stella 2021-11-23 10:19:15 +01:00
Thomas Jentzsch 7052f15b56 added option for toggling autofire (resolves #843) 2021-11-23 10:11:56 +01:00
Thomas Jentzsch 4155da3ad9 added option for toggling autofire 2021-11-23 09:37:40 +01:00
Thomas Jentzsch f619b4e5cb enhanced global keys handling for fullscreen mode
reordered events for Event Mappings dialog
2021-11-21 11:02:11 +01:00
Stephen Anthony f3e82e91d8 Fixed incorrect path for documentation pics when building UNIX image. 2021-11-18 20:49:42 -03:30
Stephen Anthony 5f56477ede Updated config files from gnu.org. 2021-11-18 20:48:48 -03:30
Thomas Jentzsch de81f7fd67 fixed #841 (setting of phosphor properties) 2021-11-17 19:43:50 +01:00
Stephen Anthony e1035b74fc Final commit for 6.6. 2021-11-16 10:20:41 -03:30
Stephen Anthony ba758defc6 Updated release date to Tuesday, Nov. 16. 2021-11-15 13:00:18 -03:30
Thomas Jentzsch 1635d4fb02 fixed #837 (empty path crashes BrowserDialog) 2021-11-14 15:08:58 +01:00
Stephen Anthony cb02e454aa Getting ready for 6.6 release. 2021-11-10 14:07:13 -03:30
Stephen Anthony 860013d91d Update Xcode project; fix Mac build. 2021-11-10 13:12:38 -03:30
Thomas Jentzsch 453dfb0de7 Added data grid navigation shortcuts to debugger doc 2021-11-08 17:33:55 +01:00
Thomas Jentzsch bd5899c183 enhanced effects info for PNG snapshots 2021-11-06 13:17:52 +01:00
Thomas Jentzsch bc4a9aebe6 refactored scanline definition 2021-11-04 10:36:12 +01:00
Thomas Jentzsch 840ea4a10d forgot to save before committing :) 2021-11-04 09:24:50 +01:00
Thomas Jentzsch 7747f6b826 updated WhatsNewDialog and Changes.txt
changed developer mode hotkey
2021-11-04 09:23:53 +01:00
Thomas Jentzsch 6d37dc9a47 added switching to bilinear scaling if QIS makes no sense
added 5th scanline mask (aperture grille)
aligned brightness of all scanline masks
updated doc for scanline masks
2021-11-02 11:49:44 +01:00
Thomas Jentzsch 6238b5efbb added different mask pattern for scanline emulation 2021-11-01 17:55:45 +01:00
Thomas Jentzsch 18db3456f4 disabled random startup bank for CartWD 2021-11-01 08:07:13 +01:00
Thomas Jentzsch b7733bd1c1 added the usual missing new files 2021-10-30 15:09:33 +02:00
Thomas Jentzsch 228b2379ca added hotkey for toggling Developer Settings sets 2021-10-30 14:56:03 +02:00
Thomas Jentzsch d7f4bdd9f3 renamed one global hot key adjustment 2021-10-30 09:55:23 +02:00
Thomas Jentzsch 913e96942f added hotkeys for adjusting TV jitter roll 2021-10-30 09:20:51 +02:00
Stephen Anthony 375c56ae2d Fix compile warnings in gcc/clang. 2021-10-29 14:39:51 -02:30
Thomas Jentzsch e6af23d6c1 refactored GlobalKeyHandler 2021-10-29 10:23:14 +02:00
Thomas Jentzsch 00bb3e392a replaced dynamic with static cast 2021-10-28 15:50:24 +02:00
Thomas Jentzsch 4141014153 trying to fix Libretro build (part 2) 2021-10-28 15:18:09 +02:00
Thomas Jentzsch 22374266a3 trying to fix Libretro build 2021-10-28 15:17:00 +02:00
Thomas Jentzsch 68a4c23590 refactored global key handling into own class 2021-10-28 14:06:13 +02:00
Thomas Jentzsch 81832e80f1 made BrowserDialog comparing parents instead of parent's sizes (fixes #836) 2021-10-27 19:39:45 +02:00
Thomas Jentzsch 7ab27618a7 improved UI and doc for interpolation (unavailable for Software renderer) 2021-10-27 11:39:43 +02:00
Thomas Jentzsch 3fc5f6d75e added suppression of unwanted global hotkey repeats 2021-10-27 11:13:37 +02:00
Thomas Jentzsch 93ef03f4d8 refactored AppMode definition 2021-10-27 10:23:41 +02:00
Thomas Jentzsch ac8acce229 fixed two duplicate hotkeys 2021-10-26 10:20:24 +02:00
Thomas Jentzsch 2bf3c6ecf9 fixed global hotkey for mouse control
minor global hotkey refactoring
2021-10-26 10:11:38 +02:00
Stephen Anthony c3fa1890d5 Fix segfault on some systems when using BrowserDialog during a program run.
Remove old debugging print code.
2021-10-24 13:57:40 -02:30
Stephen Anthony 79da2e1d8a Fix gcc warning with braces around MACRO. 2021-10-23 21:51:13 -02:30