aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Fix usage of j and k commandsStéphane Aulery2012-01-172-9/+9
| | | | | | * 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).
* Improved fbgsStéphane Aulery2012-01-172-22/+123
| | | | | | | | | * Support almost all fbi options * Add long versions of the options * Add option -b to make optional the ringer when the document is ready * Add option -r to render document with an arbitrary resolution * Add the options -fp and -lp to view a limited range of pages * Fix help text
* add support for webp image format2.08Igor Murzov2011-06-013-5/+101
|
* Bump version to 2.08Gerd Hoffmann2011-06-011-1/+1
|
* makefile updateGerd Hoffmann2011-06-013-12/+12
|
* libjpeg version sanity checkGerd Hoffmann2011-06-012-2/+9
|
* libjpeg versioningGerd Hoffmann2011-05-3116-10/+3472
|
* update man pages (by Stéphane Aulery).Gerd Hoffmann2011-01-262-130/+291
|
* fix to build with libpng 1.4Gerd Hoffmann2011-01-261-1/+1
| | | | Thanks to Sean Robinson.
* whitespace cleanupGerd Hoffmann2011-01-262-20/+20
|
* whitespace cleanupGerd Hoffmann2011-01-261-2/+2
|
* add .gitignoreGerd Hoffmann2011-01-262-0/+9
|
* merge man-page spell fixes from fedora package.kraxel2008-06-092-3/+3
|
* - fix build error.kraxel2008-06-096-9/+63
| | | | | - build system updates. - bump version for release.
* - Fix swprintf calls (size is # of wchar_t not bytes), found by Jesse Thilo.kraxel2008-06-091-5/+5
|
* drop asm/page.h includekraxel2008-04-071-2/+0
|