Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch fbi kbd handling to new code | Gerd Hoffmann | 2016-03-30 | 1 | -167/+109 |
| | |||||
* | fbpdf: pageflip | Gerd Hoffmann | 2016-03-30 | 1 | -2/+2 |
| | |||||
* | kbd support code | Gerd Hoffmann | 2016-03-30 | 1 | -46/+1 |
| | |||||
* | start fbpdf | Gerd Hoffmann | 2016-03-30 | 1 | -2/+0 |
| | |||||
* | drm: allow picking output | Gerd Hoffmann | 2016-03-24 | 1 | -3/+4 |
| | |||||
* | drm device info | Gerd Hoffmann | 2016-03-24 | 1 | -0/+4 |
| | |||||
* | drop unused stuff | Gerd Hoffmann | 2016-03-24 | 1 | -7/+0 |
| | |||||
* | gfx init and console switching tweaks | Gerd Hoffmann | 2016-03-24 | 1 | -8/+32 |
| | |||||
* | add drm support, console switching fixes | Gerd Hoffmann | 2016-03-24 | 1 | -4/+14 |
| | |||||
* | sent usage to stdout on -h | Gerd Hoffmann | 2016-03-24 | 1 | -9/+9 |
| | |||||
* | tty is stdin | Gerd Hoffmann | 2016-03-24 | 1 | -6/+6 |
| | |||||
* | move console handling to vt.c | Gerd Hoffmann | 2016-03-24 | 1 | -99/+11 |
| | |||||
* | move console switching to main | Gerd Hoffmann | 2016-03-24 | 1 | -45/+116 |
| | |||||
* | zap fb_clear_screen | Gerd Hoffmann | 2016-03-24 | 1 | -1/+0 |
| | |||||
* | move signal handling out of fb code | Gerd Hoffmann | 2016-03-24 | 1 | -1/+36 |
| | |||||
* | gfx: move over cleanup function | Gerd Hoffmann | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | start adding a gfx interface | Gerd Hoffmann | 2016-03-23 | 1 | -69/+66 |
| | |||||
* | Add missing stddef.h header | Stéphane Aulery | 2014-12-04 | 1 | -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 Aulery | 2014-12-04 | 1 | -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 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> | ||||
* | Drop unused headers (dither.h) by fbi | Stéphane Aulery | 2014-11-27 | 1 | -2/+1 |
| | | | | | 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 cppcheck warning %d in format string requires 'int' but the argument ↵ | Stéphane Aulery | 2014-11-17 | 1 | -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 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> | ||||
* | Trimming pictures by default (Fbi, edit mode) | Stéphane Aulery | 2014-10-27 | 1 | -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 address | Gerd Hoffmann | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Fix inconsistency of fbi's copyright dates | Stéphane Aulery | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Add commands x and y to flip vertically or horizontally | Stéphane Aulery | 2012-02-10 | 1 | -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 Aulery | 2012-02-10 | 1 | -0/+3 |
| | |||||
* | Clarify angle of rotation | Stéphane Aulery | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Complete fbi manpage, add its french translation, and make consistant fbi ↵ | Stéphane Aulery | 2012-01-27 | 1 | -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 commands | Stéphane Aulery | 2012-01-17 | 1 | -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). | ||||
* | libjpeg versioning | Gerd Hoffmann | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | - Fix swprintf calls (size is # of wchar_t not bytes), found by Jesse Thilo. | kraxel | 2008-06-09 | 1 | -5/+5 |
| | |||||
* | fixup last patch | kraxel | 2007-12-03 | 1 | -4/+3 |
| | |||||
* | kill popen() call | kraxel | 2007-12-03 | 1 | -4/+22 |
| | |||||
* | 2.06, final fix | kraxel | 2006-08-25 | 1 | -2/+2 |
| | |||||
* | fix once clash | kraxel | 2006-08-15 | 1 | -1/+1 |
| | |||||
* | make valgrind happy | kraxel | 2006-08-14 | 1 | -1/+1 |
| | |||||
* | blend cmd line option | kraxel | 2006-08-13 | 1 | -4/+5 |
| | |||||
* | performance tweaks | kraxel | 2006-08-13 | 1 | -14/+23 |
| | |||||
* | image blending | kraxel | 2006-08-12 | 1 | -7/+62 |
| | |||||
* | image caching | kraxel | 2006-08-12 | 1 | -183/+291 |
| | |||||
* | merge a bunch of fixed from Alan Curry | kraxel | 2006-06-13 | 1 | -3/+6 |
| | |||||
* | s/knorr/hoffmann/ | kraxel | 2006-06-13 | 1 | -2/+2 |
| | |||||
* | autoscale first, misc fixes | kraxel | 2006-04-10 | 1 | -2/+6 |
| | |||||
* | - man page spell fixes (Drew Cohan). | kraxel | 2004-12-02 | 1 | -7/+21 |
| | | | | | - make pgup + pgdown loop (Drew Cohan). - make timeout changeable on the fly. | ||||
* | - don't reset zoom factor when loading the next image. | kraxel | 2004-11-08 | 1 | -1/+1 |
| |