rockbox/apps
Daniel Stenberg 754426e11f Massive code-policing. Use proper indent. Use proper comments. Use proper
source code width.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3857 a1c6a512-1295-4272-9138-f99709370657
2003-07-21 10:56:23 +00:00
..
lang Updated Paul's dutch file. 2003-07-03 14:43:21 +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 Massive code-policing. Use proper indent. Use proper comments. Use proper 2003-07-21 10:56:23 +00:00
recorder The FM Radio screen now sets the Line In gain to 0dB, to avoid clipping and busted eardrums 2003-07-01 01:45:31 +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 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +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 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 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 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 plugins dir in source archives 2003-07-01 07:59:19 +00:00
games_menu.c lets actually set it so we can play the new games. 2003-06-30 04:36:57 +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 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 call power_init() before the charging screen may open, thus before ata_init(). No settings loaded yet, I hope this is not harmful. 2003-07-18 21:58:28 +00:00
main_menu.c Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +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 Added plugin support for 8MB-modified units. This bumps the plugin API version number again. 2003-07-13 22:15:19 +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 Allow playing even if we are unable to access the playlist control file (e.g. no .rockbox dir). However, dynamic playlists and resume will not work in this case. Also, there are no playlist options for m3u files when nothing is playing. 2003-07-06 16:05:44 +00:00
onplay.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
options.h re-enabled the demos 2003-06-10 23:12:19 +00:00
playlist.c The creation of the playlist control file failed when control_fd == 0 2003-07-08 06:31:23 +00:00
playlist.h Added "Ask" option to recursive dir insert which, if enabled, will ask users whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. 2003-07-02 15:54:44 +00:00
playlist_menu.c Added "Ask" option to recursive dir insert which, if enabled, will ask users whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. 2003-07-02 15:54:44 +00:00
playlist_menu.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
plugin.c update to the api to allow fetching of currently playing id3 struct. Adding the favorites plugin. 2003-07-20 21:29:16 +00:00
plugin.h killed a warning in plugin.h 2003-07-20 22:03:19 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
screens.c Added adc_read in place for saving simulator builds for 2003-07-20 00:12:21 +00:00
screens.h A very basic charging screen, probably buggy, the pro's would make it much nicer, but it's a starting point. 2003-07-17 20:29:51 +00:00
settings.c Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_init sets default contrast until settings are read. 2003-07-09 23:07:49 +00:00
settings.h Include config.h so anyone including this file will get proper version of config structure 2003-07-15 02:34:10 +00:00
settings_menu.c Future proof value for Jumpscroll selection allways was illegal. Code 2003-07-21 00:33:07 +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 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 Recording settings are now persistent. Added a Recording Settings menu 2002-11-10 23:18:33 +00:00
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 Henrik Backe's resume-with-ON-key patch (#767082). Now you can resume playback after STOP is pressed by just hitting the ON key to go to the WPS. 2003-07-08 09:19:12 +00:00
tree.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
version.h Added build timestamp in version string 2002-07-15 13:34:36 +00:00
win32.mak Changed to use new firmware/export/ directory 2003-02-13 08:21:52 +00:00
wps-display.c Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +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 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +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