rockbox/apps/plugins/lib
Linus Nielsen Feltzing c849219370 Moved the X5 button driver to the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10339 a1c6a512-1295-4272-9138-f99709370657
2006-07-27 13:27:31 +00:00
..
bmp.c Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps. 2006-07-19 19:44:44 +00:00
bmp.h Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps. 2006-07-19 19:44:44 +00:00
configfile.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
configfile.h
gray.h Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. 2006-02-26 13:37:42 +00:00
gray_core.c SH1: Better placement of the C library routine references (gcc 3.4.x -Os and -O2 proof). 2006-04-20 19:48:02 +00:00
gray_draw.c SH1: Better placement of the C library routine references (gcc 3.4.x -Os and -O2 proof). 2006-04-20 19:48:02 +00:00
gray_parm.c Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. 2006-02-26 13:37:42 +00:00
gray_scroll.c Minor optimisation. 2006-03-08 01:15:09 +00:00
highscore.c A new API for saving highscores in game plugins 2005-06-08 13:47:46 +00:00
highscore.h A new API for saving highscores in game plugins 2005-06-08 13:47:46 +00:00
Makefile Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
overlay.c Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of the whole plugiin buffer, for faster plugin loading. * Applied the same idea to the overlay loader. 2006-04-06 18:26:14 +00:00
overlay.h Made the overlay loader code part of the plugin library. 2006-02-23 20:46:33 +00:00
playback_control.c Basic plugin playback control menu by Jonathan Gordon (Patch #4874) 2006-03-26 22:33:25 +00:00
playback_control.h Basic plugin playback control menu by Jonathan Gordon (Patch #4874) 2006-03-26 22:33:25 +00:00
playergfx.c 1bit and 2bit LCD drivers: Low-level bit handling optimisations. 2006-07-18 00:04:43 +00:00
playergfx.h Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. 2005-07-07 00:05:29 +00:00
profile_plugin.c Fix profiling compilation for non-m68k targets 2006-03-09 01:37:52 +00:00
profile_plugin.h Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
rgb_hsv.c RGB <-> HSV colorspace conversion lib 2006-07-19 19:40:17 +00:00
rgb_hsv.h RGB <-> HSV colorspace conversion lib 2006-07-19 19:40:17 +00:00
SOURCES Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps. 2006-07-19 19:44:44 +00:00
xlcd.h LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations. 2006-03-08 01:14:46 +00:00
xlcd_core.c LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations. 2006-03-08 01:14:46 +00:00
xlcd_draw.c LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations. 2006-03-08 01:14:46 +00:00
xlcd_scroll.c Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD driver broke it. 2006-04-06 20:31:57 +00:00