summaryrefslogtreecommitdiffstats
path: root/lib/gui/bmp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+2
* gui: bmp.c: fix "no previous prototype" warningAntony Pavlov2017-03-301-2/+2
* graphics_utils: Let fb_open allocate the screenSascha Hauer2015-07-201-8/+8
* gui: Fix typo in function nameSascha Hauer2015-07-151-1/+1
* graphic_utils: Add a common namespace to functionsSascha Hauer2015-07-151-2/+2
* bmp support: Use unaligned accessorsSascha Hauer2015-06-231-5/+6
* barebox: remove double semicolonsAlexander Aring2013-11-181-2/+2
* gui: convert the bmp renderer to respect line_lengthAndre Heider2013-11-061-4/+4
* treewide: fix format specifiersSascha Hauer2013-01-271-1/+1
* bmp: specify we need to keep the data read from the fileJean-Christophe PLAGNIOL-VILLARD2012-11-211-0/+1
* gui: blit the surface on demandJean-Christophe PLAGNIOL-VILLARD2012-10-041-3/+0
* graphic_utils: introduce common fb_open/closeJean-Christophe PLAGNIOL-VILLARD2012-10-041-3/+2
* gui: introduce screen and surface to factorize and simplify codeJean-Christophe PLAGNIOL-VILLARD2012-10-041-23/+27
* gui: move gui file to include/gui and lib/guiJean-Christophe PLAGNIOL-VILLARD2012-10-041-0/+134