aboutsummaryrefslogtreecommitdiffstats
path: root/ida.c
Commit message (Collapse)AuthorAgeFilesLines
* drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka ↵Gerd Hoffmann2019-02-011-1/+1
| | | | CAIRO_FORMAT_RGB24)
* drop sane supportGerd Hoffmann2019-01-181-22/+0
|
* drop curl supportGerd Hoffmann2019-01-181-16/+4
|
* 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>
* Fix cppcheck warning %d in format string requires 'int' but the argument ↵Stéphane Aulery2014-11-171-7/+7
| | | | | | | type is 'unsigned int' Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* ida: strip font list, enable utf8 localeGerd Hoffmann2012-11-011-1/+3
|
* Initial revisionkraxel2004-03-281-0/+1909