summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* fix red on grayscale in pictureflowAndrew Mahone2009-01-20
* scaler optimizations:Andrew Mahone2009-01-20
* port test_boost.c to global plugin APIAndrew Mahone2009-01-19
* Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'...Jens Arnold2009-01-18
* use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew Mahone2009-01-18
* fixed euroconverter, missed in the configfile changeAndrew Mahone2009-01-17
* 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
* revert/fix parts of r19673, as it changed some e200 keymaps and introduces no...Dominik Wenger2009-01-16
* fix pluginlib_resize.c for global plugin APIAndrew Mahone2009-01-16
* 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
* A simple boost test plugin.Björn Stenberg2009-01-13
* use plugin buffer for greylib overlay in test_greylib_bitmap_scaleAndrew Mahone2009-01-13
* Reverting parts of r19760 that was mistakenly committed.Björn Stenberg2009-01-13
* Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment...Björn Stenberg2009-01-13
* remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone2009-01-13
* Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg2009-01-12
* 19421 missed a few commas in robotfindskitten Adam Gashlin2009-01-09
* Fix test_codec for r19704 (prefix removed from plugin API).Jens Arnold2009-01-08
* Fix cygwin sim build.Björn Stenberg2009-01-08
* revert r19638 which was just bad...Jonathan Gordon2009-01-08
* remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining ...Andrew Mahone2009-01-08
* cleanup for core-file-in-pluginlib compilation:Andrew Mahone2009-01-08
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis2009-01-05
* rockdoom: Mixing 512 samples in an interrupt handler is too much. Gigabeast F...Michael Sevakis2009-01-05
* fix typo.Michael Giacomelli2009-01-05
* Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli2009-01-04
* remove extra include of core bmp.c from a previous attempt at pluginlib scalerAndrew Mahone2009-01-04
* build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone2009-01-04
* Cleaner solution to plugin-included core files.Björn Stenberg2009-01-03
* List sscanf.c in SOURCES instead of doom.makeBjörn Stenberg2009-01-03
* fix yellowJonathan Gordon2009-01-03
* a few more button/statusbar fixes...Jonathan Gordon2009-01-03
* FS#9742 - hopefully the last of theseJonathan Gordon2009-01-02
* Fix building invadrog with DEBUG defined, patch by Yoshihisa Uchida, FS#9737Nils Wallménius2009-01-01
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Reduce the pictureflow empty slide bitmaps to 8-bit palette images,Andrew Mahone2008-12-29
* Make sure pictureflow always uses the user font, both on colour and greyscale...Jens Arnold2008-12-28
* Make the greylib text output functions handle unicode. Fixes non-working umla...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