summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow.c
AgeCommit message (Expand)Author
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-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew 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-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-18use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew 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
2009-01-17pictureflow configfile conversion:Andrew Mahone
2009-01-17pictureflow cleanup:Andrew Mahone
2009-01-16loader-initialized global plugin API:Andrew Mahone
2009-01-16fix bug causing pictureflow to write one column past left side of screen, res...Andrew Mahone
2009-01-14reduce pictureflow's fade_color by one multiply, and a few shifts, while stil...Andrew Mahone
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone
2008-12-28Make sure pictureflow always uses the user font, both on colour and greyscale...Jens Arnold
2008-12-28more pictureflow work:Andrew Mahone
2008-12-27FS#8335, with some changes discussed on IRC:Andrew Mahone
2008-12-27Add support for scaled bitmap loads, and for greylib display, toAndrew Mahone
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone
2008-12-14Yesterday's bugfix commit was buggy. Try again (FS#9634 by Thomas Martitz).Jonas Häggqvist
2008-12-12Bugfixes for Pictureflow (FS#9627 by Thomas Martitz):Jonas Häggqvist
2008-12-12Pictureflow:Jonas Häggqvist
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg
2008-09-17Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott.Nicolas Pennequin
2008-09-08Some bug fixes for PictureFlow by Thomas Martitz: Mistitled zoom setting, FPS...Nicolas Pennequin
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-24pictureflow update:Jonathan Gordon
2008-05-13Plugin parameters should be const.Steve Bavin
2008-04-19Fixed cpu boost/unboost (in case of a plugin error, the cpu was unboosted wit...Bertrik Sikken
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon
2007-12-16PictureFlow improvements:Nicolas Pennequin
2007-12-16Fix the crashes observed on the H10 5GB during the caching process. It was a ...Nicolas Pennequin
2007-12-11PictureFlow fixes and improvements:Nicolas Pennequin
2007-12-11Fixed a few typos spotted on IRC.Jonas Häggqvist
2007-12-11A couple fixes:Nicolas Pennequin
2007-12-10PictureFlow improvements by Jonas Hurrelmann:Nicolas Pennequin
2007-12-10Fix a file descriptor leakNicolas Pennequin