rockbox/apps/plugins/lib
2008-03-23 00:28:16 +00:00
..
bmp.c Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game. 2008-01-26 00:16:06 +00:00
bmp.h Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game. 2008-01-26 00:16:06 +00:00
checkbox.c
checkbox.h
configfile.c
configfile.h
fixedpoint.c
fixedpoint.h Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions. 2008-01-23 08:25:04 +00:00
grey.h Greyscale library: Preparations for a gamma measurement plugin. 2008-03-02 23:31:09 +00:00
grey_coldfire.S Minor cleanups mostly for consistency. 2008-03-06 18:25:29 +00:00
grey_core.c Greyscale library: Preparations for a gamma measurement plugin. 2008-03-02 23:31:09 +00:00
grey_draw.c Greyscale library: Assembler optimised update function for SH1 (Archos recorders, Ondios), giving ~50% speedup. 2008-03-05 22:14:13 +00:00
grey_parm.c Greyscale library: * Defer application of lcd linearisation + gamma in buffered mode to the actual update. This simplifies the update function (grey_update() and grey_update_rect() now are just calls to grey_ub_gray_bitmap_part()), and makes DRMODE_COMPLEMENT work properly. * Make the simulator version work and behave more similar to the target version. 2008-01-13 18:39:09 +00:00
grey_scroll.c Greyscale library: * Defer application of lcd linearisation + gamma in buffered mode to the actual update. This simplifies the update function (grey_update() and grey_update_rect() now are just calls to grey_ub_gray_bitmap_part()), and makes DRMODE_COMPLEMENT work properly. * Make the simulator version work and behave more similar to the target version. 2008-01-13 18:39:09 +00:00
grey_sh.S Minor cleanups mostly for consistency. 2008-03-06 18:25:29 +00:00
helper.c Fix some plugins not using the helper functions for the new backlight timeout handling. 2007-11-29 23:55:58 +00:00
helper.h Fix some plugins not using the helper functions for the new backlight timeout handling. 2007-11-29 23:55:58 +00:00
highscore.c
highscore.h
Makefile Greyscale library: Assembler optimised update for coldfire, ~73% speedup when using IRAM, ~35% speedup without IRAM. Slight optimisation for other targets as well. 2008-03-02 17:05:00 +00:00
oldmenuapi.c
oldmenuapi.h
overlay.c
overlay.h
picture.c
picture.h
playback_control.c
playback_control.h pointers suck... spotted in IRC 2008-03-11 09:16:44 +00:00
playergfx.c
playergfx.h
pluginlib_actions.c Adapt most single-file plugins to the M3 keypad and screen. It's still preliminary, as many plugins now can't be left without the remote. The plugins need to be converted to use the action API (but not pluginlib actions). Plugins are not enabled yet. * Simplify the bitmap handling in the source of some plugins. 2008-03-22 10:24:28 +00:00
pluginlib_actions.h Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions. 2008-01-23 08:25:04 +00:00
profile_plugin.c
profile_plugin.h
rgb_hsv.c
rgb_hsv.h
SOURCES Adapt most single-file plugins to the M3 keypad and screen. It's still preliminary, as many plugins now can't be left without the remote. The plugins need to be converted to use the action API (but not pluginlib actions). Plugins are not enabled yet. * Simplify the bitmap handling in the source of some plugins. 2008-03-22 10:24:28 +00:00
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c LCd extension lib: Implement proper scrolling for 2 bit vertical interleaved LCD. Stops oscilloscope from crashing on M3. * A few small simplifications. 2008-03-23 00:28:16 +00:00