..
bmp_smooth_scale.c
fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to properly handle LCD_STRIDEFORMAT == VERTICAL_STRIDE case
2010-09-29 20:38:08 +00:00
checkbox.c
Remove a bunch of build conditions inside .c files
2010-08-25 19:14:02 +00:00
checkbox.h
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
configfile.c
RaaA: Fix write locations of plugins
2011-03-02 23:43:54 +00:00
configfile.h
correct comment in configfile.h, FS#11292 by Chris Savery.
2010-10-10 14:34:07 +00:00
display_text.c
some changes to use of display_text.
2010-02-22 07:17:15 +00:00
display_text.h
some changes to use of display_text.
2010-02-22 07:17:15 +00:00
feature_wrappers.h
Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both defined for all targets that have HAVE_ALBUMART. Disable JPEG in PictureFlow and pluginlib album art search with 32KiB plugin buffer until PictureFlow
2009-05-04 15:46:41 +00:00
fixedpoint.c
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode
2009-07-05 18:06:07 +00:00
fixedpoint.h
Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes an incorrect assumption in the ADX decoder that sizeof(int) == 32 when performing fixed point math. Update comments in the fixed point library to correct this.
2011-05-26 21:22:29 +00:00
gcc-support.c
Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations for android builds.
2010-10-10 14:43:40 +00:00
grey.h
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
grey_coldfire.S
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
grey_core.c
HD300 - greylib callibration data (taken from iAudio M5 - works well)
2010-11-30 10:52:31 +00:00
grey_draw.c
Speed up mono bitmap drawing on horizontally packed greyscale targets (greyscale iPods). Average speedup is 80% on PP5002, and 55% on PP502x. * Simplify mono bitmap drawing in the 16 bit driver and the greylib a bit, also giving a slight speedup (3% on PP502x, 1.5% on coldfire).
2009-06-01 21:28:03 +00:00
grey_parm.c
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
grey_scroll.c
Pluginlib: make scroll functions clear screen if scrolled by >= screen size (from FS#10330)
2009-10-16 20:15:12 +00:00
grey_sh.S
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
helper.c
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
2011-01-24 12:29:16 +00:00
helper.h
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does.
2011-01-24 12:29:16 +00:00
highscore.c
plugins: use lcd_putsf/lcd_putsxyf
2010-08-28 21:46:45 +00:00
highscore.h
plugin: implement highscore_show for player and use it in rockblox.
2010-02-22 13:45:24 +00:00
jhash.c
Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.
2009-06-01 13:40:30 +00:00
jhash.h
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
jpeg_mem.h
Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_mem_jpeg.c plugins to test and benchmark it, and a line-length clean up in jpeg_load.c.
2009-05-08 03:46:48 +00:00
md5.c
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
md5.h
Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files.
2010-01-03 14:28:09 +00:00
mylcd.h
Convert some more stuff to mylcd_ and support pgfx as well.
2010-06-04 13:22:50 +00:00
overlay.c
Extend lc_open() to also being able to load overlay plugins.
2010-09-09 16:17:21 +00:00
overlay.h
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
picture.c
Fix STRIDE macro for multiscreen and add stride support for picture lib.
2009-09-04 00:46:24 +00:00
picture.h
Fix STRIDE macro for multiscreen and add stride support for picture lib.
2009-09-04 00:46:24 +00:00
playback_control.c
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
playback_control.h
plugins/lib: remove out-dated comments about plugin api.
2010-02-25 12:14:36 +00:00
playergfx.c
Remove a bunch of build conditions inside .c files
2010-08-25 19:14:02 +00:00
playergfx.h
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
pluginlib_actions.c
fuze+: add pluginlib keymap
2011-10-02 15:39:23 +00:00
pluginlib_actions.h
S#10387 - Rework pluginlib actions
2010-05-20 17:41:28 +00:00
pluginlib_albumart.c
albumart search in pluginlib when building without HAVE_ALBUMART (for later use by pictureflow)
2009-01-24 04:09:29 +00:00
pluginlib_bmp.c
use different function to resize bitmap for greylib.
2010-10-10 14:24:11 +00:00
pluginlib_bmp.h
use different function to resize bitmap for greylib.
2010-10-10 14:24:11 +00:00
pluginlib_exit.h
Fix building simulator plugins on Cygwin. A DLL stub containing atexit is linked to the plugins, so give our version a prefix.
2010-08-26 15:44:32 +00:00
pluginlib_jpeg_idct_arm.S
Core JPEG decoder improvements:
2009-06-19 02:56:00 +00:00
pluginlib_jpeg_load.c
Hopefully all green now
2011-02-09 20:51:11 +00:00
pluginlib_jpeg_mem.c
Add include to pluginlib_jpeg_mem.c to prevent warning noise with -Wmissing-prototypes.
2009-05-16 08:20:41 +00:00
pluginlib_resize.c
fix pluginlib_resize.c for global plugin API
2009-01-16 10:49:11 +00:00
pluginlib_touchscreen.c
- Fix some reds by implementing lcd_get_dpi().
2011-10-17 18:28:35 +00:00
pluginlib_touchscreen.h
Pluginlib: Add support for general buttons. Add menu and quit buttons to Reversi. MRobe 500: Modify touch handler to return the previous data always rather than 0 when there is no touch.
2009-08-02 07:05:30 +00:00
profile_plugin.c
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
profile_plugin.h
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
read_image.c
FS#10496: remove function read_image_file_offset, it had a bug and is not used anyway.
2009-08-09 22:20:14 +00:00
read_image.h
FS#10496: remove function read_image_file_offset, it had a bug and is not used anyway.
2009-08-09 22:20:14 +00:00
rgb_hsv.c
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
rgb_hsv.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
simple_viewer.c
Fix typo
2010-08-28 15:06:06 +00:00
simple_viewer.h
add simple text viewer to pluginlib and use this for dict to show description.
2010-06-08 11:07:36 +00:00
SOURCES
Remove buflib from the pluginlib and use the core one.
2011-08-30 16:48:36 +00:00
strncpy.c
strncpy.c / assert.h : need to include _ansi.h
2010-07-25 14:53:06 +00:00
wrappers.h
Hopefully all green now
2011-02-09 20:51:11 +00:00
xlcd.h
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
xlcd_core.c
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
xlcd_draw.c
loader-initialized global plugin API:
2009-01-16 10:34:40 +00:00
xlcd_scroll.c
Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down()
2011-08-25 20:47:44 +00:00