summaryrefslogtreecommitdiff
path: root/src/imlib.c
AgeCommit message (Expand)AuthorLines
2013-05-31fix some clang warningsDaniel Friesel-1/+1
2013-03-21autorotate images based on EXIF orientation (with exif=1)Daniel Friesel-1/+17
2013-02-14Determine active Xinerama screen by pointer positionDaniel Friesel-4/+23
2013-02-08fix imlib2 and x11 warnings when opening a URL that returned an HTTP errorDaniel Friesel-1/+2
2013-02-08handle stdin when loading filelist so it also works with --list, rotation, etc.Daniel Friesel-38/+1
2013-02-01support "feh -" to read from stdin. closes #118Daniel Friesel-1/+39
2012-09-27Fix lossless rotation if jpegexiforient is unavailable (closes #100)2.6.3Daniel Friesel-4/+3
2012-09-21imlib.c: Fix debug builds (add missing semicolon)Daniel Friesel-1/+1
2012-09-17Fix EXIF orientation tag after lossless rotateDaniel Friesel-2/+30
2012-09-13Show error message if normal load failed (broken by 2.4) + update tests2.6.1Daniel Friesel-7/+1
2012-09-12print imlib2 error strings when save failedDaniel Friesel-48/+54
2012-09-12Fix lossless rotate error message for non-JPEG imagesDaniel Friesel-1/+5
2012-09-12Proper workaround for broken gib_imlib_save_image_with_error_returnDaniel Friesel-0/+26
2012-08-14imlib.c: When opening via URL, always use URL as filenameDaniel Friesel-8/+1
2012-08-12Add %o, %r and %z format specifiers (see #95)Daniel Friesel-1/+1
2012-04-04Lots of EXIF mode fixes and improvements by Dennis Real (closes #87)Daniel Friesel-5/+5
2012-03-28feh_magick_load_image: Fix memory leak when encountering unloadable fileDaniel Friesel-0/+1
2012-03-15feh_magick_load_image: close stdin as wellDaniel Friesel-2/+2
2012-03-14Terminate convert when receiving SIG{INT,TERM,QUIT}Daniel Friesel-1/+2
2012-03-14imlib.c: "Fix" Zombie issueDaniel Friesel-0/+11
2012-03-13Experimental code to limit imagemagick convert runtime (see #82)Daniel Friesel-6/+24
2012-03-07Fix memory leak in feh_edit_inplace_losslessDaniel Friesel-1/+3
2012-03-03magick: use correct filenameDaniel Friesel-2/+2
2012-03-03use convert (imagemagick) for unsupported file typesDaniel Friesel-24/+92
2012-02-06EXIF fixes by reald (closes #80)Daniel Friesel-0/+2
2012-01-27optional exif support (build with exif=1), initial patch importDaniel Friesel-0/+115
2012-01-25imlib.c: Set CURLOPT_VERBOSE when built with DEBUGDaniel Friesel-0/+3
2012-01-02imlib.c: Follow HTTP redirects (Debian #653689)Daniel Friesel-0/+1
2011-10-24imlib.c: Fix too long mkstemp argument (debian #646421)Daniel Friesel-0/+4
2011-10-10filelist.c, imlib.c: Simplify opt.quiet handlingDaniel Friesel-46/+33
2011-10-03feh_display_info: Allow state to be reset for successive callsDaniel Friesel-0/+7
2011-09-28feh_draw_info: Do not fail if the info_cmd did not output anythingDaniel Friesel-0/+3
2011-09-12feh_load_image: Do not add file to rm filelist unless it is cachedDaniel Friesel-2/+3
2011-09-02imlib.c: fill_text_bg: Simplify background initialization (patch by penma)Daniel Friesel-5/+3
2011-09-02imlib.c: Remove font loading code duplication (thx penma)Daniel Friesel-75/+27
2011-09-01Revert "feh_reload_image: Always die if reload failed"Daniel Friesel-2/+2
2011-08-31feh_reload_image: Always die if reload failedDaniel Friesel-2/+2
2011-08-23imlib.c: feh_draw_info: Fix overlay image dimensions (for --draw-tinted)Daniel Friesel-24/+37
2011-08-23imlib.c: feh_draw_info: Fix info box offsetsDaniel Friesel-2/+2
2011-08-23Add --draw-tinted option to draw overlay text on a semi-transparent backgroun...Daniel Friesel-37/+23
2011-08-18imlib.c: feh_draw_info: Only kill a line's last character if it's a newlineDaniel Friesel-1/+3
2011-08-09Merge patch by livibetter: Add flip and mirror in-place edit actions (closes ...Daniel Friesel-14/+31
2011-08-09Add flip/mirror in-placec edit actions (derf/#9)Yu-Jie Lin-14/+31
2011-05-31Fix --draw-filename "x of y" being cut off by short filenames (closes #45)Daniel Friesel-12/+20
2011-05-12imlib.c: Do not include curl.h unless we use libcurlDaniel Friesel-0/+3
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel-5/+5
2011-04-30Convert some more weprintf statements to im_weprintfDaniel Friesel-3/+3
2011-04-30Initial support for in-image warning display (closes #43)Daniel Friesel-9/+75
2011-04-27feh_edit_inplace_lossless_rotate: Fix rotate arg in error messageDaniel Friesel-1/+1
2011-04-27Merge branch 'libcurl' of git://github.com/talisein/fehDaniel Friesel-1/+1