aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Drop unused list.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>
* Use printf instead of echo -e in makefileStéphane Aulery2014-11-271-1/+1
| | | | | | | | As default /bin/sh, Debian use /bin/dash and Redhat /bin/sh. dash is POSIX-compliant and doesn't have -e option. printf is portable. Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Drop unused headers (dither.h) by fbiStéphane Aulery2014-11-272-3/+1
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Drop a dependency for the unused external function strcasestr (2)Stéphane Aulery2014-11-271-1/+1
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Drop a dependency for the unused external function strcasestrStéphane Aulery2014-11-272-5/+0
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Documents XPM and XWD formatsStéphane Aulery2014-11-272-2/+2
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Port gif reader to giflib 5.Isaac Dunham2014-11-261-7/+21
| | | | | | | | | | -define and use compatability macros that will make giflib 4 look like giflib 5 -provide our own PrintGifError() if it's missing -since we don't check the error for DGifCloseFile, use NULL The documented behavior of giflib5 is if (&error) error =...; so this isn't supposed to break. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* switch from libungif to libgif (2)Stéphane Aulery2014-11-251-1/+1
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* switch from libungif to libgifGerd Hoffmann2014-11-251-6/+6
|
* fix warningsGerd Hoffmann2014-11-252-2/+2
|
* Update RegEdit.* to the versions included in Motif 2.3.4Isaac Dunham2014-11-252-66/+41
| | | | | | Motif 2.3.4 is the LGPL release. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* use strsignalGerd Hoffmann2014-11-252-2/+10
|
* silence xdnd debug msgsGerd Hoffmann2014-11-201-3/+6
|
* Fix homepage url byte[...] -> kraxelStéphane Aulery2014-11-182-2/+2
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* whitespace cleanupGerd Hoffmann2014-11-181-26/+26
|