rockbox/apps
Peter D'Hoye 8412ced75f update Dutch langfile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30947 a1c6a512-1295-4272-9138-f99709370657
2011-11-09 20:52:42 +00:00
..
bitmaps Sansa clip zip: fix colours of icons, logos, album art 2011-10-29 22:36:47 +00:00
codecs Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
eqs
gui Adapt icon and skin engine to make use of the new 32bit bitmap capabilities. 2011-11-08 21:39:28 +00:00
hosted/android Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
keymaps Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801. 2011-11-03 11:53:02 +00:00
lang update Dutch langfile 2011-11-09 20:52:42 +00:00
menus Fix FS#12356 : next track advances when skip in repeat one mode. audio_flush_and_reload_track wasn't called when the setting changed from the playback menu. 2011-10-29 20:41:20 +00:00
metadata More de-tabification 2011-10-08 14:24:17 +00:00
player
plugins Fix assembler .size directives. Currently used binutils don't complain, but 2.21.1 treats these as errors. 2011-11-09 19:20:33 +00:00
radio Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
recorder Fix warning on mrobe100. 2011-11-08 22:34:35 +00:00
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
alarm_menu.h
appevents.h
applimits.h
apps.make
audio_path.c
beep.c
bookmark.c
bookmark.h
buffering.c
buffering.h
codec_thread.c
codec_thread.h
codecs.c
codecs.h
core_asmdefs.c
cuesheet.c
cuesheet.h
debug_menu.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
debug_menu.h
dsp.c Make local functions and variables static where possible 2011-11-03 23:32:49 +00:00
dsp.h
dsp_arm.S
dsp_arm_v6.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
filetree.c Redo r30826 (and hopefully not reintroduce font issues) which cleans up the font API. FONT_UI is deprecated, use screens[screen].getuifont() instead (and .setuifont() to set it after a font has been loaded) 2011-11-08 10:09:33 +00:00
filetree.h
filetypes.c
filetypes.h
fixedpoint.c
fixedpoint.h
fracmul.h
iap.c
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c Add pcm_rec_init() to the sim's init. 2011-10-26 18:28:45 +00:00
menu.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
menu.h Remake the sleep timer menu item, so that selecting it while the timer is running 2011-10-17 18:57:44 +00:00
metadata.c
metadata.h
misc.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
misc.h
mp3data.c
mp3data.h
mpeg.c Fix warning and typos. 2011-11-06 12:07:33 +00:00
mpeg.h
onplay.c Fix FS#12357 - New backdrop not displayed after set backdrop from context menu 2011-10-28 17:09:38 +00:00
onplay.h
pcmbuf.c
pcmbuf.h
playback.c Fix warning and typos. 2011-11-06 12:07:33 +00:00
playback.h
playlist.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c - Fix some reds by implementing lcd_get_dpi(). 2011-10-17 18:28:35 +00:00
plugin.h Add new lcd_bmp and lcd_bmp_part APIs. 2011-11-08 21:34:46 +00:00
README
replaygain.c
replaygain.h
root_menu.c Sleep timer options: persistent duration and start on boot. 2011-10-17 18:57:38 +00:00
root_menu.h
screen_access.c Add new lcd_bmp and lcd_bmp_part APIs. 2011-11-08 21:34:46 +00:00
screen_access.h Add new lcd_bmp and lcd_bmp_part APIs. 2011-11-08 21:34:46 +00:00
screens.c Missed two spots. 2011-10-15 19:47:59 +00:00
screens.h
scrobbler.c
scrobbler.h
settings.c Redo r30826 (and hopefully not reintroduce font issues) which cleans up the font API. FONT_UI is deprecated, use screens[screen].getuifont() instead (and .setuifont() to set it after a font has been loaded) 2011-11-08 10:09:33 +00:00
settings.h Sleep timer options: persistent duration and start on boot. 2011-10-17 18:57:38 +00:00
settings_list.c Revert swap channel feature as we're presently in a feature freeze. I'll recommit after the release is branched. 2011-10-26 18:37:50 +00:00
settings_list.h
sound_menu.h
SOURCES Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801. 2011-11-03 11:53:02 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow. 2011-11-06 14:25:33 +00:00
talk.h
tdspeed.c
tdspeed.h
tree.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
tree.h
usb_keymaps.c
usb_keymaps.h
voice_thread.c
voice_thread.h

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