summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2009-02-11Oops, missed some files in my previous commit.Mustapha Senhaji
2009-02-11New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk g...Mustapha Senhaji
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold
2009-02-09More compact screendump routines for core and greylib. The core routine might...Jens Arnold
2009-02-09Xobox - clear display for all. Fixes problem on colour screens with one or bo...Marianne Arnold
2009-02-09make sure plugin.lds is not processed when building sims since it isn't used ...Daniel Stenberg
2009-02-09do the #error for unknown CPU in the cases we're not building a simDaniel Stenberg
2009-02-09don't do #error if no CPU define was found since we don't set it on simulatorDaniel Stenberg
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold
2009-02-08align frontmost edge of slides with plane of displayAndrew Mahone
2009-02-08simplify zo calculation a bit, "zoom" the center margin value and add term fo...Andrew Mahone
2009-02-07rewrite of pictureflow renderer with 3D projection, this will allow many poss...Andrew Mahone
2009-02-06use a table-free clz on coldfire, where it benchmarks a bit fasterAndrew Mahone
2009-02-05Fix FS#2533, apple appearing late in the snake pluginThomas Martitz
2009-02-05Fix a wrong check in lamp, spotted by DerPapstJonathan Gordon
2009-02-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis
2009-02-01Use LCD_HEIGHT to exclude pacbox from c200 builds instead of target name so t...Marianne Arnold
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon
2009-02-01Statusbar handling fixes. Jonathan Gordon
2009-01-30per Jens Arnold's suggestion:Andrew Mahone
2009-01-30correct clz in pictureflow.cAndrew Mahone
2009-01-30remove 64-bit math from fdiv in pictureflow.c, replacing it with limited pre-...Andrew Mahone
2009-01-29pictureflow tweaks:Andrew Mahone
2009-01-29fix divide-by-zero error in pictureflow when selecting albumAndrew Mahone
2009-01-29MPEGPlayer: If valid start AND end timestamps for a stream are not found then...Michael Sevakis
2009-01-25fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...Andrew Mahone
2009-01-24Philips HDD1630: fix yellowMark Arigo
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo
2009-01-24Add button map for the Clip.Jens Arnold
2009-01-24fix yellow - don't build pluginlib_albumart.c on non-bitmap targetsAndrew Mahone
2009-01-24fix red on mono hardware - add mem function wrappers to pictureflowAndrew Mahone
2009-01-24plugins/lib/feature_wrappers.h to provide easy access to some feature that ma...Andrew Mahone
2009-01-24fix for targets using greylib in pictureflow, they need to set drawmode for b...Andrew Mahone
2009-01-24albumart search in pluginlib when building without HAVE_ALBUMART (for later u...Andrew Mahone
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis
2009-01-21replace DIV255 with an inline function, the macro version caused unneeded rec...Andrew Mahone
2009-01-20fix red on grayscale in pictureflowAndrew Mahone
2009-01-20scaler optimizations:Andrew Mahone
2009-01-19port test_boost.c to global plugin APIAndrew Mahone
2009-01-18Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'...Jens Arnold
2009-01-18use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew Mahone
2009-01-17fixed euroconverter, missed in the configfile changeAndrew Mahone
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone
2009-01-17fix pictureflow, previous fix caused cache to never be marked as goodAndrew Mahone
2009-01-17fix yellow, but in the long run, configfile needs a TYPE_BOOL as a clean fix ...Andrew Mahone
2009-01-17return to transposed images in cache, via new output plugins, to saveAndrew Mahone
2009-01-17remove unused fh from create_albumart_cacheAndrew Mahone