rockbox/apps
2008-08-08 20:58:27 +00:00
..
bitmaps
codecs Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
eqs
gui Apply fix for FS#9203 (WPS gets corrupted after changing status bar setting) by Thomas Schott 2008-08-04 17:45:39 +00:00
keymaps Remove the old recording screen (context) menu button. Pressing down, the normal behavior of which is to return to the main menu, now does nothing as it's not possible to do so while recording. 2008-07-29 11:47:40 +00:00
lang Updated italian lang file. 2008-08-08 17:21:33 +00:00
menus Also have the peakmeter menu shown inside the recording menu, because there is a big chance you want to teak them from inside the recording screen. Also makes the clipcounter setting available there. 2008-08-08 20:58:27 +00:00
metadata asap: fix stereo mode and hopefully fix metadata handling. 2008-07-28 19:20:40 +00:00
player
plugins Apply FS#9217 - Rockpaint line-drawing function, replace line-drawing algorithm by better looking bresenham algorithm 2008-08-01 19:33:55 +00:00
recorder Style police, trigStat -> trig_stat 2008-08-07 11:48:56 +00:00
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c
bookmark.c Tiny bit of const policing. 2008-07-16 06:10:26 +00:00
bookmark.h
buffering.c Add handle values to the buffering LOGFQUEUE messages for easier debugging. 2008-07-18 23:42:47 +00:00
buffering.h
codecs.c Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
codecs.h commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. 2008-07-26 15:16:10 +00:00
cuesheet.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
cuesheet.h
debug_menu.c Too much on the last commit. 2008-07-17 18:36:47 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
filetree.c Remove duplicate splash when loading a plugin so that the voice clip is only spoken once, thanks to bertrik for spotting. 2008-07-30 20:37:00 +00:00
filetree.h
filetypes.c commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. 2008-07-26 15:16:10 +00:00
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c
Makefile
menu.c
menu.h
metadata.c Ogg and Speex have the same metadata handling function so use the same case for both. 2008-07-26 20:11:58 +00:00
metadata.h
misc.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
misc.h Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
onplay.c
onplay.h
pcmbuf.c
pcmbuf.h
playback.c Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
playback.h Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
playlist.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
playlist.h
playlist_catalog.c Only voice track insertion splash if voice menus enabled - fix for FS#9223 2008-07-29 13:32:47 +00:00
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
plugin.h Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remove the D2's temporary C implementation). Enable MpegPlayer dithering option for D2. 2008-07-15 17:54:58 +00:00
README
root_menu.c Make a couple of locally used callbacks static 2008-07-16 12:10:49 +00:00
root_menu.h
screen_access.c
screen_access.h
screens.c Fix voicing of incorrect run time (top time instead of run time). Simplify runtime callback a bit. 2008-08-02 21:32:48 +00:00
screens.h
scrobbler.c
scrobbler.h
settings.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
settings.h Rename and rework the "Study Mode" menu into the "Skip Length" setting. Update manual. Bump plugin API thanks to having changed global_settings. 2008-07-14 20:39:30 +00:00
settings_list.c First step of the recording screen redesign. The screen is split into a fixed top part containing essential data and the peakmeters/triggerbar, and a bottom part that is in fact a list. The list contains the items that can be changed, and also some stuff that isn't important enough to be on the top part, like the filename. That filename is now shown completely. If the font is too big to have 6 lines on the display, sysfont is used. 2008-08-06 20:12:44 +00:00
settings_list.h
sound_menu.h
SOURCES commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. 2008-07-26 15:16:10 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
talk.h talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
tree.c Remove unnecessary #include 2008-07-18 21:37:08 +00:00
tree.h
version.h
voice_thread.c Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
voice_thread.h

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