rockbox/apps/plugins/lib
Rob Purchase 47ea030e2e Initial Cowon D2 commit:
* bootloader test program (basic LCD & button drivers, reads touchscreen)
* work-in-progress stubs for main build


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16090 a1c6a512-1295-4272-9138-f99709370657
2008-01-14 22:04:48 +00:00
..
bmp.c PictureFlow fixes and improvements: 2007-12-11 18:54:50 +00:00
bmp.h PictureFlow fixes and improvements: 2007-12-11 18:54:50 +00:00
checkbox.c
checkbox.h
configfile.c fix yellow and some house cleaning 2007-10-09 21:28:51 +00:00
configfile.h FS#7487 - mpegplayer - video start time seek with resume 2007-10-09 20:42:20 +00:00
fixedpoint.c
fixedpoint.h
grey.h 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_core.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_draw.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_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
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
oldmenuapi.c minor update to gui_synclist_do_button() which will hopefully simplify things later. 2007-09-17 10:08:50 +00:00
oldmenuapi.h
overlay.c
overlay.h
picture.c
picture.h
playback_control.c Accept FS#7966 by Bertrik Sikken, correcting captions in playback control submenus 2007-10-20 21:56:43 +00:00
playback_control.h
playergfx.c
playergfx.h
pluginlib_actions.c Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
pluginlib_actions.h Code police raid: header files must not define actual code. 2007-09-20 17:42:28 +00:00
profile_plugin.c
profile_plugin.h
rgb_hsv.c
rgb_hsv.h
SOURCES The old grayscale library is now officially dead. 2008-01-13 00:21:45 +00:00
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c