rockbox/apps
Jonathan Gordon 96016e4059 fix FS#6700. If you really need to paste into the source directory, do
it on the computer.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12503 a1c6a512-1295-4272-9138-f99709370657
2007-02-27 10:06:55 +00:00
..
bitmaps
codecs SWCODEC: Fix the problem of replaygain not being applied unless the menu is entered. Make all codecs set the replay gain or else formats that do not have replaygain will not set the gain back to default if a file with gain applied proceeded them. 2007-02-26 17:15:04 +00:00
eqs
gui Remove unnecessary function call. 2007-02-24 11:49:52 +00:00
keymaps Convert the radio menus to the new system. 2007-02-27 09:06:30 +00:00
lang Convert the radio menus to the new system. 2007-02-27 09:06:30 +00:00
menus Add software based bass/treble controls for targets which have no such functionality in hardware (currently only X5). They can also be used on any other SWCODEC target by adding #define HAVE_SW_TONE_CONTROLS in the relevant config-*.h file. Also remove some now unneeded zero checks when using get_replaygain_int(). Comments on sound quality are welcome as some parameters can still be fine-tuned. 2007-02-26 00:41:26 +00:00
player
plugins Make it easier to quit Snake2 (much easier on iPods at least) by allowing user to quit from Pause screen. 2007-02-21 23:00:18 +00:00
recorder fix red builds 2007-02-27 09:22:56 +00:00
abrepeat.c
abrepeat.h
action.c
action.h returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit 2007-02-27 09:16:47 +00:00
alarm_menu.c Fix the left margin in the alarm menu 2007-02-20 12:47:00 +00:00
alarm_menu.h
applimits.h
bookmark.c Fix a couple of error handling bugs. Some minor code simplification. 2007-02-20 21:08:54 +00:00
bookmark.h
codecs.c
codecs.h SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. 2007-02-24 17:06:36 +00:00
cuesheet.c
cuesheet.h
debug_menu.c Ooops #2 - fix sim builds. The dbg_save_roms function will work on all PP targets apart from the Sansa. Using CPU_PP prevents attempted compilation in the sim. 2007-02-23 23:44:59 +00:00
debug_menu.h
dsp.c SWCODEC: Fix the problem of replaygain not being applied unless the menu is entered. Make all codecs set the replay gain or else formats that do not have replaygain will not set the gain back to default if a file with gain applied proceeded them. 2007-02-26 17:15:04 +00:00
dsp.h Add software based bass/treble controls for targets which have no such functionality in hardware (currently only X5). They can also be used on any other SWCODEC target by adding #define HAVE_SW_TONE_CONTROLS in the relevant config-*.h file. Also remove some now unneeded zero checks when using get_replaygain_int(). Comments on sound quality are welcome as some parameters can still be fine-tuned. 2007-02-26 00:41:26 +00:00
dsp_arm.S
dsp_asm.h SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. 2007-02-24 17:06:36 +00:00
dsp_cf.S Hrm. move.q? I want moveq.l :) 2007-02-24 17:34:18 +00:00
enc_config.c
enc_config.h
eq.c Wrap filter_bishelf_coefs with HAVE_SW_TONE_CONTROLS to not waste bytes on targets that don't use it. 2007-02-26 00:58:07 +00:00
eq.h Add software based bass/treble controls for targets which have no such functionality in hardware (currently only X5). They can also be used on any other SWCODEC target by adding #define HAVE_SW_TONE_CONTROLS in the relevant config-*.h file. Also remove some now unneeded zero checks when using get_replaygain_int(). Comments on sound quality are welcome as some parameters can still be fine-tuned. 2007-02-26 00:41:26 +00:00
eq_arm.S Commit optional code for high-precision EQ which will almost certainly not make a difference on 16 bit output targets. 2007-02-22 13:55:49 +00:00
eq_cf.S Fix comment. 2007-02-22 17:22:01 +00:00
FILES
filetree.c Explicilty set CONFIG_ defines to 0 which are not used.. because doing 2007-02-18 02:04:47 +00:00
filetree.h
filetypes.c
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c CONFIG_CHARGING 2007-02-18 05:32:06 +00:00
main_menu.c Fix remaining CONFIG_TUNER checks. 2007-02-18 08:46:12 +00:00
main_menu.h
Makefile
menu.c returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit 2007-02-27 09:16:47 +00:00
menu.h Convert the EQ menus 2007-02-19 02:14:51 +00:00
metadata.c
metadata.h
misc.c Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD. 2007-02-20 19:31:34 +00:00
misc.h
onplay.c fix FS#6700. If you really need to paste into the source directory, do 2007-02-27 10:06:55 +00:00
onplay.h
options.h
pcmbuf.c
pcmbuf.h
playback.c SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. 2007-02-24 17:06:36 +00:00
playback.h
playlist.c #if => #ifdef 2007-02-17 23:07:39 +00:00
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c Remove useless define 2007-02-23 22:18:09 +00:00
playlist_viewer.h
plugin.c Make private functions static. Remove some functions from the plugin api as they weren't used in any plugins and could then be declared static. 2007-02-23 21:52:45 +00:00
plugin.h Make private functions static. Remove some functions from the plugin api as they weren't used in any plugins and could then be declared static. 2007-02-23 21:52:45 +00:00
README
screen_access.c Do the CONFIG_LED define 2007-02-18 05:07:19 +00:00
screen_access.h Do the CONFIG_LED define 2007-02-18 05:07:19 +00:00
screens.c SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. 2007-02-24 17:06:36 +00:00
screens.h
scrobbler.c
scrobbler.h
settings.c Add software based bass/treble controls for targets which have no such functionality in hardware (currently only X5). They can also be used on any other SWCODEC target by adding #define HAVE_SW_TONE_CONTROLS in the relevant config-*.h file. Also remove some now unneeded zero checks when using get_replaygain_int(). Comments on sound quality are welcome as some parameters can still be fine-tuned. 2007-02-26 00:41:26 +00:00
settings.h Fix CONFIG_BACKLIGHT warnings. 2007-02-18 10:07:27 +00:00
settings_list.c Convert the radio menus to the new system. 2007-02-27 09:06:30 +00:00
settings_list.h Flip the order of some of the setting screens. (If any more are 2007-02-19 03:15:48 +00:00
settings_menu.h
sound_menu.c Convert the EQ menus 2007-02-19 02:14:51 +00:00
sound_menu.h
SOURCES Convert the EQ menus 2007-02-19 02:14:51 +00:00
status.c Explicilty set CONFIG_ defines to 0 which are not used.. because doing 2007-02-18 02:04:47 +00:00
status.h
tagcache.c Cleaned up code a bit, fixed possible bug during committing numeric indices and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB. 2007-02-25 20:41:51 +00:00
tagcache.h Cleaned up code a bit, fixed possible bug during committing numeric indices and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB. 2007-02-25 20:41:51 +00:00
tagnavi.config Cleaned up code a bit, fixed possible bug during committing numeric indices and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB. 2007-02-25 20:41:51 +00:00
tagtree.c Cleaned up code a bit, fixed possible bug during committing numeric indices and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB. 2007-02-25 20:41:51 +00:00
tagtree.h
talk.c
talk.h
tree.c CONFIG_CHARGING 2007-02-18 05:32:06 +00:00
tree.h
version.h

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