rockbox/apps/plugins/lib
Torne Wuff 27ece8c366 Pluginlib: make scroll functions clear screen if scrolled by >= screen size (from FS#10330)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23211 a1c6a512-1295-4272-9138-f99709370657
2009-10-16 20:15:12 +00:00
..
bmp_smooth_scale.c
buflib.c Remove various ABS() definitions with a single one using typeof (if using gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much. 2009-08-03 01:38:58 +00:00
buflib.h
checkbox.c
checkbox.h
configfile.c FS#10080 2009-07-14 13:57:45 +00:00
configfile.h
display_text.c Fix a bug in lib display_text.h, which inserts a unwanted blank line 2009-07-15 15:14:17 +00:00
display_text.h reduce size of the instance of struct style_text in lib/display.h (thanks to Teruaki Kawashima) 2009-07-02 17:02:47 +00:00
feature_wrappers.h
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 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
gcc-support.c
grey.h
grey_coldfire.S
grey_core.c Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034 2009-06-29 14:29:46 +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
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
helper.c Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
helper.h
highscore.c calendar: fix bug when add new event text longer than last entry. 2009-08-03 16:30:08 +00:00
highscore.h Blackjack: Use standard menu and add playback menu, use pluginlib high scores. 2009-08-03 01:07:58 +00:00
jhash.c
jhash.h
jpeg_mem.h
md5.c
md5.h
overlay.c
overlay.h
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
playback_control.h
playergfx.c
playergfx.h
pluginlib_actions.c * Fix plugin keymaps for VX777 2009-08-31 21:11:32 +00:00
pluginlib_actions.h
pluginlib_albumart.c
pluginlib_bmp.c pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a multiple of 4. optimize a bit. 2009-08-16 14:57:15 +00:00
pluginlib_bmp.h
pluginlib_exit.c Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1. 2009-10-09 17:55:46 +00:00
pluginlib_exit.h
pluginlib_jpeg_idct_arm.S Core JPEG decoder improvements: 2009-06-19 02:56:00 +00:00
pluginlib_jpeg_load.c
pluginlib_jpeg_mem.c
pluginlib_resize.c
pluginlib_touchscreen.c Remove find_albumart() from the plugin API as it doesn't exist for them. 2009-08-03 15:09:41 +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
profile_plugin.h
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
rgb_hsv.h
SOURCES 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
strncpy.c FS#10080 2009-07-14 13:57:45 +00:00
wrappers.h FS#10080 2009-07-14 13:57:45 +00:00
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c Pluginlib: make scroll functions clear screen if scrolled by >= screen size (from FS#10330) 2009-10-16 20:15:12 +00:00