summaryrefslogtreecommitdiffstats
path: root/lib/gui
Commit message (Expand)AuthorAgeFilesLines
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* gui: IMAGE_RENDERER does not depend on VIDEOSascha Hauer2014-06-051-1/+0
* gui: Fix resource leakAlexander Shiyan2014-04-231-0/+4
* treewide: fix signedness mixups in printf format specifiersLucas Stach2014-04-231-1/+1
* splash: Print error message when no renderer is foundSascha Hauer2014-03-171-0/+2
* barebox: remove double semicolonsAlexander Aring2013-11-181-2/+2
* gui: Fix signed/unsigned arguments for printfAlexander Shiyan2013-11-111-1/+1
* gui: convert the bmp renderer to respect line_lengthAndre Heider2013-11-061-4/+4
* gui: convert graphic utils to respect line_lengthAndre Heider2013-11-061-5/+5
* treewide: fix format specifiersSascha Hauer2013-01-271-1/+1
* graphic_utils/fb_open: fix fbsizeJean-Christophe PLAGNIOL-VILLARD2013-01-161-1/+1
* Merge branch 'kconfig'Sascha Hauer2012-12-081-1/+1
|\
| * Cleanup Kconfig filesAlexander Shiyan2012-12-081-1/+1
* | filetype: Pass bufsizeSascha Hauer2012-12-031-3/+3
|/
* 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-043-6/+8
* graphic_utils: introduce common fb_open/closeJean-Christophe PLAGNIOL-VILLARD2012-10-043-9/+56
* gui: introduce screen and surface to factorize and simplify codeJean-Christophe PLAGNIOL-VILLARD2012-10-043-41/+48
* graphic_utils: pass image so we can draw only the visible part of the imageJean-Christophe PLAGNIOL-VILLARD2012-10-042-4/+5
* gui: move gui file to include/gui and lib/guiJean-Christophe PLAGNIOL-VILLARD2012-10-0414-0/+9246