summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib
AgeCommit message (Expand)AuthorFilesLines
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz2-536/+240
2010-05-20HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat1-1/+1
2010-05-18apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré1-7/+27
2010-05-10HD200 - add support for the device in greylibMarcin Bukat1-0/+21
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-2/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz3-4/+5
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2-2/+2
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+32
2010-02-25plugins/lib: remove out-dated comments about plugin api.Teruaki Kawashima4-5/+4
2010-02-22plugin: implement highscore_show for player and use it in rockblox.Teruaki Kawashima2-8/+46
2010-02-22some changes to use of display_text.Teruaki Kawashima2-15/+41
2010-02-11Packard Bell Vibe 500: Start committing plugin keymaps.Szymon Dziok1-1/+28
2010-02-01FS#10943, optimized division and clz routines to replace libgcc routines for ...Andrew Mahone1-0/+1
2010-01-05pluginlib: Support calling a function at exit time to clean up open filesTorne Wuff1-11/+20
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken1-1/+1
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-4/+4
2009-12-12Cowon: Fix wrong pluginlib actionTomer Shalev1-2/+2
2009-12-10These are the last plugin keymaps needed for the GoGear SA9200.Robert Menes1-5/+19
2009-11-22XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori...Jens Arnold1-6/+3
2009-10-16Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...Torne Wuff2-0/+60
2009-10-09Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross1-1/+1
2009-10-08LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun1-2/+2
2009-09-12Add Vertical stride support to LCD scrolling functions.Karl Kurbjun1-0/+92
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2-6/+8
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere1-0/+13
2009-08-16pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a mu...Teruaki Kawashima1-5/+5
2009-08-09FS#10496: remove function read_image_file_offset, it had a bug and is not use...Bertrik Sikken2-18/+0
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli1-0/+36
2009-08-03calendar: fix bug when add new event text longer than last entry.Teruaki Kawashima1-1/+2
2009-08-03Remove find_albumart() from the plugin API as it doesn't exist for them.Thomas Martitz1-2/+2
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-7/+0
2009-08-03Blackjack: Use standard menu and add playback menu, use pluginlib high scores.Karl Kurbjun2-6/+15
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun4-136/+273
2009-07-18Commit FS#10350, prevents to save an unchanged highscore and move the functio...Johannes Schwarz2-0/+70
2009-07-15Fix a bug in lib display_text.h, which inserts a unwanted blank lineJohannes Schwarz1-6/+5
2009-07-14FS#10080Nils Wallménius5-5/+130
2009-07-14use lib display text to display help messages (FS#10099).Teruaki Kawashima1-5/+0
2009-07-12set svn:keywords propertyTeruaki Kawashima2-2/+2
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere2-243/+41
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere2-1/+239
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere2-239/+1
2009-07-02reduce size of the instance of struct style_text in lib/display.h (thanks to ...Johannes Schwarz2-11/+17
2009-06-30Improve the highscore related functions in plugin lib (FS#10350)Alexander Levin2-55/+95
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-3/+2
2009-06-28FS#10099: new lib, which displays formatted text on every target; also suppor...Johannes Schwarz3-0/+187
2009-06-19Core JPEG decoder improvements:Andrew Mahone2-0/+27
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon3-296/+0
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold3-2/+17
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold1-2/+1