rockbox/apps
Adam Boot ea4947a95f New game plugin: bubbles, initial commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657
2006-03-20 03:06:07 +00:00
..
bitmaps first gigabeat commit 2006-02-24 15:42:52 +00:00
codecs Free one register extra so we can block load a bit more. 2006-03-17 00:31:15 +00:00
gui Added 'Party Mode': Unstoppable playback 2006-03-19 08:40:31 +00:00
lang Added 'Party Mode': Unstoppable playback 2006-03-19 08:40:31 +00:00
player
plugins New game plugin: bubbles, initial commit 2006-03-20 03:06:07 +00:00
recorder Correct pallette->RGB565 conversion when loading 1-bit BMP files. 2006-03-18 20:34:45 +00:00
tagdb Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds. 2006-02-28 23:56:44 +00:00
abrepeat.c
abrepeat.h
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c
bookmark.h first gigabeat commit 2006-02-24 15:42:52 +00:00
codecs.c Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin loader and codec loader. 2006-03-02 01:08:38 +00:00
codecs.h More 64bit simulator fixes, coinciding with the long policy this time. 2006-03-03 02:09:58 +00:00
database.c
database.h
dbtree.c
dbtree.h
debug_menu.c Fix some problems with using USB_POWERED as a charging state separate from charger_inserted 2006-03-19 01:01:03 +00:00
debug_menu.h
dsp.c Samples should always be 32 bit on all platforms, so change most 2006-03-19 16:31:45 +00:00
dsp.h
eq.c Samples should always be 32 bit on all platforms, so change most 2006-03-19 16:31:45 +00:00
eq.h Samples should always be 32 bit on all platforms, so change most 2006-03-19 16:31:45 +00:00
eq_arm.S
eq_cf.S
eq_menu.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
eq_menu.h
FILES Add pacbox SOURCES file to source tarball 2006-03-16 16:47:33 +00:00
filetree.c Don't warn about modifying the dynamic playlist in Party Mode. Also changed message to queue last, not insert last. 2006-03-19 12:09:41 +00:00
filetree.h
filetypes.c Patch #4791 by Jonathan Gordon - Remove duplicates from the Open-with menu, and allow regular rocks to be loaded as viewers. Also allow all file types in the Open-with menu, not only the registered ones. 2006-03-13 07:33:30 +00:00
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c iPod: Reset the settings if the hold button is turned on before Rockbox starts 2006-02-24 12:37:50 +00:00
main_menu.c
main_menu.h
Makefile prevent rockbox from using the wrong includes 2006-02-24 13:48:52 +00:00
menu.c
menu.h first gigabeat commit 2006-02-24 15:42:52 +00:00
metadata.c Musepack files are always VBR. 2006-03-05 17:23:34 +00:00
metadata.h
misc.c
misc.h
onplay.c Patch #4791 by Jonathan Gordon - Remove duplicates from the Open-with menu, and allow regular rocks to be loaded as viewers. Also allow all file types in the Open-with menu, not only the registered ones. 2006-03-13 07:33:30 +00:00
onplay.h
options.h re-enabled the demos 2003-06-10 23:12:19 +00:00
pcm_recording.c
pcmbuf.c
pcmbuf.h
playback.c More 64bit simulator fixes, coinciding with the long policy this time. 2006-03-03 02:09:58 +00:00
playback.h
playlist.c
playlist.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c For backlight_on() to work, you need backlight.h :) 2006-03-05 00:16:34 +00:00
playlist_viewer.h Patch FS#4759 by Jonathan Gordon - searching in playlists. 2006-03-04 23:53:09 +00:00
plugin.c pacbox - a Pacman arcade machine emulator. Currently working for all colour targets and the iriver H1x0. Requires the Pacman arcade machine ROMs in /.rockbox/pacman/ 2006-03-11 15:44:35 +00:00
plugin.h Thanks to Fredrik Öhrn, fix profiling for plugins 2006-03-16 17:06:20 +00:00
README
screen_access.c
screen_access.h
screens.c Real Time Clock support in the WPS 2006-03-18 22:42:02 +00:00
screens.h
settings.c Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
settings.h Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
settings_menu.c Reworked backlight fading by GPIO based PWM to work for other targets 2006-03-19 17:42:58 +00:00
settings_menu.h
sleeptimer.c
sleeptimer.h Sleep timer, inspired by Jim Hagani 2002-12-03 22:41:50 +00:00
sound_menu.c
sound_menu.h
SOURCES Foreground/Background colour settings. Based on patch #3050 by Jonathan Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits. 2006-02-26 02:48:05 +00:00
status.c
status.h removed old statusbar and buttonbar code 2005-11-20 01:02:14 +00:00
talk.c Ooops, this was not meant to be committed yet. 2006-03-19 22:44:45 +00:00
talk.h
tree.c Added 'Party Mode': Unstoppable playback 2006-03-19 08:40:31 +00:00
tree.h first gigabeat commit 2006-02-24 15:42:52 +00:00
version.h

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