rockbox/apps
Jens Arnold 2adfd88965 Adapted to new grayscale framework
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4712 a1c6a512-1295-4272-9138-f99709370657
2004-06-02 23:54:18 +00:00
..
lang Voiced new onplay menu entry 2004-05-23 09:03:19 +00:00
neo Fixed build errors 2004-05-21 20:28:33 +00:00
player Plugin/file type association system. Patch #879411 by Henrik Backe 2004-05-21 20:08:24 +00:00
plugins Adapted to new grayscale framework 2004-06-02 23:54:18 +00:00
recorder Plugin/file type association system. Patch #879411 by Henrik Backe 2004-05-21 20:08:24 +00:00
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c Another lcd_setmargin fix for bookmark select. 2004-04-21 19:06:48 +00:00
bookmark.h
credits.c
credits.h
credits.pl
debug_menu.c Added cluster size to the disk debug screen 2004-04-06 00:17:02 +00:00
debug_menu.h
FILES Added viewers.config 2004-05-24 09:52:27 +00:00
filetypes.c Fixed bug in .rock extension check when scanning plugins 2004-05-27 01:43:23 +00:00
filetypes.h Plugin/file type association system. Patch #879411 by Henrik Backe 2004-05-21 20:08:24 +00:00
keyboard.h
language.c
language.h
main.c The USB monitoring started before the ATA thread, leading to badness when Rockbox was started from flash with the USB cable inserted 2004-05-21 21:49:04 +00:00
main_menu.c Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly. 2004-05-14 22:55:05 +00:00
main_menu.h
Makefile Further adjustments for the plugin library 2004-05-18 23:17:53 +00:00
menu.c Fixed the bug that caused the menu cursor to start at the first line every time 2004-04-14 06:04:38 +00:00
menu.h
misc.c Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works. 2003-12-23 23:41:45 +00:00
misc.h
onplay.c Plugin/file type association system. Patch #879411 by Henrik Backe 2004-05-21 20:08:24 +00:00
onplay.h
options.h
playlist.c Some code cleanup 2004-04-09 17:44:35 +00:00
playlist.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c Handle button events immediately. Fixes problem with USB screen not coming up in viewer. 2004-04-15 06:12:02 +00:00
playlist_viewer.h
plugin.c Preparation for grayscale font support 2004-05-20 08:06:15 +00:00
plugin.h Preparation for grayscale font support 2004-05-20 08:06:15 +00:00
README
screens.c Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly. 2004-05-14 22:55:05 +00:00
screens.h Moved set_time_screen() to screens.c 2004-04-21 06:49:12 +00:00
settings.c Moved set_time_screen() to screens.c 2004-04-21 06:49:12 +00:00
settings.h Default idle-poweroff set to 10 minutes. 2004-05-21 20:36:48 +00:00
settings_menu.c Removed filetype_reset() 2004-05-21 20:08:25 +00:00
settings_menu.h
sleeptimer.c Step 4 of voice UI: 2004-03-27 00:11:01 +00:00
sleeptimer.h
sound_menu.c
sound_menu.h
status.c Keep running charging animation until top-off is completed 2004-05-12 14:21:35 +00:00
status.h
talk.c After much debating, it has been decided to name talkbox clips "_dirname.talk". Please either bulk-rename your clips, or delete and re-generate them with an updated script. 2004-05-21 22:26:25 +00:00
talk.h
tree.c Plugin/file type association system. Patch #879411 by Henrik Backe 2004-05-21 20:08:24 +00:00
tree.h Plugin/file type association system. Patch #879411 by Henrik Backe 2004-05-21 20:08:24 +00:00
version.h
win32.mak
wps-display.c Moved genre list and access function to id3.c 2004-05-22 01:38:41 +00:00
wps-display.h next-song support added to WPS, using new tags, and killed some trailing 2004-05-19 08:30:48 +00:00
wps.c Moved genre list and access function to id3.c 2004-05-22 01:38:41 +00:00
wps.h

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