summaryrefslogtreecommitdiffstats
path: root/lib/gui/graphic_utils.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+2
* graphic_utils: Fix freeing uninitialzed pointer in fb_open()Sascha Hauer2017-10-191-3/+1
* graphic_utils: do not allocate info in fb_openBastian Stender2017-02-241-3/+0
* graphic_utils: implement 8 bpp color depth in gu_set_pixelBastian Stender2017-02-241-0/+1
* GUI: Add a function to draw vertical/horizontal barsAndrey Smirnov2016-06-301-0/+29
* graphics_utils: check for valid framebuffer before creating a screenSascha Hauer2015-11-131-0/+4
* gui: implement blitting screen areasSascha Hauer2015-08-201-0/+19
* gui: Use fb provided shadowfb for offscreen renderingSascha Hauer2015-08-201-17/+7
* fb: return original fb_info in FBIOGET_SCREENINFOSascha Hauer2015-08-201-4/+2
* graphics_utils: Let fb_open allocate the screenSascha Hauer2015-07-201-26/+52
* graphics_utils: add function to create pixel from rgb tripletSascha Hauer2015-07-161-6/+26
* graphics_utils: Export get_pixelSascha Hauer2015-07-161-2/+12
* graphics_utils: Add function to invert an areaSascha Hauer2015-07-161-0/+19
* graphic_utils: Add a common namespace to functionsSascha Hauer2015-07-151-11/+11
* graphic_utils: set_pixel only write 16bit in 16bit modeJean-Christophe PLAGNIOL-VILLARD2015-01-051-1/+1
* gui: convert graphic utils to respect line_lengthAndre Heider2013-11-061-5/+5
* graphic_utils/fb_open: fix fbsizeJean-Christophe PLAGNIOL-VILLARD2013-01-161-1/+1
* gui: blit the surface on demandJean-Christophe PLAGNIOL-VILLARD2012-10-041-0/+8
* graphic_utils: introduce common fb_open/closeJean-Christophe PLAGNIOL-VILLARD2012-10-041-0/+52
* graphic_utils: pass image so we can draw only the visible part of the imageJean-Christophe PLAGNIOL-VILLARD2012-10-041-3/+4
* gui: move gui file to include/gui and lib/guiJean-Christophe PLAGNIOL-VILLARD2012-10-041-0/+191