1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Dave Chapman d8d68c9fa2 iPod: Don't build Bejeweled and Sudoku for the Nano - they need adjusting for the LCD size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8235 a1c6a512-1295-4272-9138-f99709370657
2005-12-14 09:54:35 +00:00
..
codecs
gui Patch #1379076 by Stephan Wezel - reduce the ticking problem a bit 2005-12-13 00:38:53 +00:00
lang small update to the italian language file by Alessio Lenzi 2005-12-09 11:12:29 +00:00
player Code cleanup. 2005-12-07 07:15:16 +00:00
plugins iPod: Don't build Bejeweled and Sudoku for the Nano - they need adjusting for the LCD size 2005-12-14 09:54:35 +00:00
recorder waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
tagdb
abrepeat.c
abrepeat.h
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c fix previous fix.. damn 2005-12-07 09:14:58 +00:00
bookmark.h
codecs.c iPod: current_tick is now a variable, so we can export it via the plugin and codec APIs 2005-12-12 14:05:14 +00:00
codecs.h iPod: current_tick is now a variable, so we can export it via the plugin and codec APIs 2005-12-12 14:05:14 +00:00
database.c Big Code Police raid. Pretty pretty please, we do no macrofy simple 2005-12-05 23:37:14 +00:00
database.h
dbtree.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
dbtree.h
debug_menu.c
debug_menu.h
dsp.c
dsp.h
FILES
filetree.c don't display the WPS after loading, it made rockbox crash with some WPS' 2005-12-09 01:11:14 +00:00
filetree.h
filetypes.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
filetypes.h kill gcc4 warnings 2005-12-05 22:44:42 +00:00
keyboard.h
language.c don't load the language file into the buffer untill we know it is not too big and of the right version (files can now be 3 bytes bigger ;-) 2005-12-06 00:44:57 +00:00
language.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
logfdisp.c
logfdisp.h
main.c Now define SETTINGS_RESET if we have a button to reset settings during 2005-12-07 12:35:54 +00:00
main_menu.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
main_menu.h
Makefile Adjusted the decompressor work to build a compressed image for the Archos 2005-12-05 21:56:56 +00:00
menu.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
menu.h
metadata.c waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
metadata.h
misc.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
misc.h
onplay.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
onplay.h
options.h
pcm_recording.c
pcmbuf.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
pcmbuf.h
playback.c waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
playback.h
playlist.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
playlist.h
playlist_menu.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
playlist_menu.h
playlist_viewer.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
playlist_viewer.h
plugin.c iPod: current_tick is now a variable, so we can export it via the plugin and codec APIs 2005-12-12 14:05:14 +00:00
plugin.h iPod: current_tick is now a variable, so we can export it via the plugin and codec APIs 2005-12-12 14:05:14 +00:00
README
screen_access.c
screen_access.h
screens.c Use the abstract SETTINGS_ defines instead of the target-specific BUTTON_ defines for the time/date settings screen - in preparation for H300/iPod RTC support 2005-12-10 12:59:54 +00:00
screens.h
settings.c don't display the WPS after loading, it made rockbox crash with some WPS' 2005-12-09 01:11:14 +00:00
settings.h Use the abstract SETTINGS_ defines instead of the target-specific BUTTON_ defines for the time/date settings screen - in preparation for H300/iPod RTC support 2005-12-10 12:59:54 +00:00
settings_menu.c waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
settings_menu.h
sleeptimer.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
sleeptimer.h
sound_menu.c Simplified and uniform volume handling: * Volume setting in dB on all targets, within the 'natural' range defined by the respective DAC (limited to -100..+12 dB for archos Recorders and Ondios in order to avoid 4 chars being displayed in the status bar). 0 dB means line level on all targets. * No more artificial volume limiting for Iriver and Player, settings always represent true values. Removed the various sound scaling options. * Bumped config version so save your settings. Also make sure to adjust the volume after loading a .cfg, then save the .cfg again, otherwise the volume will be out of range (a flaw in the .cfg loader). 2005-12-07 23:07:07 +00:00
sound_menu.h
SOURCES
status.c
status.h
talk.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
talk.h
tree.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
tree.h
version.h

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