nx-hbmenu/common
2019-12-10 20:16:59 -05:00
..
assets.c Display a netstatus icon. Updated/added icons from #79. Closes #79. 2019-06-20 17:34:22 -04:00
assets.h Display a netstatus icon. Updated/added icons from #79. Closes #79. 2019-06-20 17:34:22 -04:00
common.h Thermal display (closes #99) (#102) 2019-09-17 11:47:58 -04:00
font.c Updated font.c for latest libnx + minor other changes. 2019-10-11 01:49:28 -04:00
font.h Add starred favourites at start of list (#91) 2019-07-09 13:33:21 -04:00
language.c Updated language handling for latest libnx. Added support for SetLanguage_ZHHANS/SetLanguage_ZHHANT, and changed STR_ZH/STR_TW to STR_ZH_HANS/STR_ZH_HANT (system-language is still not actually used). 2019-10-04 18:16:42 -04:00
language.h Updated language handling for latest libnx. Added support for SetLanguage_ZHHANS/SetLanguage_ZHHANT, and changed STR_ZH/STR_TW to STR_ZH_HANS/STR_ZH_HANT (system-language is still not actually used). 2019-10-04 18:16:42 -04:00
launch.c Fixed buffer overflow vuln with netloader args introduced with the original netloader commit. Fixed unrelated bounds check in launchAddArg() which assumed there was nothing after argData_s.buf within argData_s, which was no longer the case once nxlink_host was added to argData_s. 2018-10-27 16:11:02 -04:00
launch.h Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch. 2018-10-18 19:06:59 -04: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 Updated menuEntryParseNacp for latest libnx. 2019-12-07 18:08:51 -05:00
menu-list.c Use dirent d_type when available instead of accessing FsDirectoryEntry. 2019-09-30 17:58:30 -04:00
menu.c Thermal display (closes #99) (#102) 2019-09-17 11:47:58 -04:00
menu.h Add starred favourites at start of list (#91) 2019-07-09 13:33:21 -04:00
message-box.c Display a progress bar for netloader in the msgbox. Adjusted the language.c netloader strings so that the total newlines for each StrId matches. Fixed GetTextXCoordinate with 'c'. Moved the menuMsgBoxSetNetloaderState call into menuUpdateNetloader and only pass netloaderState into menuUpdateNetloader, etc. Use theme colors in msgbox. Various msgbox adjustments. Added progressBarColor to theme. 2018-10-24 18:38:50 -04:00
message-box.h Display a progress bar for netloader in the msgbox. Adjusted the language.c netloader strings so that the total newlines for each StrId matches. Fixed GetTextXCoordinate with 'c'. Moved the menuMsgBoxSetNetloaderState call into menuUpdateNetloader and only pass netloaderState into menuUpdateNetloader, etc. Use theme colors in msgbox. Various msgbox adjustments. Added progressBarColor to theme. 2018-10-24 18:38:50 -04:00
netloader.c Fixed bounds-check in netloader loadnro cmd-line args validation. 2019-12-10 12:14:23 -05:00
netloader.h Display netloader status with a modified msgbox. 2018-10-23 20:13:10 -04:00
netstatus.h Added netstatus files which were missing from e917589. Closes #86. 2019-06-22 17:47:31 -04: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
status.c Thermal display (closes #99) (#102) 2019-09-17 11:47:58 -04:00
status.h Thermal display (closes #99) (#102) 2019-09-17 11:47:58 -04:00
text.c Updated language handling for latest libnx. Added support for SetLanguage_ZHHANS/SetLanguage_ZHHANT, and changed STR_ZH/STR_TW to STR_ZH_HANS/STR_ZH_HANT (system-language is still not actually used). 2019-10-04 18:16:42 -04:00
text.h Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch. 2018-10-18 19:06:59 -04:00
theme.c Actually fix the stringop warning. 2019-12-10 20:16:59 -05:00
theme.h Display "Applet Mode" indicator when running under an applet 2019-07-29 17:36:59 +02:00
thermalstatus.h Thermal display (closes #99) (#102) 2019-09-17 11:47:58 -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
worker.c Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch. 2018-10-18 19:06:59 -04:00
worker.h Display an error screen with print-console instead of using fatalSimple. Display a msgbox in launchFile() when an error occurs instead of using fatalSimple. Better error handling etc in worker/launch. 2018-10-18 19:06:59 -04:00