rockbox/apps
2006-04-16 00:59:41 +00:00
..
bitmaps
codecs Put new_track on the codec_api, and use it instead of the reload_codec variable in most places. Should help with problems people have had with GUI vs. playback sync. 2006-04-15 02:03:11 +00:00
gui Readjusted quickscreen code so that it now actually scales to larger LCDs. Get rid of 'left_right_text' argument - this also means that 'scroll bar' and 'status bar' look better in some languages. 2006-04-11 06:38:10 +00:00
lang
player
plugins Disable some unused code (code used in network play) to bring the plugin size back down to under 512KB on the ipod video - more work needs to be done to further decrease the plugin size. 2006-04-16 00:59:41 +00:00
recorder
tagdb Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds. 2006-02-28 23:56:44 +00:00
abrepeat.c
abrepeat.h
action.h Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu. 2005-06-23 01:31:26 +00:00
alarm_menu.c
alarm_menu.h
applimits.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
bookmark.c
bookmark.h
codecs.c
codecs.h
database.c
database.h (in theory) more efficient (battery wise) runtime database code. 2005-07-03 21:08:16 +00:00
dbtree.c
dbtree.h
debug_menu.c
debug_menu.h
dsp.c
dsp.h
dsp_asm.h
dsp_cf.S New crossfeed complete with no volume reducing bugs. Feedback on all the 2006-04-11 13:49:05 +00:00
eq.c
eq.h New crossfeed complete with no volume reducing bugs. Feedback on all the 2006-04-11 13:49:05 +00:00
eq_arm.S EQ filtering code for ARM targets. 2006-02-01 00:04:55 +00:00
eq_cf.S
eq_menu.c
eq_menu.h
FILES
filetree.c
filetree.h Repaired broken resume 2005-01-18 22:50:47 +00:00
filetypes.c Upped the number of allowed filetypes for archos to get rid of the 'filetypes array' full' error msg. filetypes.c really needs fixing. 2006-04-02 11:58:25 +00:00
filetypes.h
keyboard.h
language.c
language.h Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. 2006-04-01 13:36:33 +00:00
logfdisp.c
logfdisp.h Added logfdump - that writes the internal logf log to .rockbox/logf.txt 2005-06-01 13:07:37 +00:00
main.c Use sysfont for the "committing tagcache" message. 2006-04-13 21:20:13 +00:00
main_menu.c
main_menu.h Patch #1272052 by Henrik Backe - Move credits to a plugin 2005-09-02 05:39:09 +00:00
Makefile
menu.c
menu.h
metadata.c
metadata.h
misc.c First attempt at generating and using .h files from bitmaps using bmp2rb. The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core. 2006-02-21 01:23:30 +00:00
misc.h
onplay.c
onplay.h
options.h
pcm_recording.c
pcmbuf.c
pcmbuf.h Fix some of the voice and beep bugs that people have noticed since my new pcmbuf code went in, reduce code duplication, and improve performance while I'm at it 2006-02-22 01:56:44 +00:00
playback.c
playback.h Ensure that the buffer doesn't get out of sync on rebuffer track changes. Remove the concept of pcmuf_boost_mode as it doesn't seem necessary, and adds an unnecessary way for the CPU to stay boosted. 2006-04-13 17:30:54 +00:00
playlist.c
playlist.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h
README
screen_access.c
screen_access.h
screens.c
screens.h Pitch screen now accessible from the WPS context menu for all targets. This means pitch adjustment is now available on the iPods and iAudio X5. 2006-03-22 02:18:44 +00:00
settings.c
settings.h New crossfeed complete with no volume reducing bugs. Feedback on all the 2006-04-11 13:49:05 +00:00
settings_menu.c
settings_menu.h Move the 'manage settings' option onto the main menu 2005-07-04 09:24:31 +00:00
sound_menu.c
sound_menu.h
SOURCES Initial version of tagcache! There are still some bugs in the engine 2006-03-26 11:33:42 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config Forgot to commit the browser configuration file. 2006-04-04 19:33:19 +00:00
tagtree.c Proper chunked browsing support when dirbuffer limit is reached. 2006-04-15 13:57:15 +00:00
tagtree.h Proper chunked browsing support when dirbuffer limit is reached. 2006-04-15 13:57:15 +00:00
talk.c
talk.h Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. 2006-04-01 13:36:33 +00:00
tree.c
tree.h
version.h

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