index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lib
/
pluginlib_bmp.c
(
unfollow
)
Commit message (
Expand
)
Author
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
2010-10-10
use different function to resize bitmap for greylib.
Teruaki Kawashima
2010-09-29
fix red
Marcin Bukat
2010-09-29
fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to prop...
Marcin Bukat
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2009-08-16
pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a mu...
Teruaki Kawashima
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-05-09
Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...
Andrew Mahone
2009-05-04
Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2009-01-12
Added missing dependencies for codeclib and pluginlib. This required renaming...
Björn Stenberg
2009-01-08
remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining ...
Andrew Mahone
2009-01-08
cleanup for core-file-in-pluginlib compilation:
Andrew Mahone
2009-01-04
remove extra include of core bmp.c from a previous attempt at pluginlib scaler
Andrew Mahone
2009-01-04
build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...
Andrew Mahone
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2008-01-26
Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.
Nicolas Pennequin
2007-12-11
PictureFlow fixes and improvements:
Nicolas Pennequin
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
2006-07-19
Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.
Antoine Cellerier