1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
2010-07-26 11:15:25 +00:00
..
bitmaps Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
codecs libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, drop the add_bias argument for the vector_fixmul_window function, since it was always 0 2010-07-26 11:15:25 +00:00
eqs
gui Move some gcc extensions to new gcc_extensions.h header 2010-07-25 14:44:29 +00:00
keymaps HD200 - add remote keymap 2010-07-06 16:20:38 +00:00
lang Update Chinese (simple) translation - FS #11489 by Purling Nayuki 2010-07-19 21:26:47 +00:00
menus Use browse_folder() for browsing eq presets and languages. 2010-07-25 18:28:42 +00:00
metadata aiff metadata: fix format string (%zd for size_t) 2010-07-26 09:04:38 +00:00
player
plugins Replace remaining printf in midi plugin (fix yellow/red) 2010-07-25 19:47:07 +00:00
radio Fix FS#11497 - switching from a .cue to fm would show the cuesheet bars on the frequency bar thingy 2010-07-26 08:43:01 +00:00
recorder s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/ 2010-07-24 10:51:58 +00:00
abrepeat.c
abrepeat.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
action.c Touchregion support for the Base Skin and FM Skins. display obviously needs to be in stylus mode for this to work. Just about all screens should be mostly useable if your sbs has the next/prev/select/cancel/menu regions defined. 2010-06-21 06:04:19 +00:00
action.h ACTION_FM_QUICKSCREEN is unused 2010-06-18 22:42:40 +00:00
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make Prettier genlang-features output. Use the same style for max_language_size.h. 2010-07-17 15:33:35 +00:00
audio_path.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
bookmark.c Even more readable code 2010-07-07 17:30:53 +00:00
bookmark.h Rename functions so that the code is easier to read 2010-07-06 16:53:52 +00:00
buffering.c Remove some redundant #include's 2010-06-29 20:13:22 +00:00
buffering.h
codec_thread.c
codec_thread.h
codecs.c Simulator: build recording code 2010-07-04 13:37:52 +00:00
codecs.h Move some gcc extensions to new gcc_extensions.h header 2010-07-25 14:44:29 +00:00
core_asmdefs.c
cuesheet.c Change cuesheet handling so the id3 info is not spoofed anymore. If something wants the subtracks info it is easy to get to. This makes next track display in the skins show the next subtrack if we are in a cuesheet 2010-06-06 06:28:40 +00:00
cuesheet.h Change cuesheet handling so the id3 info is not spoofed anymore. If something wants the subtracks info it is easy to get to. This makes next track display in the skins show the next subtrack if we are in a cuesheet 2010-06-06 06:28:40 +00:00
debug_menu.c Rockbox as an application: Fix a few yellows 2010-07-25 17:07:56 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
dsp_arm_v6.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
eq_cf.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
features.txt Manual - Recording source settings description: replace target options with the correct features (needs one more in features.txt). Correct(s) wrong list of options in some manuals (e.g. Gigabeat S) at the same time. 2010-07-25 00:27:07 +00:00
filetree.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
filetree.h
filetypes.c close the viewers.config file fd 2010-06-21 14:24:38 +00:00
filetypes.h
fixedpoint.c Improve accuracy of NR-based fp_sqrt with better initial estimation and using one more bit internally. More reliable early termination. Good enough until better method is completed. 2010-06-08 04:51:00 +00:00
fixedpoint.h
fracmul.h
iap.c
keyboard.h
language.c make language array initialized correctlly with builtin strings when loading .lng file. 2010-07-11 15:10:01 +00:00
language.h
logfdisp.c
logfdisp.h
main.c Rockbox as an application: Fix a few yellows 2010-07-25 17:07:56 +00:00
menu.c do not redraw menu when exiting the menu. 2010-07-11 14:04:34 +00:00
menu.h FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match. 2010-05-09 02:02:51 +00:00
metadata.c
metadata.h
misc.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
misc.h
mp3data.c
mp3data.h
mpeg.c Change cuesheet handling so the id3 info is not spoofed anymore. If something wants the subtracks info it is easy to get to. This makes next track display in the skins show the next subtrack if we are in a cuesheet 2010-06-06 06:28:40 +00:00
mpeg.h
onplay.c Rename functions so that the code is easier to read 2010-07-06 16:53:52 +00:00
onplay.h FS#11270 by Chris Savery - WPS integration for pictureflow 2010-06-09 04:25:41 +00:00
pcmbuf.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
pcmbuf.h
playback.c playback.c: don't assume cacheline size is 16 bytes 2010-06-23 04:34:18 +00:00
playback.h
playlist.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c Missed one. 2010-07-24 10:53:58 +00:00
plugin.h Move some gcc extensions to new gcc_extensions.h header 2010-07-25 14:44:29 +00:00
README
replaygain.c
replaygain.h Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. 2008-10-15 06:38:51 +00:00
root_menu.c fix a fun infinite loop when follow playlist is on and you started playback from PF and stopped it inside the WPS 2010-06-09 09:41:16 +00:00
root_menu.h FS#11270 by Chris Savery - WPS integration for pictureflow 2010-06-09 04:25:41 +00:00
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
scrobbler.h
settings.c Fix potential buffer overflow. 2010-07-26 00:06:06 +00:00
settings.h Rewrite set_file() to be smaller and better readable, and a comment describing what it does. 2010-07-25 22:45:57 +00:00
settings_list.c Provide the option to automatically update existing bookmark files on stop, without creating ones that don't already exist. 2010-07-05 16:39:00 +00:00
settings_list.h
sound_menu.h
SOURCES Simulator: build recording code 2010-07-04 13:37:52 +00:00
status.c
status.h Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
tagcache.c Properly initialize tagcache headers when doing commit() during 2010-07-18 18:17:47 +00:00
tagcache.h
tagnavi.config
tagtree.c
tagtree.h FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
talk.c
talk.h
tdspeed.c
tdspeed.h
tree.c Move the array to where it belongs 2010-07-25 16:57:36 +00:00
tree.h
usb_keymaps.c
usb_keymaps.h
voice_thread.c
voice_thread.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00

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