rockbox/apps
Jose Maria Garcia-Valdecasas Bernal 887903f215 previous version had unicode strings. Repaired that error :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3634 a1c6a512-1295-4272-9138-f99709370657
2003-04-30 12:21:02 +00:00
..
lang previous version had unicode strings. Repaired that error :) 2003-04-30 12:21:02 +00:00
player Synched with recorder: Starts editing at the end of the string. 2003-03-11 15:05:04 +00:00
recorder include "sprintf.h" after the system headers for the simulator magic 2003-04-25 14:28:41 +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 and version merged 2002-05-31 08:12:29 +00:00
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 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 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 Changed to runtime playlist initialization 2003-04-24 17:31:36 +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 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 default to the old staticly set tools dir 2003-04-22 22:21:22 +00:00
menu.c Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +00:00
menu.h New onplay-menu for the Player. 2003-01-29 08:26:11 +00:00
misc.c Added screen_dump() for future use 2003-04-14 15:58:51 +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 Xing headers now support mono better, added the 'editable files' option 2003-04-20 22:00:30 +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 Disabled demos to stay below 200KB 2003-04-24 17:35:32 +00:00
playlist.c Changed to runtime playlist initialization 2003-04-24 17:31:36 +00:00
playlist.h Changed to runtime playlist initialization 2003-04-24 17:31:36 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
screens.c Stevie Oh's F3 menu patch (#729556) 2003-04-30 01:59:42 +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 The independent frames option wasn't correctly loaded 2003-04-28 23:15:54 +00:00
settings.h Added caption backlight: Turns on backlight briefly at the start and end of each track. 2003-04-23 09:17:34 +00:00
settings_menu.c Changed some settings strings 2003-04-24 13:13:16 +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 Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +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 Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +00:00
status.h Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +00:00
tree.c showdir() should always redraw status bar 2003-04-23 14:38:25 +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 Added build timestamp in version string 2002-07-15 13:34:36 +00:00
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 Changed to use new firmware/export/ directory 2003-02-13 08:21:52 +00:00
wps-display.c Better error handling when loading WPS config file 2003-04-30 02:55:23 +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 Only redraw the status line when info actually changed. 2003-04-23 11:26:25 +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