rockbox/apps/plugins/lib
Torne Wuff 9e16161832 pluginlib: Support calling a function at exit time to clean up open files
or other similar work. This is not quite the same as atexit() on POSIX as
the function is *not* called if the plugin exits by returning from
plugin_start; only if exit() is called. No code overhead if it's not used.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24189 a1c6a512-1295-4272-9138-f99709370657
2010-01-05 22:17:32 +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
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
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 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
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 Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +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: Support calling a function at exit time to clean up open files 2010-01-05 22:17:32 +00:00
pluginlib_jpeg_idct_arm.S
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 XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp horizontally packed LCDs. * Faster pixel-wise upward scrolling on 2bpp vertically packed LCD coldfire targets. 2009-11-22 14:48:50 +00:00