rockbox/apps
Amaury Pouly 5f7d612f17 Update french translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31042 a1c6a512-1295-4272-9138-f99709370657
2011-11-22 18:40:07 +00:00
..
bitmaps Add the ability to create a prefilled struct bitmap along with generated images. 2011-11-13 15:37:16 +00:00
codecs Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
eqs
gui Fix the charcell compile error and rmeove an unused #define 2011-11-21 10:08:34 +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 Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
lang Update french translation 2011-11-22 18:40:07 +00:00
menus Rename global_settings member glyphs to glyphs_to_cache and add descriptive comment. 2011-11-20 15:41:17 +00:00
metadata More de-tabification 2011-10-08 14:24:17 +00:00
player
plugins Fix file descriptor leak. Thanks to Ophir Lojkine for spotting. 2011-11-16 22:25:10 +00:00
radio Get rid of a really annoying #ifdef line to check if backdrop support should be enabled 2011-11-19 13:46:25 +00:00
recorder Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
abrepeat.c
abrepeat.h
action.c Use the timeout api for the gui boost implementation. This ensures that the CPU will be unboosted after the defined timeout, the former implementation could stay boosted in several situations. 2011-11-13 18:00:28 +00:00
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 Bookmarking no longer need worry about inability to speak while paused on SWCODEC. 2011-08-21 21:21:40 +00:00
bookmark.h
buffering.c
buffering.h
codec_thread.c Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable. 2011-09-01 07:32:07 +00:00
codec_thread.h Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable. 2011-09-01 07:32:07 +00:00
codecs.c Submit parts of FS#12189 regarding codec API. Replaces access to global settings with a dedicated function to determine if the current track shall be looped. Used by several synthesizer codecs. 2011-08-30 19:40:09 +00:00
codecs.h Submit parts of FS#12189 regarding codec API. Replaces access to global settings with a dedicated function to determine if the current track shall be looped. Used by several synthesizer codecs. 2011-08-30 19:40:09 +00:00
core_asmdefs.c
cuesheet.c Change the cuesheet fix from r30359 to have a minor binsize increase on SH1. 2011-08-26 16:46:23 +00:00
cuesheet.h
debug_menu.c Remove sim_tasks from the sdl application build. 2011-11-17 19:52:59 +00:00
debug_menu.h FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
dsp.c Make local functions and variables static where possible 2011-11-03 23:32:49 +00:00
dsp.h Clean up compressor setting code 2011-10-05 04:44:56 +00:00
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 Finally commit FS#5111 - piezo clicker for ipods! 2011-11-16 10:25:43 +00:00
filetree.c Update filetree.c to use global_settings.glyphs_to_cache 2011-11-20 18:03:39 +00:00
filetree.h
filetypes.c Fix file descriptor double close(): 2011-10-02 20:04:44 +00:00
filetypes.h
fixedpoint.c
fixedpoint.h
fracmul.h
iap.c IAP: use a state machine for handling iap packets, based on FS#12135 2011-09-25 12:19:33 +00:00
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c skinengine: Rework skin loading so skins can be un/loaded individually. This also means that loading a .cfg which doesnt change themes shouldnt have them reloaded 2011-11-21 10:02:23 +00:00
menu.c FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
menu.h FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
metadata.c Extension entries need an extra nul byte. 2011-08-14 11:23:01 +00:00
metadata.h Redo 30225 differently to not break the audio formats order for skins. 2011-08-14 11:18:03 +00:00
misc.c Change the "keyclick repeat" setting behaviour so when it is off only the *first* repeat will click. 2011-11-16 11:05:46 +00:00
misc.h FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
mp3data.c GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. 2011-08-14 15:13:00 +00:00
mp3data.h GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. 2011-08-14 15:13:00 +00:00
mpeg.c Buflib: Make shrinking and buflib_available() smarter. 2011-11-17 17:55:02 +00:00
mpeg.h
onplay.c FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
onplay.h FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
pcmbuf.c Do a bandaid fix for the moment to address FS#12250 : Playback freezes when using speed or pitch change. Task should remain open for now since this is just a brute force buffer increase rather than (re)endowing the DSP with the expected behavior. 2011-09-30 06:46:19 +00:00
pcmbuf.h Commit work started in FS#12153 to put timing/position information in PCM 2011-08-28 07:45:35 +00:00
playback.c Simulate usb plugging on the sim better using sim_tasks. 2011-11-17 18:40:00 +00:00
playback.h Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it. 2011-09-01 12:15:43 +00:00
playlist.c Simulate usb plugging on the sim better using sim_tasks. 2011-11-17 18:40:00 +00:00
playlist.h GSoC/Buflib: Enable compaction in buflib. 2011-08-30 14:01:45 +00:00
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c Add an option to shuffle the playlist in the playlist viewer 2011-09-17 09:29:19 +00:00
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 FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
root_menu.h FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
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 Buflib: Clarification about invalid handles 2011-09-07 23:16:29 +00:00
scrobbler.h
settings.c Rename global_settings member glyphs to glyphs_to_cache and add descriptive comment. 2011-11-20 15:41:17 +00:00
settings.h skinengine: Rework skin loading so skins can be un/loaded individually. This also means that loading a .cfg which doesnt change themes shouldnt have them reloaded 2011-11-21 10:02:23 +00:00
settings_list.c skinengine: Rework skin loading so skins can be un/loaded individually. This also means that loading a .cfg which doesnt change themes shouldnt have them reloaded 2011-11-21 10:02:23 +00:00
settings_list.h
shortcuts.c FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
shortcuts.h FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
sound_menu.h
SOURCES Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
status.c
status.h
tagcache.c Simulate usb plugging on the sim better using sim_tasks. 2011-11-17 18:40:00 +00:00
tagcache.h GSoC/Buflib: Enable compaction in buflib. 2011-08-30 14:01:45 +00:00
tagnavi.config
tagtree.c GSoC/Buflib: Enable compaction in buflib. 2011-08-30 14:01:45 +00:00
tagtree.h GSoC/Buflib: Enable compaction in buflib. 2011-08-30 14:01:45 +00:00
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 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. 2011-08-14 15:13:00 +00:00
tdspeed.c GSoC/Buflib: Enable compaction in buflib. 2011-08-30 14:01:45 +00:00
tdspeed.h GSoC/Buflib: Enable compaction in buflib. 2011-08-30 14:01:45 +00:00
tree.c FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
tree.h FS#12251 - User shortcuts in the main menu. 2011-11-15 13:22:02 +00:00
usb_keymaps.c
usb_keymaps.h
voice_thread.c Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable. 2011-09-01 07:32:07 +00:00
voice_thread.h Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable. 2011-09-01 07:32:07 +00:00

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