.. |
bitmaps
|
128x42x1 Rockbox logo (a copy of the 128x41x1 remote version) for 128 pixel wide mono main LCDs - fixes the logo for the iFP (it was using the Archos version), plus preparation for new ports.
|
2008-05-02 08:08:39 +00:00 |
codecs
|
Another round of making local functions static and making sure that source files are in sync with their header files.
|
2008-05-03 21:33:00 +00:00 |
eqs
|
|
|
gui
|
More static / header file cleanup.
|
2008-05-03 23:18:56 +00:00 |
keymaps
|
Improved keymap for the Gigabeat S.
|
2008-05-03 17:03:35 +00:00 |
lang
|
Updated italian translation.
|
2008-05-03 18:31:39 +00:00 |
menus
|
Fixed warning about unused flipdisplay_callback function for targets that cannot flip the display.
|
2008-05-03 09:49:43 +00:00 |
metadata
|
Added missing header file metadata_parsers.h to metadata parsers.
|
2008-05-03 07:03:59 +00:00 |
player
|
|
|
plugins
|
Flashlight plugin: make color sets wrap around in both directions
|
2008-05-03 14:55:34 +00:00 |
recorder
|
Another round of making local functions static and making sure that source files are in sync with their header files.
|
2008-05-03 21:33:00 +00:00 |
abrepeat.c
|
|
|
abrepeat.h
|
|
|
action.c
|
|
|
action.h
|
Setup the touchpads to have two modes - stylus and button - and set them in button mode by default.
|
2008-04-15 10:35:11 +00:00 |
alarm_menu.c
|
|
|
alarm_menu.h
|
|
|
applimits.h
|
|
|
audio_path.c
|
|
|
bookmark.c
|
Cleaned up header files in bookmark.c
|
2008-04-28 16:28:21 +00:00 |
bookmark.h
|
|
|
buffering.c
|
Remove unused #define.
|
2008-04-30 13:04:24 +00:00 |
buffering.h
|
Migrate the buffering code to the new events system.
|
2008-04-03 17:51:53 +00:00 |
codecs.c
|
Moved atoi declaration to stdlib.h. Deleted atoi.h
|
2008-04-28 16:18:04 +00:00 |
codecs.h
|
Move codec_get_file_pos somewhere else like the comment said should be done. Codec API version increment was needed so update all codecs.
|
2008-03-29 06:36:53 +00:00 |
cuesheet.c
|
Moved atoi declaration to stdlib.h. Deleted atoi.h
|
2008-04-28 16:18:04 +00:00 |
cuesheet.h
|
Cleaned up playblack.h header file and usage of it.
|
2008-04-28 14:13:13 +00:00 |
debug_menu.c
|
1) add debug menu for USB & PIC
|
2008-05-03 14:43:43 +00:00 |
debug_menu.h
|
|
|
dsp.c
|
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
|
2008-05-03 08:35:14 +00:00 |
dsp.h
|
Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assembler routines for the gain function there now.
|
2008-04-08 21:44:07 +00:00 |
dsp_arm.S
|
|
|
dsp_asm.h
|
|
|
dsp_cf.S
|
|
|
enc_config.c
|
Moved atoi declaration to stdlib.h. Deleted atoi.h
|
2008-04-28 16:18:04 +00:00 |
enc_config.h
|
|
|
eq.c
|
|
|
eq.h
|
|
|
eq_arm.S
|
|
|
eq_cf.S
|
|
|
features.txt
|
|
|
filetree.c
|
Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use
|
2008-05-01 10:13:12 +00:00 |
filetree.h
|
|
|
filetypes.c
|
Moved atoi declaration to stdlib.h. Deleted atoi.h
|
2008-04-28 16:18:04 +00:00 |
filetypes.h
|
|
|
keyboard.h
|
|
|
language.c
|
Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak
|
2008-04-16 19:51:43 +00:00 |
language.h
|
|
|
logfdisp.c
|
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
|
2008-04-28 10:22:05 +00:00 |
logfdisp.h
|
|
|
main.c
|
Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller.
|
2008-04-20 18:28:25 +00:00 |
Makefile
|
|
|
menu.c
|
Viewported quickscreen (take 2 :D) (FS#8553)
|
2008-05-03 12:30:40 +00:00 |
menu.h
|
option_screen() now accepts a viewport
|
2008-04-23 11:07:40 +00:00 |
metadata.c
|
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
|
2008-04-28 10:22:05 +00:00 |
metadata.h
|
Cleaned up playblack.h header file and usage of it.
|
2008-04-28 14:13:13 +00:00 |
misc.c
|
Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use
|
2008-05-01 10:13:12 +00:00 |
misc.h
|
Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use
|
2008-05-01 10:13:12 +00:00 |
onplay.c
|
Const police raid, making a lot of pointers to lang strings const and removing some ugly casting
|
2008-04-26 09:30:24 +00:00 |
onplay.h
|
|
|
pcmbuf.c
|
Removed unused function get_pcmbuf_descsize from pcmbuf.c
|
2008-04-19 23:08:13 +00:00 |
pcmbuf.h
|
Removed unused function get_pcmbuf_descsize from pcmbuf.c
|
2008-04-19 23:08:13 +00:00 |
playback.c
|
Cleaned up playblack.h header file and usage of it.
|
2008-04-28 14:13:13 +00:00 |
playback.h
|
Cleaned up playblack.h header file and usage of it.
|
2008-04-28 14:13:13 +00:00 |
playlist.c
|
remove the 2nd last evil use of ata_disk_is_active() in apps/
|
2008-04-30 09:23:12 +00:00 |
playlist.h
|
Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent with the naming of the other functions in playlist.c
|
2008-04-20 11:19:50 +00:00 |
playlist_catalog.c
|
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
|
2008-04-28 10:22:05 +00:00 |
playlist_catalog.h
|
|
|
playlist_menu.h
|
|
|
playlist_viewer.c
|
Slight readability improvements
|
2008-04-09 21:47:43 +00:00 |
playlist_viewer.h
|
|
|
plugin.c
|
Moved atoi declaration to stdlib.h. Deleted atoi.h
|
2008-04-28 16:18:04 +00:00 |
plugin.h
|
Fixed prototype of i2c_write for plugins and for i2c-telechips (fix red/yellow).
|
2008-04-28 14:33:03 +00:00 |
README
|
|
|
root_menu.c
|
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
|
2008-05-03 08:35:14 +00:00 |
root_menu.h
|
|
|
screen_access.c
|
|
|
screen_access.h
|
Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen iPods (LCD is inverted when backlight is on, so the curve is also inverted). This needs a slight extension of is_backlight_on() functionality in the core. * Thorough recalibration of all reachable greyscale targets, and #ifdef cleanup. * Reduce on-target gamma a bit, because the displayable contrast range of a monochrome/greyscale isn't that high.
|
2008-04-02 22:16:14 +00:00 |
screens.c
|
Viewported quickscreen (take 2 :D) (FS#8553)
|
2008-05-03 12:30:40 +00:00 |
screens.h
|
Viewported quickscreen (take 2 :D) (FS#8553)
|
2008-05-03 12:30:40 +00:00 |
scrobbler.c
|
Slight clean up and binsize save
|
2008-04-15 18:10:22 +00:00 |
scrobbler.h
|
|
|
settings.c
|
Moved atoi declaration to stdlib.h. Deleted atoi.h
|
2008-04-28 16:18:04 +00:00 |
settings.h
|
Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller.
|
2008-04-20 18:28:25 +00:00 |
settings_list.c
|
Change the default of accessory power supply to <true>.
|
2008-05-01 13:36:21 +00:00 |
settings_list.h
|
|
|
sound_menu.h
|
|
|
SOURCES
|
Viewported quickscreen (take 2 :D) (FS#8553)
|
2008-05-03 12:30:40 +00:00 |
status.c
|
Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway).
|
2008-04-20 00:04:08 +00:00 |
status.h
|
Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway).
|
2008-04-20 00:04:08 +00:00 |
tagcache.c
|
Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c
|
2008-05-03 16:23:37 +00:00 |
tagcache.h
|
Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c
|
2008-05-03 16:23:37 +00:00 |
tagnavi.config
|
|
|
tagtree.c
|
Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use
|
2008-05-01 10:13:12 +00:00 |
tagtree.h
|
|
|
talk.c
|
Oops, our snprintf doesn't support some fancy features so use something that works instead :)
|
2008-04-20 14:07:21 +00:00 |
talk.h
|
Fix speaking of decimal values to work when decimals != 1, spell the fractional part instead of speaking it like a number, break out a part of output_dyn_value into a separate function and use it
|
2008-04-20 11:02:42 +00:00 |
tree.c
|
Viewported quickscreen (take 2 :D) (FS#8553)
|
2008-05-03 12:30:40 +00:00 |
tree.h
|
|
|
version.h
|
|
|
voice_thread.c
|
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit).
|
2008-04-06 04:34:57 +00:00 |
voice_thread.h
|
|
|