rockbox/apps
Jonathan Gordon 2438d7881a redo the previous commit so its actually useful.
if the callback returns ACTION_STD_CANCEL when the user presses ACTION_STD_OK the simple list will exit and set the selection. Otherwise, when ACTION_STD_CANCEL happens the selection will be set to -1


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18641 a1c6a512-1295-4272-9138-f99709370657
2008-09-25 08:12:25 +00:00
..
bitmaps FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100). 2008-05-05 12:05:00 +00:00
codecs Opening function brace style police. 2008-09-23 09:23:32 +00:00
eqs
gui redo the previous commit so its actually useful. 2008-09-25 08:12:25 +00:00
keymaps Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. 2008-09-22 19:15:18 +00:00
lang fix the button on the "X to abort " splash for the gigabeat f/s 2008-09-24 07:41:43 +00:00
menus Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. 2008-09-24 20:03:53 +00:00
metadata Print a helpful error in the sim for usupported formats in Ogg containers (f.e. Ogg/FLAC) 2008-09-24 17:43:10 +00:00
player Make local function static and add missing #includes for Archos player 2008-09-12 21:11:06 +00:00
plugins Slight clean up of splash calls, use HZ instead of explicit numbers 2008-09-24 17:48:10 +00:00
recorder Fix broken h1x0 sim build by providing a stub for pcm_sample_rate() 2008-08-20 22:57:02 +00:00
abrepeat.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
abrepeat.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
action.c Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
action.h Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
alarm_menu.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
alarm_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
applimits.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
audio_path.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
bookmark.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
bookmark.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
buffering.c Add handle values to the buffering LOGFQUEUE messages for easier debugging. 2008-07-18 23:42:47 +00:00
buffering.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
codecs.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
codecs.h The codec API was changed in r18121 in a backwards incompatible way, but the necessary API version bumps were omitted. 2008-08-16 09:35:35 +00:00
cuesheet.c Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. 2008-09-24 20:03:53 +00:00
cuesheet.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
debug_menu.c Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged. 2008-09-14 20:33:24 +00:00
debug_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp.c Something horrible happened with binsize, so revert FS#8894 completely (for now). 2008-09-08 09:00:41 +00:00
dsp.h Something horrible happened with binsize, so revert FS#8894 completely (for now). 2008-09-08 09:00:41 +00:00
dsp_arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp_asm.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp_cf.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
enc_config.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
enc_config.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq_arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq_cf.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
features.txt Display the expected album art size in the info screen 2008-09-23 11:20:08 +00:00
filetree.c workaround for FS#8748 (possibly others) where playback might freeze or get confused if you try starting a new playlist when party mode is enabled. 2008-08-19 11:55:30 +00:00
filetree.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
filetypes.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
filetypes.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
keyboard.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
language.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
language.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
logfdisp.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
logfdisp.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
main.c Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
Makefile Try making binsize smaller and fix pointer problem 2008-05-17 15:51:49 +00:00
menu.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
metadata.c Ogg and Speex have the same metadata handling function so use the same case for both. 2008-07-26 20:11:58 +00:00
metadata.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
misc.c Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 2008-08-29 21:08:38 +00:00
misc.h Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to misc.c (they are not used outside misc.c, so don't need to be in the .h), plus always include misc.h in misc.c (not needed to fix checkwps, but good practice), and add unistd.h when __PCTOOL_ is defined. 2008-08-28 12:49:38 +00:00
onplay.c Used correct voice messages for some splash screens. 2008-09-11 20:13:02 +00:00
onplay.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcmbuf.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcmbuf.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playback.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playback.h Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
playlist.c Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. 2008-09-24 20:03:53 +00:00
playlist.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_catalog.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playlist_catalog.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_viewer.c Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
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 Use the correct #ifdefs for the added kernel objects. 2008-09-23 09:59:06 +00:00
plugin.h Use the correct #ifdefs for the added kernel objects. 2008-09-23 09:59:06 +00:00
README
root_menu.c Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. 2008-09-24 20:03:53 +00:00
root_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
screen_access.c Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
screen_access.h Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
screens.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
screens.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
scrobbler.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
scrobbler.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
settings.c Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. 2008-09-24 20:03:53 +00:00
settings.h more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status. 2008-09-21 14:19:18 +00:00
settings_list.c more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status. 2008-09-21 14:19:18 +00:00
settings_list.h more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status. 2008-09-21 14:19:18 +00:00
sound_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
SOURCES Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. 2008-09-22 19:15:18 +00:00
status.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
status.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
tagcache.c Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also. 2008-08-29 21:14:58 +00:00
tagcache.h Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also. 2008-08-29 21:14:58 +00:00
tagnavi.config Change heading on database root for consistency. 2008-01-07 12:16:50 +00:00
tagtree.c dont let the database create a new playlist when party mode is on. (fixes FS#8292) 2008-08-19 12:05:01 +00:00
tagtree.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
talk.c talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
talk.h talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
tree.c Fix FS#9352 - allow .talk clips for single-character filenames. 2008-09-02 08:15:44 +00:00
tree.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
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 Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
voice_thread.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00

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