rockbox/apps/plugins/lib
Jonathan Gordon fe9dca3d5b option_screen() now accepts a viewport
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17223 a1c6a512-1295-4272-9138-f99709370657
2008-04-23 11:07:40 +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 Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It could be made smaller by taking out some special cases, but I'm leaving them in for now because size isn't really a concern until we decide to move it into the core (if we ever do). test_resize now allows to choose between both resize methods for comparison. sliding_puzzle is made to use the smooth scaling. 2008-04-06 22:30:50 +00:00
bmp_smooth_scale.c Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It could be made smaller by taking out some special cases, but I'm leaving them in for now because size isn't really a concern until we decide to move it into the core (if we ever do). test_resize now allows to choose between both resize methods for comparison. sliding_puzzle is made to use the smooth scaling. 2008-04-06 22:30:50 +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 This TODO is no longer todo... 2008-04-07 21:47:58 +00:00
grey_coldfire.S iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels. 2008-03-25 23:21:36 +00:00
grey_core.c it's #else not #elif (fix red) 2008-04-08 15:25:35 +00:00
grey_draw.c iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels. 2008-03-25 23:21:36 +00:00
grey_parm.c iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels. 2008-03-25 23:21:36 +00:00
grey_scroll.c iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels. 2008-03-25 23:21:36 +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 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH 2008-04-09 15:25:17 +00:00
oldmenuapi.h
overlay.c
overlay.h
picture.c
picture.h
playback_control.c option_screen() now accepts a viewport 2008-04-23 11:07:40 +00:00
playback_control.h option_screen() now accepts a viewport 2008-04-23 11:07:40 +00:00
playergfx.c
playergfx.h
pluginlib_actions.c grr.. typo 2008-04-16 02:38:52 +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 Oops. Fix red. 2008-04-06 22:47:21 +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