summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-02-01Statusbar handling fixes. Jonathan Gordon15-84/+91
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-1/+1
2009-01-31Update Dutch lang filePeter D'Hoye1-1/+117
2009-01-31FS#9638 - temp_cue is unused and wasting memory.Bertrik Sikken4-36/+7
2009-01-30per Jens Arnold's suggestion:Andrew Mahone1-18/+8
2009-01-30correct clz in pictureflow.cAndrew Mahone1-1/+1
2009-01-30remove 64-bit math from fdiv in pictureflow.c, replacing it with limited pre-...Andrew Mahone1-8/+63
2009-01-29Fix yellowMaurus Cuelenaere1-0/+1
2009-01-29Get checkwps working againMaurus Cuelenaere2-13/+5
2009-01-29radio keymap fix for e200 from FS#9846Andrew Mahone1-3/+7
2009-01-29pictureflow tweaks:Andrew Mahone1-5/+5
2009-01-29fix divide-by-zero error in pictureflow when selecting albumAndrew Mahone1-1/+1
2009-01-29MPEGPlayer: If valid start AND end timestamps for a stream are not found then...Michael Sevakis1-5/+7
2009-01-28Forget Info screen auto refresh for now since it messes with text scrolling.Michael Sevakis1-8/+0
2009-01-28Make sure 'Battery: Charging' is displayed in the info screen when charging n...Michael Sevakis1-7/+27
2009-01-28Some cleanup (such as #include cleanup, clearer variable names) in pitchscree...Thomas Martitz1-26/+23
2009-01-28Fix list title setupThomas Martitz1-6/+5
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz1-2/+2
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz5-22/+15
2009-01-26Commit FS#9825 and FS#9826 by Alex Parker: Correct the recording table button...Robert Menes23-46/+46
2009-01-26Fix FS#9830 - utf8 encoded .cue files dont get displayed properlyJonathan Gordon1-5/+17
2009-01-25fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...Andrew Mahone8-28/+12
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold1-1/+1
2009-01-25Fix FS#9662 by removing any cancel action from the power button, left button ...Thomas Martitz33-151/+149
2009-01-24Philips HDD1630: fix yellowMark Arigo1-0/+10
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone27-104/+20
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo56-10/+603
2009-01-24Add button map for the Clip.Jens Arnold1-0/+8
2009-01-24fix yellow - don't build pluginlib_albumart.c on non-bitmap targetsAndrew Mahone1-3/+3
2009-01-24fix red on mono hardware - add mem function wrappers to pictureflowAndrew Mahone1-0/+2
2009-01-24plugins/lib/feature_wrappers.h to provide easy access to some feature that ma...Andrew Mahone5-10/+80
2009-01-24fix for targets using greylib in pictureflow, they need to set drawmode for b...Andrew Mahone1-1/+2
2009-01-24albumart search in pluginlib when building without HAVE_ALBUMART (for later u...Andrew Mahone6-1/+48
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis9-6/+64
2009-01-23Gigabeat S: Add remote control reading and proper headphone insert detection....Michael Sevakis1-0/+64
2009-01-23initialize the codecs API in the codec loader, using the same method as used ...Andrew Mahone3-15/+16
2009-01-23Philips HDD1630: add ADC info to debug screen. Make button_click work again (...Mark Arigo1-0/+5
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-1/+5
2009-01-21Commit stable parts of FS#9611 - Sansa Clip radio codeBertrik Sikken1-6/+13
2009-01-21Remove floor0 stuff from IRAM. Results in a tiny speed decrease for files en...Michael Giacomelli2-10/+10
2009-01-21replace DIV255 with an inline function, the macro version caused unneeded rec...Andrew Mahone1-2/+6
2009-01-20fix test for SH in resize.hAndrew Mahone1-1/+1
2009-01-20fix red on grayscale in pictureflowAndrew Mahone1-1/+1
2009-01-20scaler optimizations:Andrew Mahone3-22/+66
2009-01-19port test_boost.c to global plugin APIAndrew Mahone1-3/+1
2009-01-18Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'...Jens Arnold1-1/+1
2009-01-18use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew Mahone1-5/+8
2009-01-17fixed euroconverter, missed in the configfile changeAndrew Mahone1-1/+1
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone16-91/+120
2009-01-17fix pictureflow, previous fix caused cache to never be marked as goodAndrew Mahone1-2/+2