rockbox/apps
Linus Nielsen Feltzing 41267cc035 Patch #719824
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3534 a1c6a512-1295-4272-9138-f99709370657
2003-04-11 22:41:05 +00:00
..
lang Patch #719824 2003-04-11 22:41:05 +00:00
player Synched with recorder: Starts editing at the end of the string. 2003-03-11 15:05:04 +00:00
recorder Separated the date and the time in the recording file names 2003-04-11 00:44:21 +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 The I/O port screen didn't update 2003-04-09 23:17:35 +00:00
debug_menu.h
demo_menu.c
demo_menu.h
FILES
games_menu.c
games_menu.h
keyboard.h
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 The power-saving SLEEP patch by Simon Elén. 2003-02-14 09:44:34 +00:00
main_menu.c Added Genre+Year to ID3 viewer, and added the viewer to the main menu. 2003-02-11 15:03:28 +00:00
main_menu.h
Makefile export MEM variable in firmware and apps 2003-03-03 13:17:49 +00:00
menu.c Bug fix: Menu returned wrong value if USB was connected during menu->f2/f3. 2003-03-12 20:06:51 +00:00
menu.h New onplay-menu for the Player. 2003-01-29 08:26:11 +00:00
misc.c renamed string.c to misc.c and added a misc.h for the num2max5() function, 2003-03-10 12:19:49 +00:00
misc.h renamed string.c to misc.c and added a misc.h for the num2max5() function, 2003-03-10 12:19:49 +00:00
onplay.c cosmetics for MSVC (Win32 uisimulator): except in declarations, please dont assign structs like: 2003-04-10 21:01:22 +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
playlist.c Better handling of next/prev 2003-04-11 00:29:15 +00:00
playlist.h Better handling of next/prev 2003-04-11 00:29:15 +00:00
README
screens.c splash() could draw the line outside the frame buffer 2003-04-03 00:18:14 +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 Fixed buggy open() return code check in settings_load_config(). (Christian Determann) 2003-04-11 07:47:30 +00:00
settings.h Removed CPU Sleep setting. It's now permanently enabled. 2003-03-12 15:30:59 +00:00
settings_menu.c Removed CPU Sleep setting. It's now permanently enabled. 2003-03-12 15:30:59 +00:00
settings_menu.h
sleeptimer.c Removed annoying OK delay from settings. Made cancel text visible. 2003-01-15 14:16:21 +00:00
sleeptimer.h
sound_menu.c Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice filter). Patch by Remo Hofer. 2003-02-27 15:02:20 +00:00
sound_menu.h
status.c Mike Holden's patch that corrects the FM charger plugged symbol 2003-02-13 21:45:19 +00:00
status.h include time.h for the sim (the win version in fact) 2003-01-27 15:36:48 +00:00
tree.c The create_playlist() function didn't correctly handle fd == 0, and didn't force a directory reload 2003-03-21 03:07:31 +00:00
tree.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
version.h
viewer.c
viewer.h
win32.mak Changed to use new firmware/export/ directory 2003-02-13 08:21:52 +00:00
wps-display.c Clear resume when a playlist has ended 2003-04-09 11:55:04 +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 Better handling of next/prev 2003-04-11 00:29:15 +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