aboutsummaryrefslogtreecommitdiffstats
path: root/fb-gui.c
Commit message (Collapse)AuthorAgeFilesLines
* use pixman for image blit+blendGerd Hoffmann2019-02-011-30/+32
|
* dirty fix, parse font nameGerd Hoffmann2019-02-011-4/+17
|
* use cairo for text renderingGerd Hoffmann2019-02-011-184/+25
|
* fix darkifyGerd Hoffmann2019-02-011-1/+1
|
* drop more line editing supportGerd Hoffmann2019-02-011-59/+0
|
* use cairo for darkifyGerd Hoffmann2019-02-011-30/+5
|
* fix cairo, use cairo for linesGerd Hoffmann2019-02-011-49/+27
|
* init cairo context for shadowGerd Hoffmann2019-02-011-1/+12
|
* fix blendGerd Hoffmann2019-02-011-2/+0
|
* drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka ↵Gerd Hoffmann2019-02-011-34/+41
| | | | CAIRO_FORMAT_RGB24)
* fbpdf: pageflipGerd Hoffmann2016-03-301-1/+1
|
* drm: add flush2.11Gerd Hoffmann2016-03-241-0/+2
|
* move console handling to vt.cGerd Hoffmann2016-03-241-5/+3
|
* zap fb_clear_screenGerd Hoffmann2016-03-241-9/+0
|
* gfx: move over memory pointerGerd Hoffmann2016-03-231-2/+2
|
* start adding a gfx interfaceGerd Hoffmann2016-03-231-136/+19
|
* Add missing stddef.h headerStéphane Aulery2014-12-041-0/+1
| | | | | | | | - misc.h use offsetof() - other use NUUL, size_t and wchar_t Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Remove unused variable: scalableStéphane Aulery2012-02-101-2/+1
|
* make valgrind happykraxel2006-08-141-0/+1
|
* performance tweakskraxel2006-08-131-2/+6
|
* image blendingkraxel2006-08-121-20/+36
|
* fixup 32bit with transparencykraxel2006-06-141-2/+8
|
* 64bit fixkraxel2006-06-131-3/+4
|
* merge a bunch of fixed from Alan Currykraxel2006-06-131-0/+6
|
* - 16 bpp direct color fix for fbi (bug found by Ville Syrjälä).kraxel2004-08-171-7/+18
|
* - fbi: add config file support to fbikraxel2004-06-081-19/+31
| | | | - fbi: misc fixes
* - fbi: switch over text rendering to freetype2 + fontconfig.kraxel2004-06-071-87/+528
|
* Initial revisionkraxel2004-03-281-0/+189