summaryrefslogtreecommitdiff
path: root/apps/plugins/lib (follow)
Commit message (Expand)AuthorAge
* XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori...Jens Arnold2009-11-22
* Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...Torne Wuff2009-10-16
* Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross2009-10-09
* LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun2009-10-08
* Add Vertical stride support to LCD scrolling functions.Karl Kurbjun2009-09-12
* Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2009-09-04
* * Fix plugin keymaps for VX777Maurus Cuelenaere2009-08-31
* pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a mu...Teruaki Kawashima2009-08-16
* FS#10496: remove function read_image_file_offset, it had a bug and is not use...Bertrik Sikken2009-08-09
* Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli2009-08-04
* calendar: fix bug when add new event text longer than last entry.Teruaki Kawashima2009-08-03
* Remove find_albumart() from the plugin API as it doesn't exist for them.Thomas Martitz2009-08-03
* Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2009-08-03
* Blackjack: Use standard menu and add playback menu, use pluginlib high scores.Karl Kurbjun2009-08-03
* Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun2009-08-02
* Commit FS#10350, prevents to save an unchanged highscore and move the functio...Johannes Schwarz2009-07-18
* Fix a bug in lib display_text.h, which inserts a unwanted blank lineJohannes Schwarz2009-07-15
* FS#10080Nils Wallménius2009-07-14
* use lib display text to display help messages (FS#10099).Teruaki Kawashima2009-07-14
* set svn:keywords propertyTeruaki Kawashima2009-07-12
* Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere2009-07-05
* Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere2009-07-04
* Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere2009-07-04
* reduce size of the instance of struct style_text in lib/display.h (thanks to ...Johannes Schwarz2009-07-02
* Improve the highscore related functions in plugin lib (FS#10350)Alexander Levin2009-06-30
* Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré2009-06-29
* FS#10099: new lib, which displays formatted text on every target; also suppor...Johannes Schwarz2009-06-28
* Core JPEG decoder improvements:Andrew Mahone2009-06-19
* Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon2009-06-16
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold2009-06-01
* Move the ONDIO_PAD to the others which have the same keymap in the generic di...Thomas Martitz2009-06-01
* Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.Andrew Mahone2009-06-01
* Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...Andrew Mahone2009-05-31
* Commit next part of FS# 10138 by Teruaki Kawashima. Removed unneeded error c...Michael Giacomelli2009-05-27
* Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone2009-05-26
* Fix duplicate #includesBertrik Sikken2009-05-17
* Add include to pluginlib_jpeg_mem.c to prevent warning noise with -Wmissing-p...Andrew Mahone2009-05-16
* Extend buflib to support shifting space out off the buffer for other use, and...Andrew Mahone2009-05-16
* Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone2009-05-09
* Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_...Andrew Mahone2009-05-08
* M:Robe 500: Make some plugins work with the touchscreen (remote support needs...Karl Kurbjun2009-05-06
* Fix red on PlayerAndrew Mahone2009-05-04
* Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone2009-05-04
* Make local function static in jpeg_load.c, add missing header file in read_im...Bertrik Sikken2009-05-03
* Fix red.Andrew Mahone2009-05-02
* Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling ...Andrew Mahone2009-05-02
* Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c o...Andrew Mahone2009-05-02
* Add exit() implementation for pluginsMaurus Cuelenaere2009-04-22
* Commit fix for CPU_BOOST_LOGGING by Rafaël Carré.Michael Giacomelli2009-04-17