1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Jonathan Gordon cafffb5b65 FS#5809:
add playback menu to text editor, 
make the filename saving in rockpaint a bit better, automatically adds .bmp if its not there


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13993 a1c6a512-1295-4272-9138-f99709370657
2007-07-26 08:04:28 +00:00
..
bitmaps woops, fix the colour on the icons which are still black 2007-07-21 14:07:04 +00:00
codecs Fix overflow in noise coding. Greatly improves sound quality of some low bitrate files 2007-07-25 02:34:21 +00:00
eqs
gui Oops, forgot to trim down the lines before my previous commit. 2007-07-25 14:24:49 +00:00
keymaps Use the multi-screen api in the usb and time screens 2007-07-15 10:30:11 +00:00
lang Opps fixed some e200 qnd h10 entries. 2007-07-25 13:10:43 +00:00
menus Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
metadata MP4: Fix a sign error preventing some files from playing (e.g., if tagged by MusicBrainz). 2007-07-24 20:40:10 +00:00
player
plugins FS#5809: 2007-07-26 08:04:28 +00:00
recorder remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
abrepeat.c
abrepeat.h
action.c Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
action.h Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
alarm_menu.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
alarm_menu.h
applimits.h
audio_path.c
bookmark.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
bookmark.h
codecs.c
codecs.h
cuesheet.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
cuesheet.h
debug_menu.c Remove the hack which read the ipod hardware revision from flash in the bootloader and passed it to Rockbox via a fixed address in SDRAM. Rockbox now remaps flash and so can just read the value itself. Also clean up the debug menu a little - only display the hw revision for ipods, and add the lcd_type variable to indicate the type of LCD (0 or 1) for ipod Color/Photo. 2007-07-25 13:12:38 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
FILES add reversi sources to tarball. 2007-07-05 16:28:15 +00:00
filetree.c Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
filetree.h
filetypes.c Increase filetypes array a bit more to give headroom... 2007-07-05 20:02:09 +00:00
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c Oops...that wasn't suppose to get left there. :P 2007-07-05 07:16:28 +00:00
Makefile
menu.c Fix the text for settings which have a different title than what is shown in the menu (i.e scroll options) 2007-07-23 05:40:45 +00:00
menu.h
metadata.c
metadata.h
misc.c Fix a bug that would cause a hang when shutting down from the recording screen during prerecording. 2007-07-25 02:15:04 +00:00
misc.h
onplay.c Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
onplay.h
pcmbuf.c
pcmbuf.h
playback.c Fix problem where follow playlist picks the next track, not the current one (FS#7244). Hopefully also fixes the wrong filename being displayed on the WPS (FS#7248). 2007-07-06 20:49:40 +00:00
playback.h
playlist.c Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
playlist.h
playlist_catalog.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
playlist_catalog.h
playlist_menu.h
playlist_viewer.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
playlist_viewer.h
plugin.c fixed yellow, forgot to increase the plugin API version 2007-07-25 10:08:51 +00:00
plugin.h Correct plugin API versions, thanks to scorche. 2007-07-25 10:44:12 +00:00
README
root_menu.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
root_menu.h
screen_access.c Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify 2007-07-25 09:38:55 +00:00
screen_access.h Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify 2007-07-25 09:38:55 +00:00
screens.c Prevent statusbar from flickering in the 'Set Time/Date' screen 2007-07-24 20:22:23 +00:00
screens.h ifdef out charging screen for targets that do not use it, + minor cleaning 2007-07-08 15:32:56 +00:00
scrobbler.c
scrobbler.h
settings.c Rearrange and cleanup settings code 2007-07-11 05:41:23 +00:00
settings.h Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
settings_list.c Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
settings_list.h
sound_menu.h
SOURCES
status.c
status.h
tagcache.c Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
tagcache.h Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
tagnavi.config
tagtree.c Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
tagtree.h
talk.c
talk.h
tree.c Fix the bug where holding left no longer stopped at the browser root. 2007-07-25 12:37:09 +00:00
tree.h
version.h

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