log nuklear_ui/blastem_nuklear.c @ 2496:187bc857a76a default tip

age author description
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
Thu, 23 Mar 2023 22:37:08 -0700 Michael Pavone Migrate ui.exit to ui.menu and create a new ui.exit for quitting
Thu, 09 Mar 2023 22:59:29 -0800 Michael Pavone Fix a place I missed a problem from the SDL2 upgrade
Fri, 10 Feb 2023 21:37:59 -0800 Michael Pavone Make UI font less comically large
Mon, 02 Jan 2023 12:24:22 -0800 Michael Pavone Implement gain control for Ricoh PCM and CDDA with defaults based on Model 2 Sega CD
Thu, 24 Nov 2022 00:54:18 -0800 Michael Pavone Fix settings save path of TMSS ROM setting
Sat, 17 Sep 2022 18:29:24 -0700 Michael Pavone Add support for EA 4-way Play
Tue, 13 Sep 2022 20:08:26 -0700 Michael Pavone Initial support for Sega multi-tap
Fri, 02 Sep 2022 22:53:41 -0700 Michael Pavone Add support for newer controller types. Fix crash caused by new controller button types introduced in 2.0.12 and support mapping them
Thu, 01 Sep 2022 22:43:02 -0700 Michael Pavone Fix duplicated right trigger mapping button in bindings for 8-button Genesis style controllers
Mon, 22 Aug 2022 22:56:05 -0700 Michael Pavone Add separate model/IO selection settings for SMS/GG
Thu, 09 Jun 2022 09:35:38 -0700 Michael Pavone Add Quick Load binding
Thu, 28 Apr 2022 18:41:16 -0700 Michael Pavone Added UI for setting firmware paths
Tue, 24 Nov 2020 23:15:25 -0800 Michael Pavone Fix format of axis mapping strings for axes that map to a d-pad
Sat, 21 Nov 2020 23:08:02 -0800 Michael Pavone Add Genesis 6-button contoller image
Mon, 09 Nov 2020 00:29:47 -0800 Michael Pavone Add a UI button to reset config to defaults
Sat, 07 Nov 2020 18:27:34 -0800 Michael Pavone Prevent user from getting stuck in directories they don't have permission to read in ROM browser
Sat, 07 Nov 2020 14:19:02 -0800 Michael Pavone Show current path in file browser
Wed, 04 Nov 2020 22:55:26 -0800 Michael Pavone Use different variants for Genesis controllers to better represent what types are out there
Mon, 02 Nov 2020 20:03:47 -0800 Michael Pavone Reorder system settings so that more common options are near the top and none of the dropdowns get cut off
Sun, 19 Jul 2020 18:10:40 -0700 Mike Pavone Added Wii U controller image
Sat, 09 May 2020 23:25:51 -0700 Michael Pavone Less hacky run on audio thread mode
Sat, 28 Mar 2020 00:17:08 -0700 Michael Pavone Expose vgm toggle keybind in settings UI
Sun, 16 Feb 2020 10:33:20 -0800 Michael Pavone Added UI for selecting configured model
Wed, 08 May 2019 23:44:40 -0700 Michael Pavone Basic UI navigation with controller
Fri, 03 May 2019 18:33:26 -0700 Michael Pavone Allow changing SDL2 mapping and controller type after initial configuration
Mon, 29 Apr 2019 19:18:55 -0700 Michael Pavone Fix a couple of small memory leaks
Mon, 29 Apr 2019 19:08:43 -0700 Michael Pavone Fix buffer overrun in shader list UI
Sat, 27 Apr 2019 11:23:35 -0700 Michael Pavone Make combo boxes keyboard navigable
Thu, 25 Apr 2019 21:54:47 -0700 Michael Pavone Minor improvements to keyboard navigation
Wed, 24 Apr 2019 20:46:35 -0700 Michael Pavone Allow game save path to be edited from UI
Wed, 24 Apr 2019 19:08:49 -0700 Michael Pavone Allow config file to be saved with executable for "portable" setups
Fri, 19 Apr 2019 21:09:46 -0700 Michael Pavone WIP keyboard nav for Nuklear menus
Sun, 07 Apr 2019 23:07:19 -0700 Michael Pavone Fix regression in handling of context recreation in Nuklear UI
Sat, 06 Apr 2019 21:38:11 -0700 Michael Pavone Fix windows build
Thu, 04 Apr 2019 23:08:45 -0700 Michael Pavone Allow Nuklear UI to be used when OpenGL is disabled
Sat, 30 Mar 2019 23:35:16 -0700 Mike Pavone Fix bumper/trigger binding boxes for "normal" style conntrollers. Change label of "Back" button to "Save" when there are unsaved changes in controller binding
Sat, 30 Mar 2019 23:20:06 -0700 Mike Pavone Update version number for nightly builds
Sat, 30 Mar 2019 23:18:22 -0700 Mike Pavone Fix crash when pressing escape with no ROM loaded. Fix immediate cancel in keybinding view when mouse happens to be where the cancel button appears
Wed, 27 Mar 2019 23:34:53 -0700 Michael Pavone Update version number, special thanks, CHANGELOG and README in preparation for possible 0.6.2 release v0.6.2
Wed, 27 Mar 2019 23:04:42 -0700 Michael Pavone Add unit to gain label and change color of checkbox selected state to hopefully make it more clear
Tue, 26 Mar 2019 23:55:41 -0700 Michael Pavone Fixed contents of left and right shoulder boxes for VARIANT_6B_BUMPER controllers