summaryrefslogtreecommitdiffstats
path: root/lib/gui
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* gui: picopng: declare locally used functions as staticLucas Stach2019-12-021-30/+30
* trivial: fix typo lenght -> lengthUwe Kleine-König2019-10-141-8/+8
* gui: png_lode: fix freeing of uninitialized pointerAhmad Fatoum2019-08-301-6/+7
* 2d-primitives: fix no previous prototype warningSam Ravnborg2019-01-031-0/+2
* Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-072-41/+29
|\
| * gui: lodepng: Avoid missing prototypes warningSascha Hauer2018-11-122-41/+29
* | lib: lodepng: remove useless testOleksij Rempel2018-11-211-7/+1
|/
* 2d-primitives: fix typos in function names in commentsNikita Yushchenko2017-11-031-3/+3
* Merge branch 'for-next/graphics'Sascha Hauer2017-10-191-2/+2
|\
| * 2d-primitives: fix missing pixel in gu_draw_line()Nikita Yushchenko2017-10-161-2/+2
* | graphic_utils: Fix freeing uninitialzed pointer in fb_open()Sascha Hauer2017-10-191-3/+1
|/
* gui: bmp.c: fix "no previous prototype" warningAntony Pavlov2017-03-301-2/+2
* 2d-primitives: check dimensions in __illuminateBastian Stender2017-02-241-0/+3
* 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 code to draw simple graphicsAndrey Smirnov2016-06-303-0/+203
* 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-203-35/+61
* 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
* gui: Fix typo in function nameSascha Hauer2015-07-152-2/+2
* graphic_utils: Add a common namespace to functionsSascha Hauer2015-07-153-14/+14
* Merge branch 'for-next/misc'Sascha Hauer2015-07-031-4/+4
|\
| * image_renderer: Use read_file_2Sascha Hauer2015-06-261-4/+4
* | bmp support: Use unaligned accessorsSascha Hauer2015-06-231-5/+6
|/
* graphic_utils: set_pixel only write 16bit in 16bit modeJean-Christophe PLAGNIOL-VILLARD2015-01-051-1/+1
* 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