rockbox/apps
Christian Soffke 694f929a99 Credits plugin: use black background
Sets the lcd background color to black and foreground color
to white when displaying the 16bit logo, so that it always
blends in with the background regardless of theme colors.

Change-Id: Ia3afde178866b84d194c2dd839dac24f8c6e8d05
2021-12-09 21:01:11 -05:00
..
bitmaps
gui touchscreen: improved pixelwise scrolling in lists 2021-11-24 19:03:16 -05:00
hosted/android
iap
keymaps fiiom3k (keymap): Allow scrolling up/down in keyboard context 2021-11-08 14:25:53 -05:00
lang Update US English "translation" 2021-12-09 20:56:55 -05:00
menus Add setting to hide shutdown message 2021-12-08 22:26:38 -05:00
plugins Credits plugin: use black background 2021-12-09 21:01:11 -05:00
radio
recorder touchscreen: force 3x3 mode in the keyboard 2021-11-21 20:26:20 +00:00
abrepeat.c
abrepeat.h
action.c touchscreen: Fix softlock handling 2021-08-14 09:42:04 +00:00
action.h rb_info plugin and button,action+context name helper 2021-11-22 21:39:45 -05:00
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make
audio_path.c
audio_thread.c
audio_thread.h
beep.c
bookmark.c whitespace fixes 2021-10-21 22:42:01 +02:00
bookmark.h
buffering.c
buffering.h
codec_thread.c codec_thread.c don't overrun audio_formats[] array 2021-08-11 10:56:14 -04:00
codec_thread.h
codecs.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
core_asmdefs.c
cuesheet.c whitespace fixes 2021-10-21 22:42:01 +02:00
cuesheet.h
debug_menu.c powermgmt: Remove an unnecessary function 2021-12-05 14:18:32 -05:00
debug_menu.h
enc_config.c enc_config.c don't overrun mp3_enc_bitr[] array 2021-08-11 11:00:03 -04:00
enc_config.h
features.txt Manual: Update Metadata limitations 2021-11-24 19:17:33 -05:00
filetree.c exit file browser before running plugins 2021-10-31 21:49:31 -04:00
filetree.h
filetypes.c file tree filetype_list_viewers exit from list before execution 2021-10-21 03:16:54 -04:00
filetypes.h filetree.c move static and stack allocated buffers around 2021-10-20 16:05:21 -04:00
fracmul.h
keyboard.h
language.c language.c fix possible buffer overrun 2021-08-03 00:57:35 +00:00
language.h
logfdisp.c
logfdisp.h
main.c Remove a couple of #ifdefs 2021-12-05 13:14:47 -05:00
menu.c PLUGINBROWSER make resumable 2021-10-29 03:07:42 -04:00
menu.h
misc.c Add setting to hide shutdown message 2021-12-08 22:26:38 -05:00
misc.h
onplay.c Warn before replacing playlist when “Insert” hotkey is used 2021-12-02 17:38:42 -05:00
onplay.h
open_plugin.c root_menu.c fix recent regression for shortcuts add resume for plugins 2021-11-07 01:49:15 -05:00
open_plugin.h Open Plugins Ignore hash for lang Ids 2021-10-23 02:45:54 -04:00
pcmbuf.c Add single playback mode 2021-11-05 09:20:04 -04:00
pcmbuf.h
playback.c Playback: Skip invalid entries from playlist 2021-11-10 16:34:27 -05:00
playback.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
playlist.c playlist.c remove panic from OOM conditions 2021-12-08 21:44:12 -05:00
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c whitespace fixes 2021-10-21 22:42:01 +02:00
playlist_viewer.h
plugin.c plugin.h & lua add playlist_insert_playlist 2021-12-05 23:10:19 -05:00
plugin.h plugin.h & lua add playlist_insert_playlist 2021-12-05 23:10:19 -05:00
rbcodec_helpers.c Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
rbcodecconfig.h
rbcodecplatform.h
README
root_menu.c plugin_screen don't save settings on every plugin execution 2021-11-07 12:48:46 -05:00
root_menu.h Add open_plugin to core 2020-08-17 10:15:14 -04:00
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c powermgmt: Small cleanups to battery capacity code 2021-12-05 13:37:25 -05:00
settings.h Add setting to hide shutdown message 2021-12-08 22:26:38 -05:00
settings_list.c Add setting to hide shutdown message 2021-12-08 22:26:38 -05:00
settings_list.h
shortcuts.c Fix FS#13319 2021-12-02 17:45:49 -05:00
shortcuts.h
sound_menu.h
SOURCES Remove Samsung YP-Z5 port 2021-08-14 14:13:54 +01:00
status.c
status.h
tagcache.c Database: Fix tag_albumartist; new tag_virt_canonicalartist. 2021-09-17 21:42:05 -04:00
tagcache.h Database: Fix tag_albumartist; new tag_virt_canonicalartist. 2021-09-17 21:42:05 -04:00
tagnavi.config Restore Album Artist to the default database menu 2021-12-05 13:55:50 -05:00
tagtree.c Database: Fix tag_albumartist; new tag_virt_canonicalartist. 2021-09-17 21:42:05 -04:00
tagtree.h
talk.c voice: Allow voiced date format to be overridden 2021-09-28 21:58:11 -04:00
talk.h
tree.c Use USB events for storing plugin_menu state 2021-10-31 12:42:24 -04:00
tree.h Fix tree.c->tree_get_entry_at() buffer overflow 2018-12-14 01:28:17 -06:00
usb_keymaps.c Document intentional fallthroughs + fix harmless unintended ones 2021-08-04 18:59:46 +00:00
usb_keymaps.h
voice_thread.c voice_thread.c ensure cpu gets re-boosted after Q_VOICE_STOP event 2021-09-29 01:18:00 -04:00
voice_thread.h

For general information see: docs/README
For API information see: docs/API