nx-hbmenu/common
2018-09-29 17:57:32 -04:00
..
common.h Implemented a theme switcher feature (#62) 2018-09-28 23:20:24 -04:00
font.c Implemented a theme switcher feature (#62) 2018-09-28 23:20:24 -04:00
font.h Use SharedFont for the A/B button icons. 2018-07-27 21:05:25 -04:00
language.c Moved string for default-theme-name into language.c, and fixed language.c whitespace. 2018-09-29 12:07:51 -04:00
language.h Moved string for default-theme-name into language.c, and fixed language.c whitespace. 2018-09-29 12:07:51 -04:00
launch.c Initial public commit. 2018-02-11 19:07:18 -05:00
launch.h Initial public commit. 2018-02-11 19:07:18 -05:00
main.h Initial public commit. 2018-02-11 19:07:18 -05:00
math.c Cleanup some math stuff 2018-02-26 23:52:13 +01:00
math.h Add nxlink support (#27) 2018-03-19 21:42:58 +01:00
menu-entry.c Implemented a theme switcher feature (#62) 2018-09-28 23:20:24 -04:00
menu-list.c Moved string for default-theme-name into language.c, and fixed language.c whitespace. 2018-09-29 12:07:51 -04:00
menu.c Moved code for handling A-button from nx_main/pc_main into a dedicated func, which now only handles menu entries when hbmenu_state isn't netloader. Removed old code. 2018-09-29 17:57:32 -04:00
menu.h Moved code for handling A-button from nx_main/pc_main into a dedicated func, which now only handles menu entries when hbmenu_state isn't netloader. Removed old code. 2018-09-29 17:57:32 -04:00
message-box.c Implement Theming (#57) 2018-09-13 15:16:33 -04:00
message-box.h Added touch controls. (#41) 2018-07-30 17:23:34 -04:00
nanojpeg.c Initial public commit. 2018-02-11 19:07:18 -05:00
nanojpeg.h Initial public commit. 2018-02-11 19:07:18 -05:00
netloader.c fix memset error 2018-08-16 19:13:29 -04:00
netloader.h clean up includes for OSX 2018-05-12 16:57:17 +02:00
text.c Use shared-font. Setting s_textLang is still disabled, until language.c is updated. Check for setsysInitialize failure. Moved .nxfnt files into data/unused/. Currently text will not display with the pc-build since no font is loaded for it. Disabled y+=baseline in text-drawing, and adjusted all callers y-pos to manually add the original baseline (so that y-pos matches with the different font). 2018-04-28 11:55:16 -04:00
text.h Use shared-font. Setting s_textLang is still disabled, until language.c is updated. Check for setsysInitialize failure. Moved .nxfnt files into data/unused/. Currently text will not display with the pc-build since no font is loaded for it. Disabled y+=baseline in text-drawing, and adjusted all callers y-pos to manually add the original baseline (so that y-pos matches with the different font). 2018-04-28 11:55:16 -04:00
theme.c Removed removeDriveFromPath() and store the theme filename in settings.cfg instead of the absolute path. 2018-09-29 11:58:29 -04:00
theme.h Implemented a theme switcher feature (#62) 2018-09-28 23:20:24 -04:00
ui.c Initial public commit. 2018-02-11 19:07:18 -05:00
ui.h Initial public commit. 2018-02-11 19:07:18 -05:00