summaryrefslogtreecommitdiff
path: root/nuklear_ui
AgeCommit message (Collapse)Author
2018-03-26Allow numpad keys to be mappedMichael Pavone
2018-03-26Remove some debug print stuff from font_win.cMichael Pavone
2018-03-26Add back button to Key binding view and add a window and back button to ↵Michael Pavone
empty controller view so you can always get back to the main menu
2018-03-25Don't try to use GLES specific stuff unless we're actualy on a GLES platformMichael Pavone
--HG-- branch : nuklear_ui
2018-03-25Added OSX implementation of default_fontMichael Pavone
--HG-- branch : nuklear_ui
2018-03-25Fix memory leak in edge case of font_winMichael Pavone
--HG-- branch : nuklear_ui
2018-03-06Added support for TTC and dfont format true type fonts. More robust font ↵Michael Pavone
selection on Windows --HG-- branch : nuklear_ui
2018-02-07Filled in About viewMichael Pavone
--HG-- branch : nuklear_ui
2018-02-07Fix Windows build, added Windows default_font_path implementationMichael Pavone
--HG-- branch : nuklear_ui
2018-02-06Key binding menu is now functionalMichael Pavone
--HG-- branch : nuklear_ui
2018-02-05More fleshed out keyboard bindings viewMichael Pavone
--HG-- branch : nuklear_ui
2018-02-02Initial work on keyboard binding settings viewMichael Pavone
--HG-- branch : nuklear_ui
2017-12-11Added RAM init and IO port config to system settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-11Added dropdowns for default region and savestate formatMichael Pavone
--HG-- branch : nuklear_ui
2017-12-08Refactor basic settings dropdownsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-08Initial work on system menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-07Fix GL include issue for 32-bit buildsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-06Fleshed out audio settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-04Fix buffer overrun in video settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-12-01Add shader selector to video settingsMichael Pavone
--HG-- branch : nuklear_ui
2017-12-01Somewhat fleshed out video settings viewMichael Pavone
--HG-- branch : nuklear_ui
2017-11-29Initial work on settings menuMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Enable lock-on in Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Pause game execution when in the new UI pause menuMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Filter file list in Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-26Sort directory listing in Nuklear UI file browserMichael Pavone
--HG-- branch : nuklear_ui
2017-11-25Skip loading menu ROM if Nuklear UI is enabled. Allow disabling Nuklear UI ↵Michael Pavone
in favor of old menu ROM both at compile time and in config. Fall back to ROM UI if GL is unavailable --HG-- branch : nuklear_ui
2017-11-25Avoid burning a huge amount of CPU in the menu when emulation is not running ↵Michael Pavone
and vsync is disabled --HG-- branch : nuklear_ui
2017-11-25Fix directory navigation in ROM file chooser in Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-24Refactored save slot related logic to reduce duplication and allow reuse in ↵Michael Pavone
new UI. Get state loading/saving mostly working in new UI --HG-- branch : nuklear_ui
2017-11-22Pause menu now triggered on ui.exit eventMichael Pavone
--HG-- branch : nuklear_ui
2017-11-22Fix UI rendering in fullscreen and wome initial work on the "pause" menuMichael Pavone
--HG-- branch : nuklear_ui
2017-11-21Basic support for loading ROMs via Nuklear UIMichael Pavone
--HG-- branch : nuklear_ui
2017-11-21Initial work on Nuklear-based UIMichael Pavone
--HG-- branch : nuklear_ui