log nuklear_ui/blastem_nuklear.c @ 2619:ba2aba23b48e

age author description
Fri, 21 Feb 2025 00:50:31 -0800 Michael Pavone Fix border style for web file chooser
Fri, 21 Feb 2025 00:45:14 -0800 Michael Pavone Add an HTML/JS file picker to web build
Thu, 13 Feb 2025 23:07:31 -0800 Michael Pavone Give sega 8-bit consoles separate system_type enum values and allow selecting them from the command line
Thu, 13 Feb 2025 02:18:30 -0800 Michael Pavone Basic emscripten support
Sat, 11 Jan 2025 23:21:36 -0800 Michael Pavone Add auto option for fm_dac config variable that bases zero offset on the select MD model
Thu, 02 Jan 2025 23:03:50 -0800 Michael Pavone Merge
Thu, 02 Jan 2025 23:02:52 -0800 Michael Pavone Get CD titles sort of working in libretro target
Mon, 09 Dec 2024 13:45:35 -0800 Michael Pavone Better cassette tape UX
Mon, 25 Nov 2024 22:44:03 -0800 Michael Pavone Fix some warnings that show up in newer versions of gcc
Mon, 25 Nov 2024 22:40:26 -0800 Michael Pavone Add some missing binding entries in Nuklear UI
Mon, 25 Nov 2024 22:26:45 -0800 Michael Pavone Implement read-only SC-3000 cassette support
Sun, 14 Apr 2024 11:40:32 -0700 Michael Pavone Add support for rendering debug windows with OpenGL in perparation for allowing Nuklear UI in them
Thu, 04 Jan 2024 22:56:35 -0800 Michael Pavone Initial support for Colecovision emulation
Wed, 03 Jan 2024 19:45:23 -0800 Michael Pavone Fix some further fallout of ZIP reload fix
Wed, 03 Jan 2024 19:40:57 -0800 Michael Pavone Fix crash caused by ZIP reload fix
Mon, 01 Jan 2024 19:27:31 -0800 Michael Pavone Fix crash when loading a subsequent ROM after lock-on
Wed, 29 Nov 2023 23:06:50 -0800 Michael Pavone Hide cursor in fullscreen when UI is not active
Tue, 21 Nov 2023 20:32:00 -0800 Michael Pavone Fix read of audio sample rate in Nuklear UI
Sat, 18 Nov 2023 22:00:45 -0800 Michael Pavone Fix accidental search and replace in UI code
Fri, 17 Nov 2023 01:05:32 -0800 Michael Pavone Very basic UI for media player
Fri, 10 Nov 2023 21:18:02 -0800 Michael Pavone Better spacing in firmware settings
Sat, 21 Oct 2023 19:22:01 -0700 Michael Pavone Add an option to use the system file picker on Linux and Windows
Sun, 02 Apr 2023 23:38:21 -0700 Michael Pavone Slightly more reasonable threshold value for axes during mapping. Still pretty broken though
Sun, 02 Apr 2023 23:21:39 -0700 Michael Pavone Make deadzones configurable and bump up the default value
Thu, 30 Mar 2023 20:20:25 -0700 Michael Pavone Fix goof in right analog stick mapping UI
Wed, 29 Mar 2023 22:40:05 -0700 Michael Pavone Fix use after free when re-entering controller binding UI after saving bindings
Wed, 29 Mar 2023 22:36:34 -0700 Michael Pavone Fix analog stick UI for real. Allow clearing a controller binding
Wed, 29 Mar 2023 22:11:03 -0700 Michael Pavone Fix analog stick directions being messed up in controller binding UI
Sun, 26 Mar 2023 22:39:18 -0700 Michael Pavone Initial stab at DPI scaling support
Thu, 23 Mar 2023 22:38:51 -0700 Michael Pavone Fix silly bug I introduced when trying to fix the problem from the SDL2 upgrade