.. |
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
|
Use netstatusGetDetails from a dedicated thread, since nifmGetInternetConnectionStatus can block for a few seconds.
|
2019-06-24 15:41:35 -04:00 |
font.c
|
Add starred favourites at start of list (#91)
|
2019-07-09 13:33:21 -04:00 |
font.h
|
Add starred favourites at start of list (#91)
|
2019-07-09 13:33:21 -04:00 |
language.c
|
Display "Applet Mode" indicator when running under an applet
|
2019-07-29 17:36:59 +02:00 |
language.h
|
Display "Applet Mode" indicator when running under an applet
|
2019-07-29 17:36:59 +02: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
|
Add starred favourites at start of list (#91)
|
2019-07-09 13:33:21 -04:00 |
menu-list.c
|
Add starred favourites at start of list (#91)
|
2019-07-09 13:33:21 -04:00 |
menu.c
|
Display "Applet Mode" indicator when running under an applet
|
2019-07-29 17:36:59 +02: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 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 |
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
|
Don't lock the mutex before calling netstatusGetDetails, lock it afterwards and use tmp fields.
|
2019-06-25 16:21:30 -04:00 |
status.h
|
Use netstatusGetDetails from a dedicated thread, since nifmGetInternetConnectionStatus can block for a few seconds.
|
2019-06-24 15:41:35 -04:00 |
text.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 |
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
|
Display "Applet Mode" indicator when running under an applet
|
2019-07-29 17:36:59 +02:00 |
theme.h
|
Display "Applet Mode" indicator when running under an applet
|
2019-07-29 17:36:59 +02: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 |