summaryrefslogtreecommitdiff
path: root/nuklear_ui/blastem_nuklear.c
AgeCommit message (Expand)Author
2019-01-22Added some Makefile options to build a packaging friendly executableMichael Pavone
2019-01-17Hopefully fix Nuklear assert when loading ROM after changing video settings t...Michael Pavone
2019-01-03Updated version number and CHANGELOG for possible 0.6.1 releaseMichael Pavone
2019-01-03Disable most bindings when UI is activeMichael Pavone
2018-12-31Allow skipping buttons/axes in controller SDL2 mapping UIMike Pavone
2018-12-30Fix binding UI for "6 button right" style controllersMike Pavone
2018-12-30Updated special thanksMike Pavone
2018-12-30Updated binding UI to reflect new VDP debug optionsMike Pavone
2018-12-30Added support for GLES in addition to desktop GLMike Pavone
2018-12-15Update binding UI for non-standard controller layoutsMichael Pavone
2018-12-14Added PS4 6-button fighting pad image and cleaned up controller image handlin...Michael Pavone
2018-11-30Added code for actually saving new controller bindings to an appropriate key ...Michael Pavone
2018-10-26Add new view for selecting a new binding for a gamepad buttonMichael Pavone
2018-10-26Show user friendly names for binding options in controller bind configMichael Pavone
2018-10-25Handle looking up dpad config in binding UI. Fix left/right stick config disp...Michael Pavone
2018-10-24Pull current controller config in binding UI from whatever the actual binding...Michael Pavone
2018-08-10Added PS4 controller image. Added code to use PS4 image for Playstation contr...Michael Pavone
2018-08-02Show current config value for controller butotn and axis mappingsMichael Pavone
2018-07-31Bump up pause between mapping inputsMichael Pavone
2018-07-31Don't redundantly store controller GUID when saving a mapping. Remove illegal...Michael Pavone
2018-07-31Basic UI for selecting layout variants + minor fix to SDL2 mapping generation UIMichael Pavone
2018-07-31SDL2 mapping UI now handles axesMichael Pavone
2018-07-30WIP UI for creating an SDL2 mapping for controllers that don't have oneMichael Pavone
2018-07-27Allow selecting controller type when controllers have an SDL 2 mapping, but h...Michael Pavone
2018-07-25Made controller binding page more resolution independent. Added binding boxes...Michael Pavone
2018-07-22Initial heuristics for detecting controller types and showing different label...Michael Pavone
2018-06-28Fix a number of other memory errors (mostly leaks again) identified by valgrindMichael Pavone
2018-05-02Fix drag and drop when using Nuklear UIMichael Pavone
2018-05-01Add some basic scaling to rest of UIMichael Pavone
2018-05-01Basic interface scaling for rest of settings UIMichael Pavone
2018-05-01Persist config on exit if config has changedMichael Pavone
2018-04-30Fix config value set when "Mega Mouse" is selected in settings UIMichael Pavone
2018-04-27Only save config file if something has changed. Re-initialize audio and video...Michael Pavone
2018-04-24Scale UI font size based on window size and start basing widget sizes based o...Michael Pavone
2018-04-21WIP controller binding viewMichael Pavone
2018-04-19Use read_bundle_file for controller PNG. Re-upload texture when GL context is...Michael Pavone
2018-04-19Add code for loading PNG images. Added 360 controller image. WIP work on game...Michael Pavone
2018-04-17Add sync_source to default.cfg and the Nuklear UIMichael Pavone
2018-03-29Allow double click to open ROM in file browserMichael Pavone
2018-03-29Added vsync to video settingsMichael Pavone
2018-03-26Allow numpad keys to be mappedMichael Pavone
2018-03-26Add back button to Key binding view and add a window and back button to empty...Michael Pavone
2018-03-06Added support for TTC and dfont format true type fonts. More robust font sele...Michael Pavone
2018-02-07Filled in About viewMichael Pavone
2018-02-06Key binding menu is now functionalMichael Pavone
2018-02-05More fleshed out keyboard bindings viewMichael Pavone
2018-02-02Initial work on keyboard binding settings viewMichael Pavone
2017-12-11Added RAM init and IO port config to system settings menuMichael Pavone
2017-12-11Added dropdowns for default region and savestate formatMichael Pavone
2017-12-08Refactor basic settings dropdownsMichael Pavone