Age | Commit message (Expand) | Author |
2010-02-25 | plugins/lib: remove out-dated comments about plugin api. | Teruaki Kawashima |
2010-02-22 | plugin: implement highscore_show for player and use it in rockblox. | Teruaki Kawashima |
2010-02-22 | some changes to use of display_text. | Teruaki Kawashima |
2010-02-11 | Packard Bell Vibe 500: Start committing plugin keymaps. | Szymon Dziok |
2010-02-01 | FS#10943, optimized division and clz routines to replace libgcc routines for ... | Andrew Mahone |
2010-01-05 | pluginlib: Support calling a function at exit time to clean up open files | Torne Wuff |
2010-01-03 | Set svn:keywords property on .c and .h files that didn't already have it. Cor... | Bertrik Sikken |
2009-12-15 | Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and | Tomer Shalev |
2009-12-12 | Cowon: Fix wrong pluginlib action | Tomer Shalev |
2009-12-10 | These are the last plugin keymaps needed for the GoGear SA9200. | Robert Menes |
2009-11-22 | XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori... | Jens Arnold |
2009-10-16 | Pluginlib: make scroll functions clear screen if scrolled by >= screen size (... | Torne Wuff |
2009-10-09 | Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1. | Tom Ross |
2009-10-08 | LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides. | Karl Kurbjun |
2009-09-12 | Add Vertical stride support to LCD scrolling functions. | Karl Kurbjun |
2009-09-04 | Fix STRIDE macro for multiscreen and add stride support for picture lib. | Karl Kurbjun |
2009-08-31 | * Fix plugin keymaps for VX777 | Maurus Cuelenaere |
2009-08-16 | pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a mu... | Teruaki Kawashima |
2009-08-09 | FS#10496: remove function read_image_file_offset, it had a bug and is not use... | Bertrik Sikken |
2009-08-04 | Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ... | Michael Giacomelli |
2009-08-03 | calendar: fix bug when add new event text longer than last entry. | Teruaki Kawashima |
2009-08-03 | Remove find_albumart() from the plugin API as it doesn't exist for them. | Thomas Martitz |
2009-08-03 | Remove various ABS() definitions with a single one using typeof (if using gcc... | Thomas Martitz |
2009-08-03 | Blackjack: Use standard menu and add playback menu, use pluginlib high scores. | Karl Kurbjun |
2009-08-02 | Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev... | Karl Kurbjun |
2009-07-18 | Commit FS#10350, prevents to save an unchanged highscore and move the functio... | Johannes Schwarz |
2009-07-15 | Fix a bug in lib display_text.h, which inserts a unwanted blank line | Johannes Schwarz |
2009-07-14 | FS#10080 | Nils Wallménius |
2009-07-14 | use lib display text to display help messages (FS#10099). | Teruaki Kawashima |
2009-07-12 | set svn:keywords property | Teruaki Kawashima |
2009-07-05 | Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040... | Maurus Cuelenaere |
2009-07-04 | Revert "Consolidate all fixed point math routines in one library (FS#10400) b... | Maurus Cuelenaere |
2009-07-04 | Consolidate all fixed point math routines in one library (FS#10400) by Jeffre... | Maurus Cuelenaere |
2009-07-02 | reduce size of the instance of struct style_text in lib/display.h (thanks to ... | Johannes Schwarz |
2009-06-30 | Improve the highscore related functions in plugin lib (FS#10350) | Alexander Levin |
2009-06-29 | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré |
2009-06-28 | FS#10099: new lib, which displays formatted text on every target; also suppor... | Johannes Schwarz |
2009-06-19 | Core JPEG decoder improvements: | Andrew Mahone |
2009-06-16 | Accept FS#10094 by Teruaki Kawashima: | Jonathan Gordon |
2009-06-07 | Convert a number of places in core and plugins to use the BIT_N() macro inste... | Jens Arnold |
2009-06-01 | Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc... | Jens Arnold |
2009-06-01 | Move the ONDIO_PAD to the others which have the same keymap in the generic di... | Thomas Martitz |
2009-06-01 | Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib. | Andrew Mahone |
2009-05-31 | Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t... | Andrew Mahone |
2009-05-27 | Commit next part of FS# 10138 by Teruaki Kawashima. Removed unneeded error c... | Michael Giacomelli |
2009-05-26 | Use pre-multiplication in scaler to save one multiply per color component on ... | Andrew Mahone |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken |
2009-05-16 | Add include to pluginlib_jpeg_mem.c to prevent warning noise with -Wmissing-p... | Andrew Mahone |
2009-05-16 | Extend buflib to support shifting space out off the buffer for other use, and... | Andrew Mahone |
2009-05-09 | Split 8-bit-to-native conversion in bmp.c into a function, add support for pl... | Andrew Mahone |