summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow.c (follow)
Commit message (Expand)AuthorAge
* align frontmost edge of slides with plane of displayAndrew Mahone2009-02-08
* simplify zo calculation a bit, "zoom" the center margin value and add term fo...Andrew Mahone2009-02-08
* rewrite of pictureflow renderer with 3D projection, this will allow many poss...Andrew Mahone2009-02-07
* use a table-free clz on coldfire, where it benchmarks a bit fasterAndrew Mahone2009-02-06
* per Jens Arnold's suggestion:Andrew Mahone2009-01-30
* correct clz in pictureflow.cAndrew Mahone2009-01-30
* remove 64-bit math from fdiv in pictureflow.c, replacing it with limited pre-...Andrew Mahone2009-01-30
* pictureflow tweaks:Andrew Mahone2009-01-29
* fix divide-by-zero error in pictureflow when selecting albumAndrew Mahone2009-01-29
* remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone2009-01-24
* fix red on mono hardware - add mem function wrappers to pictureflowAndrew Mahone2009-01-24
* plugins/lib/feature_wrappers.h to provide easy access to some feature that ma...Andrew Mahone2009-01-24
* fix for targets using greylib in pictureflow, they need to set drawmode for b...Andrew Mahone2009-01-24
* replace DIV255 with an inline function, the macro version caused unneeded rec...Andrew Mahone2009-01-21
* fix red on grayscale in pictureflowAndrew Mahone2009-01-20
* scaler optimizations:Andrew Mahone2009-01-20
* use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew Mahone2009-01-18
* unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone2009-01-17
* fix pictureflow, previous fix caused cache to never be marked as goodAndrew Mahone2009-01-17
* fix yellow, but in the long run, configfile needs a TYPE_BOOL as a clean fix ...Andrew Mahone2009-01-17
* return to transposed images in cache, via new output plugins, to saveAndrew Mahone2009-01-17
* remove unused fh from create_albumart_cacheAndrew Mahone2009-01-17
* pictureflow configfile conversion:Andrew Mahone2009-01-17
* pictureflow cleanup:Andrew Mahone2009-01-17
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* fix bug causing pictureflow to write one column past left side of screen, res...Andrew Mahone2009-01-16
* reduce pictureflow's fade_color by one multiply, and a few shifts, while stil...Andrew Mahone2009-01-14
* remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone2009-01-13
* Make sure pictureflow always uses the user font, both on colour and greyscale...Jens Arnold2008-12-28
* more pictureflow work:Andrew Mahone2008-12-28
* FS#8335, with some changes discussed on IRC:Andrew Mahone2008-12-27
* Add support for scaled bitmap loads, and for greylib display, toAndrew Mahone2008-12-27
* Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone2008-12-26
* Yesterday's bugfix commit was buggy. Try again (FS#9634 by Thomas Martitz).Jonas Häggqvist2008-12-14
* Bugfixes for Pictureflow (FS#9627 by Thomas Martitz):Jonas Häggqvist2008-12-12
* Pictureflow:Jonas Häggqvist2008-12-12
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg2008-11-03
* Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott.Nicolas Pennequin2008-09-17
* Some bug fixes for PictureFlow by Thomas Martitz: Mistitled zoom setting, FPS...Nicolas Pennequin2008-09-08
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* pictureflow update:Jonathan Gordon2008-06-24
* Plugin parameters should be const.Steve Bavin2008-05-13
* Fixed cpu boost/unboost (in case of a plugin error, the cpu was unboosted wit...Bertrik Sikken2008-04-19
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon2008-01-10
* PictureFlow improvements:Nicolas Pennequin2007-12-16
* Fix the crashes observed on the H10 5GB during the caching process. It was a ...Nicolas Pennequin2007-12-16
* PictureFlow fixes and improvements:Nicolas Pennequin2007-12-11