rockbox/apps
Mustapha Senhaji 70b99e3e2c Some minor corrections for the czech translation.
Flyspray: FS#11909
Author: Marek Salaba


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29155 a1c6a512-1295-4272-9138-f99709370657
2011-01-29 00:30:14 +00:00
..
bitmaps
codecs SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and echo. 2011-01-19 10:05:01 +00:00
eqs
gui Remove WPS related variable which is read but not set or changed. Closes FS#11396. 2011-01-25 21:40:55 +00:00
hosted
keymaps Fix problem with frequency increasing or preset advancing with long press of the down button while in FM Radio 2010-12-20 18:33:37 +00:00
lang Some minor corrections for the czech translation. 2011-01-29 00:30:14 +00:00
menus
metadata FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. Based on MikMod. 2011-01-21 20:09:22 +00:00
player
plugins Pacbox: Fix assumption about LCD width of 128 implying the display needs vertical clipping. No more screen garbage on sa9200. 2011-01-25 19:28:40 +00:00
radio
recorder
abrepeat.c
abrepeat.h abrepeat: drop some inline's and rearrange code to save some size since this stuff is hardly speed critical. 2011-01-18 16:11:33 +00:00
action.c
action.h New Touchscreen region type... 'mute' which un/mutes volume without pausing playback 2011-01-13 10:56:23 +00:00
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make
audio_path.c
bookmark.c
bookmark.h
buffering.c Fix FS#11586. Corrects rebuffering behaviour which did not allow to play several m4a files. Thanks to Magnus Holmgren. 2010-08-30 22:35:32 +00:00
buffering.h Rework albumart buffering internally to allow for mutliple albumart sizes. 2009-10-16 19:14:41 +00:00
codec_thread.c
codec_thread.h
codecs.c Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. 2010-10-31 21:09:34 +00:00
codecs.h Extend lc_open() to also being able to load overlay plugins. 2010-09-09 16:17:21 +00:00
core_asmdefs.c
cuesheet.c Fix Database red, move the cuesheet->token code into the skin engine 2010-07-29 13:23:33 +00:00
cuesheet.h
debug_menu.c
debug_menu.h
dsp.c
dsp.h Compressor: simplify makeup gain setting, expand release range, finally provide documention in the manual! 2009-11-04 18:14:36 +00:00
dsp_arm.S
dsp_arm_v6.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
eq.h
eq_arm.S
eq_cf.S
features.txt
filetree.c remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist Catalog. 2010-12-15 12:47:30 +00:00
filetree.h
filetypes.c
filetypes.h
fixedpoint.c
fixedpoint.h
fracmul.h
iap.c
keyboard.h
language.c
language.h Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins. 2009-10-18 00:56:42 +00:00
logfdisp.c
logfdisp.h
main.c
menu.c Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). 2010-10-31 15:32:57 +00:00
menu.h
metadata.c Commit FS#11776 by Jonas Haggqvist. Enables option to log building the database in order to trouble shoot crashes. 2010-12-11 04:30:54 +00:00
metadata.h Commit small piece of FS#11748 by Michael Hohmuth. Disables database specific fields if the database is not compiled in. 2010-12-11 04:58:25 +00:00
misc.c
misc.h
mp3data.c
mp3data.h
mpeg.c Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. 2010-10-31 21:09:34 +00:00
mpeg.h
onplay.c
onplay.h
pcmbuf.c Redo raising the priority of the codec (and voice) thread to fix audio dropouts under heavy UI load, such as during kinetic scrolling or pictureflow. 2010-12-22 16:03:15 +00:00
pcmbuf.h
playback.c Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically resuming any song that is not played to completion at any point later in time, regardless of how many intermediate tracks are played. This is accomplished by expanding the database to record incompletely played tracks. Currently, the feature is simply on or off, in which case all tracks automatically resume, or they do not. The remainder of patches in the task expand this feature by allowing only certain file to automatically resume, only resuming in certain circumstances, etc but are not included until we reach agreement on what should be included. Additionally, the manual will need to be updated once we agree on the available settings. 2011-01-02 02:49:13 +00:00
playback.h mpeg.h/c cleanup 2009-11-16 22:02:06 +00:00
playlist.c Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +00:00
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h
README
replaygain.c
replaygain.h
root_menu.c
root_menu.h Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. 2010-08-12 13:38:25 +00:00
screen_access.c Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewport) and remove the viewport parameter as suggested by Dave Chapman. 2010-10-11 01:19:55 +00:00
screen_access.h Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewport) and remove the viewport parameter as suggested by Dave Chapman. 2010-10-11 01:19:55 +00:00
screens.c Add "file size" to the track information screen of WPS. 2010-12-24 03:31:40 +00:00
screens.h
scrobbler.c
scrobbler.h Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter. 2009-10-20 21:54:44 +00:00
settings.c
settings.h Fix typo in the comment 2011-01-02 22:39:05 +00:00
settings_list.c
settings_list.h
sound_menu.h
SOURCES
status.c Change %mp tag to use current_playmode(). It has upto 9 values now, including recording and radio states. 2009-10-16 19:14:28 +00:00
status.h Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
tagcache.c Workaround the brokenness of realpath() a bit more. 2011-01-27 20:17:55 +00:00
tagcache.h Fix player becoming unresponsive on Stop / Pause in some cases. 2011-01-17 22:28:36 +00:00
tagnavi.config
tagtree.c
tagtree.h
talk.c
talk.h
tdspeed.c Fix red in bootloaders 2009-07-11 17:16:23 +00:00
tdspeed.h
tree.c Rename the NO_CONTEXT flag to NO_CONTEXT_MENU so that the name more clearly conveys what the flag does 2010-12-15 18:14:13 +00:00
tree.h
usb_keymaps.c
usb_keymaps.h Commit "FS#10468 - USB HID: Show keypad mode on screen" 2009-09-30 10:06:04 +00:00
voice_thread.c Base voice thread stack size on DEFAULT_STACK_SIZE, it's otherwise likely to overflow on app targets. 2010-12-10 15:14:11 +00:00
voice_thread.h

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