rockbox/apps
Uwe Freese bc8029ee59 avoid mem info overflow when having 8MB ;-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3128 a1c6a512-1295-4272-9138-f99709370657
2003-01-18 18:21:13 +00:00
..
lang Added ON+PLAY in dir browser for file actions: Rename, Delete and Queue. 2003-01-15 14:52:53 +00:00
player Centered fourth shift line (secretly removing a bug in the process) 2003-01-15 22:39:37 +00:00
recorder Added repeat for DEL key 2003-01-18 17:47:50 +00:00
applimits.h The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. 2003-01-09 00:55:00 +00:00
credits.c use the generated list of names 2002-10-15 07:50:52 +00:00
credits.h
credits.pl This is a little script that extracts all the names from the docs/CREDITS 2002-10-15 07:48:45 +00:00
debug_menu.c battery level 100% when trickle chg, only 1% per minute change allowed, ignore 25 min. after charge start/stop, get rid of old lazyness table (I hope this makes the battery display less confusing to the user, charging algo. is not affected\!) 2002-12-18 18:55:50 +00:00
debug_menu.h Partition debug screen added, and jumped to when no fat32 partition is found at boot. 2002-10-10 12:01:58 +00:00
demo_menu.c make oscillograph always be used, even in simulator since we have a stub 2002-10-15 07:58:51 +00:00
demo_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
FILES include the .pl file in the release archive 2002-10-15 07:49:15 +00:00
games_menu.c One snake game is enough 2002-09-24 17:47:09 +00:00
games_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
keyboard.h Added virtual keyboard for text input, loosely based on John Wood's code 2002-12-04 15:04:43 +00:00
language.c blatantly stupid proto added for mingw simulator compiles to get rid of 2002-11-04 22:53:22 +00:00
language.h lang_load() returns an int to signal success 2002-09-24 13:53:41 +00:00
main.c Moving the keyboard buffer empty routine to pure simulator code. 2003-01-13 12:54:59 +00:00
main_menu.c avoid mem info overflow when having 8MB ;-) 2003-01-18 18:21:13 +00:00
main_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
Makefile When building the FM version, invoke 'scramble' with the -fm option. 2003-01-16 14:44:08 +00:00
menu.c menu_run() does not need to do lcd_update() 2003-01-15 08:32:56 +00:00
menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
options.h
playlist.c Use lang definition for shuffling. 2003-01-15 16:48:25 +00:00
playlist.h The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. 2003-01-09 00:55:00 +00:00
README
screens.c Fixes for player/studio in USB mode: 1) Update status bar 2) Disable USB status once disconnected 2003-01-09 03:53:46 +00:00
screens.h Enable status bar in usb mode. 2002-10-11 08:56:23 +00:00
settings.c Removed annoying OK delay from settings. Made cancel text visible. 2003-01-15 14:16:21 +00:00
settings.h The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music. 2003-01-09 00:55:00 +00:00
settings_menu.c Bidirectional scroll for player. 2003-01-14 10:48:01 +00:00
settings_menu.h Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
sleeptimer.c Removed annoying OK delay from settings. Made cancel text visible. 2003-01-15 14:16:21 +00:00
sleeptimer.h Sleep timer, inspired by Jim Hagani 2002-12-03 22:41:50 +00:00
sound_menu.c Recording settings are now persistent. Added a Recording Settings menu 2002-11-10 23:18:33 +00:00
sound_menu.h Recording settings are now persistent. Added a Recording Settings menu 2002-11-10 23:18:33 +00:00
status.c show 100% instead of animation when top-off chg. 2002-12-18 19:00:34 +00:00
status.h Killed a dozen global variables 2002-12-18 14:57:45 +00:00
string.c XX.XM was badly formatted 2002-12-12 02:25:30 +00:00
tree.c resume_index was being reset too early in ask once resume mode resulting in incorrect track being played. 2003-01-15 22:46:49 +00:00
tree.h Hardeep's browse current file patch. When hitting stop while playing, you will be on the current song, also this is configurable 2002-09-09 14:25:39 +00:00
version.h
viewer.c Removed all traces of the repeat and release masks 2002-10-16 13:17:26 +00:00
viewer.h Gilles Roux's text viewer 2002-09-30 19:05:03 +00:00
win32.mak now supporting the credits.pl script and a language is pre-set 2002-10-22 18:49:50 +00:00
wps-display.c Cleaning up code for Player. 2003-01-13 11:48:41 +00:00
wps-display.h Cleaning up code for Player. 2003-01-13 11:48:41 +00:00
wps.c Bug fix: Exit volume setting even if both keys are released simultaneously 2003-01-17 10:14:21 +00:00
wps.h cruft removal 2002-11-21 09:32:32 +00:00

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