nx-hbmenu/common
Dachuu b28ddcaddc Added french strings (#69)
* Added french strings
2018-10-16 15:01:08 -04:00
..
common.h Add support to display current charge, and indicate whether or not device is charging (#67) 2018-10-09 18:27:43 -04:00
font.c Moved path init code from menuStartup() into new func menuStartupPath(), which now creates the config dirs if needed. Added menuGetRootBasePath(), which is now used for config paths and pc-build fonts. Changed some funcs from () to (void). Fixed broken button handling in pc_main for theme-menu. This fixes pc-build support for config/theme-menu. 2018-10-01 12:53:42 -04:00
font.h Use SharedFont for the A/B button icons. 2018-07-27 21:05:25 -04:00
language.c Added french strings (#69) 2018-10-16 15:01:08 -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 support for file-associations, closes #25. Various improvements. Cleanup icon/icon_size state in menuEntryParseIcon() on failure. Added fsobjExists() which is now called at the start of menuEntryLoad(). Added menuEntryLoadExternalIcon() and menuEntryImportIconGfx(). 2018-10-10 18:55:37 -04:00
menu-list.c Implemented support for file-associations, closes #25. Various improvements. Cleanup icon/icon_size state in menuEntryParseIcon() on failure. Added fsobjExists() which is now called at the start of menuEntryLoad(). Added menuEntryLoadExternalIcon() and menuEntryImportIconGfx(). 2018-10-10 18:55:37 -04:00
menu.c Implemented support for file-associations, closes #25. Various improvements. Cleanup icon/icon_size state in menuEntryParseIcon() on failure. Added fsobjExists() which is now called at the start of menuEntryLoad(). Added menuEntryLoadExternalIcon() and menuEntryImportIconGfx(). 2018-10-10 18:55:37 -04:00
menu.h Implemented support for file-associations, closes #25. Various improvements. Cleanup icon/icon_size state in menuEntryParseIcon() on failure. Added fsobjExists() which is now called at the start of menuEntryLoad(). Added menuEntryLoadExternalIcon() and menuEntryImportIconGfx(). 2018-10-10 18:55:37 -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
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
power.h Add support to display current charge, and indicate whether or not device is charging (#67) 2018-10-09 18:27:43 -04: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 Moved path init code from menuStartup() into new func menuStartupPath(), which now creates the config dirs if needed. Added menuGetRootBasePath(), which is now used for config paths and pc-build fonts. Changed some funcs from () to (void). Fixed broken button handling in pc_main for theme-menu. This fixes pc-build support for config/theme-menu. 2018-10-01 12:53:42 -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