rockbox/apps
Björn Stenberg ba5dfbd71e The file browser now detects if ajbrec.ajz/archos.mod has been modified after a usb session, and asks if you want to reboot to the new version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3783 a1c6a512-1295-4272-9138-f99709370657
2003-06-29 22:39:35 +00:00
..
lang The file browser now detects if ajbrec.ajz/archos.mod has been modified after a usb session, and asks if you want to reboot to the new version. 2003-06-29 22:39:35 +00:00
player Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
plugins Another nice game: Othelo by BlueChip 2003-06-29 21:59:43 +00:00
recorder Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
alarm_menu.c avoid min+hour to be out of range after changing the batteries 2003-03-03 14:23:39 +00:00
alarm_menu.h Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES). 2003-01-22 12:50:34 +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 Hey, how come no one reported this? The credits were rolling using that 2003-03-17 21:16:23 +00:00
credits.h
credits.pl extract the names better from the CREDITS file 2003-02-15 17:37:23 +00:00
debug_menu.c Flash info now also for Player 2003-05-20 21:30:53 +00:00
debug_menu.h
demo_menu.c Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
demo_menu.h
FILES
games_menu.c Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
games_menu.h
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 Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
language.h allow a bigger language file to load 2003-02-27 16:09:11 +00:00
main.c Fixed simulator core dump (forgot to call playlist_init) 2003-05-17 22:25:52 +00:00
main_menu.c Killed a warning 2003-06-01 01:01:37 +00:00
main_menu.h
Makefile Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
menu.c Addded option to hide icons in dir browser. (Patch #728377) 2003-06-05 09:38:26 +00:00
menu.h New onplay-menu for the Player. 2003-01-29 08:26:11 +00:00
misc.c Moved read_line() to misc.c 2003-05-04 02:04:31 +00:00
misc.h Moved read_line() to misc.c 2003-05-04 02:04:31 +00:00
onplay.c english language updated to be a bit more general, we now offer button descriptions on delete for recorder 2003-06-25 08:25:29 +00:00
onplay.h Changed ON+PLAY screen to a menu, unified player & recorder and moved the code to a separate file. 2003-03-12 20:21:30 +00:00
options.h re-enabled the demos 2003-06-10 23:12:19 +00:00
playlist.c The playlist buffer was too small, causing all kinds of weird errors when playing large playlists 2003-05-29 22:42:57 +00:00
playlist.h Configurable dir browser file buffer size. No more 400-file limit. No more whining. 2003-05-09 16:01:21 +00:00
plugin.c Added qsort() to plugin api, and subsequently bumped the api version number. Also added a simulator debug printout. 2003-06-29 21:42:15 +00:00
plugin.h Added qsort() to plugin api, and subsequently bumped the api version number. Also added a simulator debug printout. 2003-06-29 21:42:15 +00:00
README
screens.c Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
screens.h power-splash, this should be able to replace most cases where we "splash" 2003-03-17 21:14:46 +00:00
settings.c Simulator compiler error fixed 2003-06-26 21:27:03 +00:00
settings.h Added more time options to recorder timesplit 2003-06-10 19:24:51 +00:00
settings_menu.c Default contrast is now autodetected on recorders 2003-06-25 23:24:47 +00:00
settings_menu.h
sleeptimer.c Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +00:00
sleeptimer.h Sleep timer, inspired by Jim Hagani 2002-12-03 22:41:50 +00:00
sound_menu.c added a missing comma from yesterday's added time split periods 2003-06-11 06:15:15 +00:00
sound_menu.h
status.c Simplified and corrected status update. Contributions by Magnus Holmgren and Mats Lidell. 2003-06-04 12:03:23 +00:00
status.h Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +00:00
tree.c The file browser now detects if ajbrec.ajz/archos.mod has been modified after a usb session, and asks if you want to reboot to the new version. 2003-06-29 22:39:35 +00:00
tree.h Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ 2003-06-29 16:33:04 +00:00
version.h
win32.mak Changed to use new firmware/export/ directory 2003-02-13 08:21:52 +00:00
wps-display.c Generalized id3v2 parsing code. Added support for the composer frame and free-form genre and tracknum frames. (Patch #706111 by Thomas Paul Diffenbach) 2003-06-04 15:09:35 +00:00
wps-display.h Added Genre+Year to ID3 viewer, and added the viewer to the main menu. 2003-02-11 15:03:28 +00:00
wps.c Fixed %pp for shuffled dirs (patch #700465) 2003-06-04 14:18:47 +00:00
wps.h Added Genre+Year to ID3 viewer, and added the viewer to the main menu. 2003-02-11 15:03:28 +00:00

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