.. |
lang
|
Firmware and a lost question mark.
|
2004-01-14 17:17:26 +00:00 |
neo
|
prevent buffer overflow
|
2003-12-15 11:58:34 +00:00 |
player
|
Initial suppport for building Rockbox for Neo. The Neo has a different
|
2003-12-12 13:34:27 +00:00 |
plugins
|
nicer reverse play, FF/FR with acceleration and position bar
|
2004-01-15 07:48:02 +00:00 |
recorder
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +00:00 |
alarm_menu.c
|
Font problems with the alarm setting
|
2003-11-20 01:43:09 +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 |
bookmark.c
|
Removed warnings
|
2004-01-14 00:38:45 +00:00 |
bookmark.h
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +00:00 |
credits.c
|
Minor cosmetic fix in the credit scroller
|
2003-11-20 01:33:41 +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
|
Fixed typo
|
2004-01-14 15:10:17 +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 |
FILES
|
include othelo.txt
|
2003-07-29 06:50:30 +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
|
The newest german .lng file is 5.26K, so I extended the maximum .lng file
|
2003-08-21 13:49:45 +00:00 |
main.c
|
Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc.
|
2004-01-05 20:42:51 +00:00 |
main_menu.c
|
Menu reorganization (patch #872810 by Peter Schneider)
|
2004-01-14 14:42:31 +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
|
bring back the cat for the preprocessing of the app.lds file, since
|
2004-01-04 13:30:16 +00:00 |
menu.c
|
Added a splash to indicate battery charging if user tries to shut off while plugged in.
|
2003-12-04 00:08:25 +00:00 |
menu.h
|
New onplay-menu for the Player.
|
2003-01-29 08:26:11 +00:00 |
misc.c
|
Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works.
|
2003-12-23 23:41:45 +00:00 |
misc.h
|
Moved read_line() to misc.c
|
2003-05-04 02:04:31 +00:00 |
onplay.c
|
The splash() function's second argument (keymask) is now removed, as it
|
2004-01-08 09:58:58 +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
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +00:00 |
playlist.h
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +00:00 |
playlist_menu.c
|
Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist.
|
2003-12-10 00:11:25 +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 |
playlist_viewer.c
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +00:00 |
playlist_viewer.h
|
Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist.
|
2003-12-10 00:11:25 +00:00 |
plugin.c
|
Restore LCD margins after plugin exits
|
2004-01-12 13:19:13 +00:00 |
plugin.h
|
Updated the plugin API number due to the modified splash(). The plugins made
|
2004-01-08 12:04:30 +00:00 |
README
|
lets point to the docs dir
|
2002-08-21 10:25:16 +00:00 |
screens.c
|
The splash() function's second argument (keymask) is now removed, as it
|
2004-01-08 09:58:58 +00:00 |
screens.h
|
The splash() function's second argument (keymask) is now removed, as it
|
2004-01-08 09:58:58 +00:00 |
settings.c
|
Fixed resume problem (caused by the change from short to int)
|
2004-01-16 00:18:33 +00:00 |
settings.h
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +00:00 |
settings_menu.c
|
Re-added wake-up alarm which was lost in the menu reorganisation.
|
2004-01-15 08:25:42 +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
|
Initial suppport for building Rockbox for Neo. The Neo has a different
|
2003-12-12 13:34:27 +00:00 |
sleeptimer.h
|
Sleep timer, inspired by Jim Hagani
|
2002-12-03 22:41:50 +00:00 |
sound_menu.c
|
Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc.
|
2004-01-05 20:42:51 +00:00 |
sound_menu.h
|
Recording in FM screen, USB mode possible in FM and recording screen
|
2003-11-20 00:33:43 +00:00 |
status.c
|
Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc.
|
2004-01-05 20:42:51 +00:00 |
status.h
|
Renamed the buttonbar functions
|
2003-11-05 08:59:55 +00:00 |
tree.c
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +00:00 |
tree.h
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
|
2004-01-14 00:13:04 +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
|
Craig Sather's patch #749974:
|
2004-01-14 07:59:06 +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
|
Always show correct play mode
|
2004-01-15 23:05:13 +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 |