summaryrefslogtreecommitdiff
path: root/nuklear_ui
AgeCommit message (Collapse)Author
2021-02-20Fix some stuff that was calling printf directlyMichael Pavone
2020-11-24Fix format of axis mapping strings for axes that map to a d-padMichael Pavone
2020-11-21Add Genesis 6-button contoller imageMichael Pavone
2020-11-09Add a UI button to reset config to defaultsMichael Pavone
2020-11-07Prevent user from getting stuck in directories they don't have permission to ↵Michael Pavone
read in ROM browser
2020-11-07Show current path in file browserMichael Pavone
2020-11-04Use different variants for Genesis controllers to better represent what ↵Michael Pavone
types are out there
2020-11-02Reorder system settings so that more common options are near the top and ↵Michael Pavone
none of the dropdowns get cut off
2020-11-01Improved texture atlas size estimation in NuklearMike Pavone
2020-07-19Added Wii U controller imageMike Pavone
2020-05-09Less hacky run on audio thread modeMichael Pavone
2020-05-09Specify desired language when invoking fc-match to find an appropriate font ↵Michael Pavone
on Linux
2020-04-18Allow specifying a default font path at build timeMichael Pavone
2020-03-28Expose vgm toggle keybind in settings UIMichael Pavone
2020-02-16Added UI for selecting configured modelMichael Pavone
2019-05-08Basic UI navigation with controllerMichael Pavone
2019-05-03Allow changing SDL2 mapping and controller type after initial configurationMichael Pavone
2019-04-29Fix a couple of small memory leaksMichael Pavone
2019-04-29Fix buffer overrun in shader list UIMichael Pavone
2019-04-27Make combo boxes keyboard navigableMichael Pavone
2019-04-25Minor improvements to keyboard navigationMichael Pavone
2019-04-24Allow game save path to be edited from UIMichael Pavone
2019-04-24Allow config file to be saved with executable for "portable" setupsMichael Pavone
2019-04-22Add keyboard navigation to toggle and "property" widgets. Property widgets ↵Michael Pavone
still need some work
2019-04-22Adjust scroll of parent layout object if widget newly selected by keyboard ↵Michael Pavone
is offscreen
2019-04-22Fix mouse selection of files. Keep keynav from selecting a non-existent widgetMichael Pavone
2019-04-19WIP keyboard nav for Nuklear menusMichael Pavone
2019-04-14Get Android build working again and update for SDL 2.0.7 (last version to ↵Michael Pavone
support older versions of Android)
2019-04-07Fix regression in handling of context recreation in Nuklear UIMichael Pavone
2019-04-06Fix windows buildMichael Pavone
2019-04-04Allow Nuklear UI to be used when OpenGL is disabledMichael Pavone
2019-03-30Fix bumper/trigger binding boxes for "normal" style conntrollers. Change ↵Mike Pavone
label of "Back" button to "Save" when there are unsaved changes in controller binding
2019-03-30Update version number for nightly buildsMike Pavone
2019-03-30Fix crash when pressing escape with no ROM loaded. Fix immediate cancel in ↵Mike Pavone
keybinding view when mouse happens to be where the cancel button appears
2019-03-27Update version number, special thanks, CHANGELOG and README in preparation ↵Michael Pavone
for possible 0.6.2 release
2019-03-27Add unit to gain label and change color of checkbox selected state to ↵Michael Pavone
hopefully make it more clear
2019-03-26Fixed contents of left and right shoulder boxes for VARIANT_6B_BUMPER ↵Michael Pavone
controllers
2019-03-26Skip buttons or axes in the mapping UI that have no label for the selected ↵Michael Pavone
controller type
2019-03-26Support controllers that have their dpad mapped to an axisMichael Pavone
2019-03-24Optionally emulate the offset around zero in the imperfect DAC of a discrete ↵Michael Pavone
YM2612
2019-03-23Configurable gain for overall output and individual componentsMichael Pavone
2019-03-20Updated checkbox styleMichael Pavone
2019-03-19Fix off by one in IO device UIMichael Pavone
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 ↵Michael Pavone
that some users are reporting
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