..
lang
better translation
2003-03-11 10:26:44 +00:00
player
Synched with recorder: Starts editing at the end of the string.
2003-03-11 15:05:04 +00:00
recorder
Added cursor movement (Alexander Eickhoff's patch, minus some cosmetics.)
2003-03-10 15:09:27 +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
use the generated list of names
2002-10-15 07:50:52 +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
disable charge control for FM
2003-02-12 22:21:07 +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
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
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
export MEM variable in firmware and apps
2003-03-03 13:17:49 +00:00
menu.c
New onplay-menu for the Player.
2003-01-29 08:26:11 +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
options.h
Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes.
2002-09-06 22:28:28 +00:00
playlist.c
The simulators can't use the mp3 buffer.
2003-03-07 15:09:23 +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
lets point to the docs dir
2002-08-21 10:25:16 +00:00
screens.c
invert is now an option on f3
2003-02-28 08:07:45 +00:00
screens.h
Enable status bar in usb mode.
2002-10-11 08:56:23 +00:00
settings.c
Patch #701103 , invert option added to .cfg, plus changed AVC handling when saving .cfg
2003-03-10 20:56:20 +00:00
settings.h
Added .cfg file writing. Patch by Christian Determann.
2003-03-10 16:31:02 +00:00
settings_menu.c
Added .cfg file writing. Patch by Christian Determann.
2003-03-10 16:31:02 +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
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
Recording settings are now persistent. Added a Recording Settings menu
2002-11-10 23:18:33 +00:00
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
Fix: Too many arguments to snprintf
2003-03-11 11:33:50 +00:00
tree.h
Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP.
2003-01-29 13:20:22 +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
Added wps tag %pv - current playing volume.
2003-03-10 15:56:14 +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
hopefully no loud sound at beginning of fade in. Brian King suggestion
2003-02-25 16:22:10 +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