rockbox/apps
Tomer Shalev bb20b6c4c3 Cowon D2: Map ACTION_WPS_BROWSE to BUTTON_MINUS|BUTTON_POWER because you sometimes hit it by accident when turning off hold feature.
Suggested by Bkd11 in the Cowon D2 forum thread.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24052 a1c6a512-1295-4272-9138-f99709370657
2009-12-17 18:04:17 +00:00
..
bitmaps
codecs
eqs
gui
keymaps
lang
menus
metadata
player
plugins Mosaic: Add Cowon D2 keymaps, and update manual 2009-12-17 17:28:27 +00:00
recorder
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make
audio_path.c
bookmark.c
bookmark.h
buffering.c
buffering.h
codec_thread.c
codec_thread.h
codecs.c mpeg.h/c cleanup 2009-11-16 22:02:06 +00:00
codecs.h
core_asmdefs.c
cuesheet.c
cuesheet.h
debug_menu.c
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h FS#8894 - Add time stretching feature to all SWCODEC targets - the current algorithm is best for spoken word. 2009-06-12 07:20:50 +00:00
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
filetree.c
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
menu.c
menu.h
metadata.c
metadata.h
misc.c Add a simple sanity check before checking for changed binary. 2009-11-25 23:18:53 +00:00
misc.h
mp3data.c
mp3data.h
mpeg.c
mpeg.h
onplay.c
onplay.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
plugin.c
plugin.h
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
replaygain.c FS#10080 2009-07-14 13:57:45 +00:00
replaygain.h
root_menu.c
root_menu.h root_menu() can't return, tell gcc about it 2009-11-03 12:20:54 +00:00
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c
settings.h
settings_list.c
settings_list.h Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
sound_menu.h
SOURCES
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h Move enum table into tagtree.c as it's not used elsewhere and switch to uppercase for its constants as per docs/CONTRIBUTING. 2009-05-30 16:10:34 +00:00
talk.c
talk.h
tdspeed.c
tdspeed.h
tree.c Fix FS#10289 - screens showing a list need to check the show_icons setting before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice) 2009-12-16 08:36:46 +00:00
tree.h
usb_keymaps.c
usb_keymaps.h
version.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
voice_thread.c Use cookies for thread identification instead of pointers directly which gives a buffer against wrongly identifying a thread when the slot is recycled (which has been nagging me for awhile). A slot gets 255 uses before it repeats. Everything gets incompatible so a full update is required. 2008-12-10 08:57:10 +00:00
voice_thread.h

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