rockbox/apps
Magnus Holmgren 97c6fd0892 'Move to Next Folder' didn't work if it involved going up to the root of the drive.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7265 a1c6a512-1295-4272-9138-f99709370657
2005-07-30 18:12:25 +00:00
..
codecs Fixed MAC initialization problem with mpa codec and removed workaround 2005-07-30 13:46:38 +00:00
lang ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. 2005-07-24 15:32:28 +00:00
player
plugins Ooops, the adapted maximum iteration count was off by 60... 2005-07-30 13:02:33 +00:00
recorder H1x0: Made the cursor movement button combos usable. Perhaps it would be better to use an Ondio-like mode mechanism instead, or move the accept function to a long press of SELECT. 2005-07-22 12:42:50 +00:00
tagdb Initial import of tagdb 2005-07-06 11:03:20 +00:00
action.h Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu. 2005-06-23 01:31:26 +00:00
alarm_menu.c Some interface updates and code policing in the alarm setting screen, take 2 2005-07-06 08:30:55 +00:00
alarm_menu.h
applimits.h
bookmark.c
bookmark.h Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu. 2005-06-23 01:31:26 +00:00
codecs.c Resume now starts playback at the point it was stopped, not 2-7 seconds later. 2005-07-12 16:45:38 +00:00
codecs.h Separated buffering stuff from pcm_playback to pcmbuf. Renamed some 2005-07-13 12:48:22 +00:00
credits.c
credits.h
credits.pl
database.c
database.h
dbtree.c
dbtree.h
debug_menu.c Crossfade (and pcm buffer size) length is now configurable. 2005-07-21 11:44:00 +00:00
debug_menu.h
dsp.c Make simulator version of FRACMUL correct. Also corrected related comments. 2005-07-30 13:47:16 +00:00
dsp.h ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. 2005-07-24 15:32:28 +00:00
FILES added codecs/lib/SOURCES, as mentioned by Antonius Hellmann 2005-07-16 21:06:55 +00:00
filetree.c
filetree.h
filetypes.c
filetypes.h
keyboard.h
language.c
language.h Increased language buffer size. 2005-07-24 19:15:33 +00:00
logfdisp.c
logfdisp.h
main.c Crossfade (and pcm buffer size) length is now configurable. 2005-07-21 11:44:00 +00:00
main_menu.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
main_menu.h
Makefile Add missing Makefile modification for sound in the Win32 simulator. 2005-07-21 09:54:04 +00:00
menu.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
menu.h
metadata.c And fix that red build too... 2005-07-28 22:23:43 +00:00
metadata.h
misc.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
misc.h
onplay.c Disabled set rating option when the runtime database isn't working.. to avoid confusion. 2005-07-08 20:24:19 +00:00
onplay.h
options.h
pcm_recording.c
pcmbuf.c It's now possible to select the crossfading mode: "Off, Crossfade, 2005-07-22 16:46:27 +00:00
pcmbuf.h It's now possible to select the crossfading mode: "Off, Crossfade, 2005-07-22 16:46:27 +00:00
playback.c Correctly setting the last_index to prevent playback stuttering. 2005-07-30 17:53:56 +00:00
playback.h ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. 2005-07-24 15:32:28 +00:00
playlist.c 'Move to Next Folder' didn't work if it involved going up to the root of the drive. 2005-07-30 18:12:25 +00:00
playlist.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
playlist_viewer.h
plugin.c Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
plugin.h Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
README
screens.c Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized the replaygain tag parsing a bit, to cut down the code size (APE tags should use this as well, but as it requires larger changes, it will have to wait for another commit). Also fixed a bug in the ID3V2 parser; ISO-8859-1 strings could confuse the main parsing loop (causing bufferpos to come out of sync). 2005-07-27 11:54:33 +00:00
screens.h
settings.c Fixed scroll step settings >127 pixels not working (reported on irc). Changed some other LCD driver variables to the natural 'int', cuts down binary size on coldfire a bit. Cleaned up some more settings bits. Bumped config block version, so save your settings to a file before upgrading. 2005-07-28 08:36:24 +00:00
settings.h ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. 2005-07-24 15:32:28 +00:00
settings_menu.c ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. 2005-07-24 15:32:28 +00:00
settings_menu.h
sleeptimer.c
sleeptimer.h
sound_menu.c (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. 2005-07-05 22:27:54 +00:00
sound_menu.h
SOURCES Separated buffering stuff from pcm_playback to pcmbuf. Renamed some 2005-07-13 12:48:22 +00:00
status.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
status.h
talk.c
talk.h
tree.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
tree.h
version.h
win32.mak
wps-display.c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
wps-display.h (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. 2005-07-05 22:27:54 +00:00
wps.c "Bugfix" by Langlois Florian (Chamois on IRC), we forgot to change this one. 2005-07-07 16:11:40 +00:00
wps.h

For general information see: docs/README
For API information see: docs/API