Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | report device fixup | Gerd Hoffmann | 2016-03-24 | 1 | -1/+1 | |
| | ||||||
* | report device | Gerd Hoffmann | 2016-03-24 | 2 | -8/+11 | |
| | ||||||
* | drop unused stuff | Gerd Hoffmann | 2016-03-24 | 3 | -11/+0 | |
| | ||||||
* | zap unused vars | Gerd Hoffmann | 2016-03-24 | 1 | -2/+0 | |
| | ||||||
* | gfx init and console switching tweaks | Gerd Hoffmann | 2016-03-24 | 4 | -44/+54 | |
| | ||||||
* | drm code | Gerd Hoffmann | 2016-03-24 | 2 | -0/+190 | |
| | ||||||
* | add drm support, console switching fixes | Gerd Hoffmann | 2016-03-24 | 5 | -26/+50 | |
| | ||||||
* | sent usage to stdout on -h | Gerd Hoffmann | 2016-03-24 | 1 | -9/+9 | |
| | ||||||
* | whitespace | Gerd Hoffmann | 2016-03-24 | 1 | -3/+3 | |
| | ||||||
* | tty is stdin | Gerd Hoffmann | 2016-03-24 | 5 | -44/+39 | |
| | ||||||
* | move console_activate_current | Gerd Hoffmann | 2016-03-24 | 3 | -23/+25 | |
| | ||||||
* | move console handling to vt.c | Gerd Hoffmann | 2016-03-24 | 6 | -165/+203 | |
| | ||||||
* | move console switching to main | Gerd Hoffmann | 2016-03-24 | 4 | -132/+118 | |
| | ||||||
* | zap fb_clear_screen | Gerd Hoffmann | 2016-03-24 | 5 | -14/+1 | |
| | ||||||
* | move signal handling out of fb code | Gerd Hoffmann | 2016-03-24 | 3 | -42/+36 | |
| | ||||||
* | zap devicefs leftover | Gerd Hoffmann | 2016-03-24 | 1 | -39/+5 | |
| | ||||||
* | gfx: move over cleanup function | Gerd Hoffmann | 2016-03-23 | 4 | -31/+33 | |
| | ||||||
* | gfx: move over memory pointer | Gerd Hoffmann | 2016-03-23 | 4 | -6/+7 | |
| | ||||||
* | start adding a gfx interface | Gerd Hoffmann | 2016-03-23 | 8 | -257/+225 | |
| | ||||||
* | Oops, forgot to commit VERSION update for 2.10 | Gerd Hoffmann | 2015-04-20 | 1 | -1/+1 | |
| | ||||||
* | fbgs: minor changes2.10 | Matthieu Crapet | 2015-03-31 | 1 | -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 Hoffmann | 2015-03-10 | 3 | -0/+181 | |
| | ||||||
* | Update RegEditI.h to the one included in LGPL Motif. | Isaac Dunham | 2015-03-10 | 1 | -33/+20 | |
| | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
* | Explicitly specify the continuous operation of the -t option. | Stéphane Aulery | 2015-01-15 | 2 | -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.c | Stéphane Aulery | 2014-12-04 | 1 | -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 header | Stéphane Aulery | 2014-12-04 | 38 | -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 Aulery | 2014-12-04 | 2 | -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 Aulery | 2014-12-04 | 1 | -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 Aulery | 2014-12-04 | 1 | -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 Aulery | 2014-12-04 | 1 | -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 makefile | Stéphane Aulery | 2014-11-27 | 1 | -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 fbi | Stéphane Aulery | 2014-11-27 | 2 | -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 Aulery | 2014-11-27 | 1 | -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 strcasestr | Stéphane Aulery | 2014-11-27 | 2 | -5/+0 | |
| | | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
* | Documents XPM and XWD formats | Stéphane Aulery | 2014-11-27 | 2 | -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 Dunham | 2014-11-26 | 1 | -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 Aulery | 2014-11-25 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
* | switch from libungif to libgif | Gerd Hoffmann | 2014-11-25 | 1 | -6/+6 | |
| | ||||||
* | fix warnings | Gerd Hoffmann | 2014-11-25 | 2 | -2/+2 | |
| | ||||||
* | Update RegEdit.* to the versions included in Motif 2.3.4 | Isaac Dunham | 2014-11-25 | 2 | -66/+41 | |
| | | | | | | Motif 2.3.4 is the LGPL release. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
* | use strsignal | Gerd Hoffmann | 2014-11-25 | 2 | -2/+10 | |
| | ||||||
* | silence xdnd debug msgs | Gerd Hoffmann | 2014-11-20 | 1 | -3/+6 | |
| | ||||||
* | Fix homepage url byte[...] -> kraxel | Stéphane Aulery | 2014-11-18 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
* | whitespace cleanup | Gerd Hoffmann | 2014-11-18 | 1 | -26/+26 | |
| | ||||||
* | Fix encoding mistakes of spaces in manpages | Stéphane Aulery | 2014-11-17 | 4 | -7/+7 | |
| | | | | | 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 Aulery | 2014-11-17 | 8 | -21/+21 | |
| | | | | | | | type is 'unsigned int' Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
* | shortcut jpeg_transform_inplace if there is nothing to do | Gerd Hoffmann | 2014-11-17 | 1 | -1/+21 | |
| | ||||||
* | small fbgs tweaks | Gerd Hoffmann | 2014-11-03 | 1 | -2/+7 | |
| | ||||||
* | Fix scrolling when the -T and -a options are activated together to read a ↵ | Stéphane Aulery | 2014-11-03 | 1 | -2/+12 | |
| | | | | | | | | | | pdf and we zoom in on a page. Scrolling was blocked after zooming in on a page when using the -T and -a options together (Debian bug #512387). Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
* | fix reverse pbm | Gerd Hoffmann | 2014-11-03 | 1 | -1/+1 | |
| |