rockbox/apps/plugins/lib
Andrew Mahone d70902feb8 fix greylib scaler output on sh, output_row_grey was not using SC_MUL macro
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20011 a1c6a512-1295-4272-9138-f99709370657
2009-02-15 15:54:46 +00:00
..
bmp_smooth_scale.c Added missing dependencies for codeclib and pluginlib. This required renaming some files that have twins in other places. 2009-01-12 21:56:46 +00:00
checkbox.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
checkbox.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
configfile.c Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'/'off', but this is currently impossible due to the fixed field width requirement introduced in r15052. 2009-01-18 17:06:29 +00:00
configfile.h unify pointers to value for configfile, and add TYPE_BOOL type, used by 2009-01-17 22:53:12 +00:00
feature_wrappers.h plugins/lib/feature_wrappers.h to provide easy access to some feature that may be in either API or pluginlib depending on target 2009-01-24 09:29:22 +00:00
fixedpoint.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
fixedpoint.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gcc-support.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +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 Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim. 2009-02-10 23:43:37 +00:00
grey_draw.c fix greylib scaler output on sh, output_row_grey was not using SC_MUL macro 2009-02-15 15:54:46 +00:00
grey_parm.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
grey_scroll.c loader-initialized global plugin API: 2009-01-16 10:34:40 +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 loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
helper.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
highscore.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
highscore.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
md5.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
md5.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
oldmenuapi.c Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit 2009-02-01 13:43:08 +00:00
oldmenuapi.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
overlay.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
overlay.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
picture.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
picture.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playback_control.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
playback_control.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
playergfx.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
playergfx.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
pluginlib_actions.c Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on main unit ones. Cleanup keymap file a bit. Fix main button scanner to not clobber remote button. Fix a bug in actions.c where 'LAST_ITEM_IN_LIST' didn't really terminate scanning immediately. It would do an additional call into get_context_map and silently pick up ACTION_STD. 2009-02-03 10:55:30 +00:00
pluginlib_actions.h loader-initialized global plugin API: 2009-01-16 10:34:40 +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 loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
pluginlib_bmp.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
pluginlib_resize.c fix pluginlib_resize.c for global plugin API 2009-01-16 10:49:11 +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
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
SOURCES remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
touchscreen.c Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
touchscreen.h Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
wrappers.h albumart search in pluginlib when building without HAVE_ALBUMART (for later use by pictureflow) 2009-01-24 04:09:29 +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 loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00