aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: tweak libexifGerd Hoffmann2016-03-311-3/+6
|
* build: tweak dep checkGerd Hoffmann2016-03-311-14/+18
|
* build: throw error on missing deps for fbpdfGerd Hoffmann2016-03-311-0/+8
|
* build tweaksGerd Hoffmann2016-03-311-3/+2
|
* build tweaksGerd Hoffmann2016-03-311-13/+9
|
* fbpdf: add pageflip option, miscGerd Hoffmann2016-03-314-6/+25
|
* opengl rendererGerd Hoffmann2016-03-318-66/+321
|
* fbpdf: fixup usageGerd Hoffmann2016-03-301-1/+1
|
* install fbpdfGerd Hoffmann2016-03-302-0/+3
|
* switch fbi kbd handling to new codeGerd Hoffmann2016-03-302-168/+111
|
* cmd line fixGerd Hoffmann2016-03-301-2/+2
|
* cmd line argsGerd Hoffmann2016-03-305-13/+163
|
* fbpdf: pageflipGerd Hoffmann2016-03-306-35/+59
|
* fbpdfGerd Hoffmann2016-03-304-40/+220
|
* kbd support codeGerd Hoffmann2016-03-307-48/+647
|
* start fbpdfGerd Hoffmann2016-03-304-3/+175
|
* 2.11Gerd Hoffmann2016-03-301-1/+1
|
* drm: add flush2.11Gerd Hoffmann2016-03-243-0/+9
|
* drm: allow picking outputGerd Hoffmann2016-03-245-13/+34
|
* drm device infoGerd Hoffmann2016-03-245-0/+105
|
* update device reportingGerd Hoffmann2016-03-242-4/+2
|
* report device fixupGerd Hoffmann2016-03-241-1/+1
|
* report deviceGerd Hoffmann2016-03-242-8/+11
|
* drop unused stuffGerd Hoffmann2016-03-243-11/+0
|
* zap unused varsGerd Hoffmann2016-03-241-2/+0
|
* gfx init and console switching tweaksGerd Hoffmann2016-03-244-44/+54
|
* drm codeGerd Hoffmann2016-03-242-0/+190
|
* add drm support, console switching fixesGerd Hoffmann2016-03-245-26/+50
|
* sent usage to stdout on -hGerd Hoffmann2016-03-241-9/+9
|
* whitespaceGerd Hoffmann2016-03-241-3/+3
|
* tty is stdinGerd Hoffmann2016-03-245-44/+39
|
* move console_activate_currentGerd Hoffmann2016-03-243-23/+25
|
* move console handling to vt.cGerd Hoffmann2016-03-246-165/+203
|
* move console switching to mainGerd Hoffmann2016-03-244-132/+118
|
* zap fb_clear_screenGerd Hoffmann2016-03-245-14/+1
|
* move signal handling out of fb codeGerd Hoffmann2016-03-243-42/+36
|
* zap devicefs leftoverGerd Hoffmann2016-03-241-39/+5
|
* gfx: move over cleanup functionGerd Hoffmann2016-03-234-31/+33
|
* gfx: move over memory pointerGerd Hoffmann2016-03-234-6/+7
|
* start adding a gfx interfaceGerd Hoffmann2016-03-238-257/+225
|
* Oops, forgot to commit VERSION update for 2.10Gerd Hoffmann2015-04-201-1/+1
|
* fbgs: minor changes2.10Matthieu Crapet2015-03-311-2/+8
| | | | | | | | | - don't require /bin/bash but /bin/sh (used checkbashisms and tested using /bin/dash) - check if file argument exists - print help message when no argument given Signed-off-by: Matthieu Crapet <mcrapet@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Add icons (by Isaac Dunham)Gerd Hoffmann2015-03-103-0/+181
|
* Update RegEditI.h to the one included in LGPL Motif.Isaac Dunham2015-03-101-33/+20
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Explicitly specify the continuous operation of the -t option.Stéphane Aulery2015-01-152-3/+4
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Drop unused fnmatch.h header in filelist.cStéphane Aulery2014-12-041-1/+0
| | | | | | | filelist.c desn't use fnmatch() or FNM_* constants Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Add missing stddef.h headerStéphane Aulery2014-12-0438-0/+38
| | | | | | | | - 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>
* Relocate #include <setjmp.h> on the right place (fbi/wr)Stéphane Aulery2014-12-042-1/+1
| | | | | | | Fbi doesn't use directly setjmp(), for against wr/write-png.c used. Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Drop unused sys/mman.h header (fbi)Stéphane Aulery2014-12-041-1/+0
| | | | | | | sys/mman.h is already included by fbtools.c which use mmap() Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Drop unused getopt.h header (fbi)Stéphane Aulery2014-12-041-1/+0
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>