rockbox/apps
2008-06-28 16:31:06 +00:00
..
bitmaps FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100). 2008-05-05 12:05:00 +00:00
codecs Solve possible glitch after seeking in mpc files. Documented the special treatment after seek. 2008-06-28 12:55:34 +00:00
eqs
gui allow the full lowercase a-z to be used as conditional viewport grouping id's 2008-06-25 08:08:39 +00:00
keymaps initial Meizu M6SL port (take 2) 2008-06-27 23:24:34 +00:00
lang Updated Finnish translation by Jani Kinnunen. 2008-06-22 22:19:09 +00:00
menus fix red 2008-06-25 10:58:48 +00:00
metadata Added missing header file to metadata/mod.c 2008-05-28 17:10:49 +00:00
player
plugins Add ppm and rppm viewer by Alexander Papst 2008-06-28 15:50:05 +00:00
recorder Fix broken peakmeters: peakmeter was using viewport drawing code but absolute screen coordinates for display updating. To Do: peakmeter must completely use viewport info for its updates. 2008-06-28 16:31:06 +00:00
abrepeat.c Put 'Id' in the headers 2008-05-08 18:33:41 +00:00
abrepeat.h Put 'Id' in the headers 2008-05-08 18:33:41 +00:00
action.c 1) Make touchscreen interface more intuitive 2008-06-02 16:08:01 +00:00
action.h Updated recording trigger screen (seems to be a feature almost noone uses?) 2008-05-28 10:55:39 +00:00
alarm_menu.c more gui_textarea removal. 2008-05-29 08:20:07 +00:00
alarm_menu.h
applimits.h
audio_path.c
bookmark.c total removal of gui_textarea. The only thing using the text_message struct is the yesno screen so move its definition to yesno.h 2008-05-29 11:13:46 +00:00
bookmark.h
buffering.c Lock the linked list mutex when accessing the memory handles. This should fix the invalid values appearing for short times in the buffering debug screen. 2008-05-13 20:51:06 +00:00
buffering.h
codecs.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
codecs.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
cuesheet.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
cuesheet.h Cleaned up playblack.h header file and usage of it. 2008-04-28 14:13:13 +00:00
debug_menu.c My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left. 2008-06-27 18:40:25 +00:00
debug_menu.h
dsp.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, for you golden-eared people. 2007-08-29 14:32:52 +00:00
enc_config.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt Added feature switch for LANG_ACCESSORY_SUPPLY as this is only used for some targets yet. 2008-05-10 21:25:48 +00:00
filetree.c Const police raid. 2008-05-12 17:52:50 +00:00
filetree.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
filetypes.c FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and making the inbuilt_filetypes array static 2008-05-24 20:56:19 +00:00
filetypes.h FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and making the inbuilt_filetypes array static 2008-05-24 20:56:19 +00:00
keyboard.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
language.c
language.h
logfdisp.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
logfdisp.h
main.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
Makefile Try making binsize smaller and fix pointer problem 2008-05-17 15:51:49 +00:00
menu.c Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines 2008-05-29 20:32:39 +00:00
menu.h
metadata.c FS #8680. MOD codec by Rainer Sinsch. 2008-05-21 11:19:58 +00:00
metadata.h Cleaned up playblack.h header file and usage of it. 2008-04-28 14:13:13 +00:00
misc.c fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also minor code policing.. use true/false instead of 1/0 for calls to fade() 2008-06-23 02:45:55 +00:00
misc.h fix red and pointer screwup 2008-06-07 09:35:57 +00:00
onplay.c the splash should set the viewport to NULL untill we start passing it a vp. (not any time soon though) 2008-05-29 14:40:12 +00:00
onplay.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
pcmbuf.c PCM buffer muting doesn't seem benificial for wm8978 so turn it off. 2008-05-05 14:52:07 +00:00
pcmbuf.h
playback.c Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have removed it. Also add mine in playback.c, alongside Slasheri's. 2008-05-05 09:40:22 +00:00
playback.h Accept FS#6188: study mode. 2008-05-04 13:47:58 +00:00
playlist.c When saving a .m3u8 playlist, include a byte order mark (BOM), as some applications require it. 2008-06-24 20:44:45 +00:00
playlist.h Const police raid. 2008-05-12 17:52:50 +00:00
playlist_catalog.c total removal of gui_textarea. The only thing using the text_message struct is the yesno screen so move its definition to yesno.h 2008-05-29 11:13:46 +00:00
playlist_catalog.h Const police raid. 2008-05-12 17:52:50 +00:00
playlist_menu.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
playlist_viewer.c Const police raid. 2008-05-12 17:52:50 +00:00
playlist_viewer.h Const police raid. 2008-05-12 17:52:50 +00:00
plugin.c pictureflow update: 2008-06-24 10:20:22 +00:00
plugin.h pictureflow update: 2008-06-24 10:20:22 +00:00
README
root_menu.c FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playback Settings optiona and removed duplicate options. 2008-05-22 08:02:48 +00:00
root_menu.h
screen_access.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
screen_access.h FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
screens.c A bit of code police... 2008-05-23 21:43:40 +00:00
screens.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
scrobbler.c Remove racy call to unregister_ata_idle_func and remove unnecessary check before calling register_ata_idle_func. Should fix FS#8993 - Freeze on shutting down. 2008-05-28 18:12:13 +00:00
scrobbler.h
settings.c commit FS#9027 - conditional viewports 2008-06-23 06:04:17 +00:00
settings.h Gigabeat F/X: 2008-05-29 21:27:44 +00:00
settings_list.c fix some whitespace 2008-06-07 09:17:20 +00:00
settings_list.h
sound_menu.h Updated recording trigger screen (seems to be a feature almost noone uses?) 2008-05-28 10:55:39 +00:00
SOURCES initial Meizu M6SL port (take 2) 2008-06-27 23:24:34 +00:00
status.c
status.h
tagcache.c Make sure a temporary file does not exists preventing the database re-initialization. 2008-06-04 19:27:11 +00:00
tagcache.h Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c 2008-05-03 16:23:37 +00:00
tagnavi.config
tagtree.c Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use 2008-05-01 10:13:12 +00:00
tagtree.h
talk.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
talk.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
tree.c Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines 2008-05-29 20:32:39 +00:00
tree.h
version.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
voice_thread.c
voice_thread.h

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