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