Commit graph

17 commits

Author SHA1 Message Date
rdanbrook
1259fe812c FLTK: Add timer sync mode for cases where VSync is unreliable 2024-12-04 19:01:59 -06:00
rdanbrook
566597150c FLTK: Cleanup loading and main window creation 2024-11-03 19:32:48 -06:00
rdanbrook
64e65f1aae FLTK: Display message in GUI when there is an input mapping conflict 2024-10-23 19:43:22 -06:00
rdanbrook
72d2c7a1cb FLTK: Use Mac style system menu on macOS 2024-10-01 17:26:29 -06:00
rdanbrook
bee4323aa7 FLTK: Mark functions override 2024-09-30 22:16:59 -06:00
rdanbrook
4b6ff73fc6 FLTK: Fix compatiblity with FLTK 1.3 2024-09-30 19:55:20 -06:00
rdanbrook
39bc0dd2c0 FLTK: Fix fullscreen and resizing on Wayland with FLTK 1.4 2024-09-30 19:41:30 -06:00
rdanbrook
ac1e1995f1 FLTK: Reimplement screenshots 2024-06-07 19:48:21 -06:00
rdanbrook
188c8346f9 FLTK: Clean up main window and menu 2024-06-02 10:24:35 -06:00
rdanbrook
978366418b FLTK: Clean up Help->About 2024-06-01 21:55:03 -06:00
rdanbrook
2ba35ee0cf FLTK: Add a definition for Quit to input configuration 2024-05-31 21:05:21 -06:00
rdanbrook
ff32ec77d6 FLTK: Clean up main fltkui interface 2024-05-26 13:02:33 -06:00
rdanbrook
eee60f7a5c FLTK: Rewrite audio playback code 2024-05-25 07:06:03 -06:00
rdanbrook
fcb3976aaf FLTK: Handle some bugs exhibited when using GNOME 2024-05-19 21:54:34 -06:00
rdanbrook
b22f8a0d93 FLTK: Begin full rewrite
- The FLTK frontend is now based on Nestopia JG, which has been imported
  into the codebase and largely replaces the functionality previously
  contained in "nstcommon", as well as the old input system. This has
  effectively become a "Jolly Good API" frontend specific to Nestopia.

- Many new input devices are now supported, and can take both a
  keyboard/mouse and a joystick definition. This includes user interface
  functionality, such as fast forward, state saving, disk swapping, and
  resetting.

- USB joysticks/gamepads are now hot-pluggable

- The window is now freely resizable and adapts to the change by making
  the emulator output fill as much as possible while maintaining the
  selected aspect ratio.

- Settings are now separated by interface settings, emulator settings,
  and input definitions.

- General UI improvements have been done. The code is significantly
  cleaner and more flexible, with some user-facing improvements to the
  theme and menu system.

- This revision is still WIP. Some features or settings are either
  temporarily or permanently removed:
  - All audio related settings are gone, pending a rewrite of the audio
    output code in the frontend. PAL (50Hz) support is flaky.
  - Video filters have been removed, with the tentative plan to replace
    them with modern shaders.
  - Some NTSC filter fine tuning settings are not yet exposed in
    Nestopia JG
  - Some video settings (such as Hue/Saturation) are removed
  - NSF Playback is removed pending a replacement using FLTK widgets
  - The rewinder is disabled, with a tentative plan to replace it with
    a solution that is implemented entirely in the frontend.
  - Cheats are temporarily non-functional
2024-05-17 08:14:19 -06:00
rdanbrook
063e4bba70 FLTK: Use less magic numbers for UI element sizes 2024-03-29 15:45:31 -06:00
rdanbrook
80ec3ea21f Switch from GTK to FLTK 2021-03-21 16:35:18 -04:00