aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix encoding mistakes of spaces in manpagesStéphane Aulery2014-11-174-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 Aulery2014-11-178-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 doGerd Hoffmann2014-11-171-1/+21
|
* small fbgs tweaksGerd Hoffmann2014-11-031-2/+7
|
* 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>
* fix reverse pbmGerd Hoffmann2014-11-031-1/+1
|
* Some typos (inplace, tranformation)Stéphane Aulery2014-11-032-5/+5
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* fixup indentGerd Hoffmann2014-11-031-2/+2
|
* Trimming pictures by default (fileops.c)Stéphane Aulery2014-10-281-0/+1
| | | | | | | By default, crop images with unconventional dimensions. 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>
* Trimming pictures by defaultStéphane Aulery2014-10-275-1/+24
| | | | | | | | By default, crop images with unconventional dimensions. Adds an option (-np) to disable this behavior. Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Explicit defaults, name of config file and fix version number.Stéphane Aulery2014-10-228-24/+21
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* GNUmakefile: allow overriding pkg-configAaro Koskinen2014-03-211-2/+3
| | | | Allow overriding pkg-config, needed to enable cross-compilation.
* libjpeg: add needed files for libjpeg 90Aaro Koskinen2014-03-215-0/+3679
| | | | | Extracted from jpegsrc.v9a.tar.gz (md5sum 3353992aecaee1805ef4109aadd433e7).
* ida: strip font list, enable utf8 localeGerd Hoffmann2012-11-012-10/+7
|
* ida: modernize font selectionGerd Hoffmann2012-11-011-19/+9
|
* fix macos build failureGerd Hoffmann2012-03-191-2/+2
| | | | patch by Stephen Thirlwall <sdt@dr.com>
* bumb version2.09Gerd Hoffmann2012-02-221-1/+1
|
* update email addressGerd Hoffmann2012-02-2222-32/+32
|
* makefile updatesGerd Hoffmann2012-02-222-6/+9
|
* fixup name everywhereGerd Hoffmann2012-02-2212-28/+28
|
* Fix inconsistency of fbi's copyright datesStéphane Aulery2012-02-222-3/+3
|
* Add copyright notice to fbgsStéphane Aulery2012-02-221-0/+6
|
* Improvement and french translation of exiftran helpStéphane Aulery2012-02-223-69/+249
| | | | | | | | | * exiftran.c : small typos + clarify help text * exiftran.man : - typos; - clarify rotate commands; - improvement. * exiftran.man.fr : French translation of exiftran.man
* Improvement and french translation of ida.manStéphane Aulery2012-02-222-71/+264
| | | | | * ida.man : typo, wraps and other improvements * ida.man.fr : french translation of ida.man
* Remove unused variable in color.c: yStéphane Aulery2012-02-101-3/+1
|
* Remove unused variable in selections.c: srcStéphane Aulery2012-02-101-2/+0
|
* Add commands x and y to flip vertically or horizontallyStéphane Aulery2012-02-103-1/+46
| | | | | 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
|
* Remove unused variable: scalableStéphane Aulery2012-02-101-2/+1
|
* Fix a missed c-format string in error messages of thumbnail.cgi.cStéphane Aulery2012-01-271-1/+1
|
* Small fix of fbgs manpagesStéphane Aulery2012-01-272-36/+33
| | | | | | | | | | | | fbgs.man: * Improve words wrap * Group authors and copyright sections * Fix .SH section fbgs.man.fr: * Improve words wrap * Group authors and copyright sections * Fix .SH section
* Complete fbi manpage, add its french translation, and make consistant fbi ↵Stéphane Aulery2012-01-273-113/+401
| | | | | | | | | | | | | | | | | | | | | 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
* French translation of fbgs.manStéphane Aulery2012-01-261-0/+101
| | | | Add a french translation of fbgs.man manpage.