aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
Commit message (Collapse)AuthorAgeFilesLines
* tweak console switchingGerd Hoffmann2019-01-311-2/+9
|
* drop -vt optionGerd Hoffmann2019-01-311-2/+2
|
* Revert "libinput: grab tweaks"Gerd Hoffmann2019-01-181-6/+1
| | | | This reverts commit d88041d909b2118ebc67b356b2848fb8bdfc8f2c.
* libinput: grab tweaksGerd Hoffmann2019-01-181-1/+6
|
* libinput: mouse button supportGerd Hoffmann2019-01-181-0/+2
|
* kbd: experimental libinput supportGerd Hoffmann2019-01-181-1/+7
|
* abstract away some kbd detailsGerd Hoffmann2019-01-181-33/+12
|
* drop lirc supportGerd Hoffmann2019-01-181-28/+0
|
* reload filelist when modifiedGerd Hoffmann2019-01-181-8/+68
|
* mode switching for drmGerd Hoffmann2017-09-111-2/+2
|
* use pixman images for storageGerd Hoffmann2017-03-081-26/+8
|
* zap HAVE_NEW_EXIFGerd Hoffmann2017-03-081-4/+0
|
* Fix "--comments" command line optionfabien-gigante2016-11-081-0/+1
|
* fbi: simply call sleep in svga_show unless interactiveMoses Palmér2016-05-071-0/+6
|
* fbi: add --(no)interactive command line flagMoses Palmér2016-05-071-0/+2
|
* separate cfg files for fbi/fbpdfGerd Hoffmann2016-04-011-1/+1
|
* switch fbi kbd handling to new codeGerd Hoffmann2016-03-301-167/+109
|
* fbpdf: pageflipGerd Hoffmann2016-03-301-2/+2
|
* kbd support codeGerd Hoffmann2016-03-301-46/+1
|
* start fbpdfGerd Hoffmann2016-03-301-2/+0
|
* drm: allow picking outputGerd Hoffmann2016-03-241-3/+4
|
* drm device infoGerd Hoffmann2016-03-241-0/+4
|
* drop unused stuffGerd Hoffmann2016-03-241-7/+0
|
* gfx init and console switching tweaksGerd Hoffmann2016-03-241-8/+32
|
* add drm support, console switching fixesGerd Hoffmann2016-03-241-4/+14
|
* sent usage to stdout on -hGerd Hoffmann2016-03-241-9/+9
|
* tty is stdinGerd Hoffmann2016-03-241-6/+6
|
* move console handling to vt.cGerd Hoffmann2016-03-241-99/+11
|
* move console switching to mainGerd Hoffmann2016-03-241-45/+116
|
* zap fb_clear_screenGerd Hoffmann2016-03-241-1/+0
|
* move signal handling out of fb codeGerd Hoffmann2016-03-241-1/+36
|
* gfx: move over cleanup functionGerd Hoffmann2016-03-231-1/+1
|
* start adding a gfx interfaceGerd Hoffmann2016-03-231-69/+66
|
* 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>
* Relocate #include <setjmp.h> on the right place (fbi/wr)Stéphane Aulery2014-12-041-1/+0
| | | | | | | 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>
* Drop unused headers (dither.h) by fbiStéphane Aulery2014-11-271-2/+1
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* whitespace cleanupGerd Hoffmann2014-11-181-26/+26
|
* Fix cppcheck warning %d in format string requires 'int' but the argument ↵Stéphane Aulery2014-11-171-1/+1
| | | | | | | type is 'unsigned int' Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Fix scrolling when the -T and -a options are activated together to read a ↵Stéphane Aulery2014-11-031-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>
* Trimming pictures by default (Fbi, edit mode)Stéphane Aulery2014-10-271-0/+2
| | | | | | | By default, crop images with unconventional dimensions. Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* update email addressGerd Hoffmann2012-02-221-2/+2
|
* Fix inconsistency of fbi's copyright datesStéphane Aulery2012-02-221-2/+2
|
* Add commands x and y to flip vertically or horizontallyStéphane Aulery2012-02-101-1/+34
| | | | | Requested by Trent W. Buck in debian bug #526795 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526795
* Add dimensions (X,Y) to the exif dialog of fbi (command i)Stéphane Aulery2012-02-101-0/+3
|
* Clarify angle of rotationStéphane Aulery2012-02-101-2/+2
|
* Complete fbi manpage, add its french translation, and make consistant fbi ↵Stéphane Aulery2012-01-271-17/+20
| | | | | | | | | | | | | | | | | | | | | help messages fbi.c: * Fix copyright * Complete help message (webp format) et improve words wrap * Make message of "h" command consistant with fbi.man fbi.man: * .SH et .BR commands fix * Improve words wrap * Explicit "-d" argument * Add missing "a" command * Some typos * Reorder commands * Group author and copyright sections fbi.man.fr: * French translation of fbi.man
* Fix usage of j and k commandsStéphane Aulery2012-01-171-4/+4
| | | | | | * fbi.man: fix small typos and indicate missed j and k commands * fbi.c: exchange j and k commands to obtain a more natural/expected control (vim like).