index
:
feh
bugfix/2.14.1
master
release-3.6
release-3.7
simplify-exif
imlib2 based image viewer
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
imlib.c
Age
Commit message (
Expand
)
Author
Lines
2015-04-06
im_weprintf: fix memory leak when winwidget is not set
Daniel Friesel
-0
/
+2
2014-08-03
make all opt.verbose messages print to stderr
Noah Birnel
-8
/
+8
2014-05-06
Fix dead code found by LLVM's scan-build utility
Daniel Friesel
-2
/
+0
2014-05-04
import partial giblib source into feh, do not link with giblib
Daniel Friesel
-2
/
+2
2014-04-14
Use new path_is_url helper instead of repeated strncmp chains
Daniel Friesel
-5
/
+1
2013-12-03
pass (potentially URL-encoded) file:// URLs to curl
Daniel Friesel
-2
/
+4
2013-05-31
fix some clang warnings
Daniel Friesel
-1
/
+1
2013-03-21
autorotate images based on EXIF orientation (with exif=1)
Daniel Friesel
-1
/
+17
2013-02-14
Determine active Xinerama screen by pointer position
Daniel Friesel
-4
/
+23
2013-02-08
fix imlib2 and x11 warnings when opening a URL that returned an HTTP error
Daniel Friesel
-1
/
+2
2013-02-08
handle stdin when loading filelist so it also works with --list, rotation, etc.
Daniel Friesel
-38
/
+1
2013-02-01
support "feh -" to read from stdin. closes #118
Daniel Friesel
-1
/
+39
2012-09-27
Fix lossless rotation if jpegexiforient is unavailable (closes #100)
2.6.3
Daniel Friesel
-4
/
+3
2012-09-21
imlib.c: Fix debug builds (add missing semicolon)
Daniel Friesel
-1
/
+1
2012-09-17
Fix EXIF orientation tag after lossless rotate
Daniel Friesel
-2
/
+30
2012-09-13
Show error message if normal load failed (broken by 2.4) + update tests
2.6.1
Daniel Friesel
-7
/
+1
2012-09-12
print imlib2 error strings when save failed
Daniel Friesel
-48
/
+54
2012-09-12
Fix lossless rotate error message for non-JPEG images
Daniel Friesel
-1
/
+5
2012-09-12
Proper workaround for broken gib_imlib_save_image_with_error_return
Daniel Friesel
-0
/
+26
2012-08-14
imlib.c: When opening via URL, always use URL as filename
Daniel Friesel
-8
/
+1
2012-08-12
Add %o, %r and %z format specifiers (see #95)
Daniel Friesel
-1
/
+1
2012-04-04
Lots of EXIF mode fixes and improvements by Dennis Real (closes #87)
Daniel Friesel
-5
/
+5
2012-03-28
feh_magick_load_image: Fix memory leak when encountering unloadable file
Daniel Friesel
-0
/
+1
2012-03-15
feh_magick_load_image: close stdin as well
Daniel Friesel
-2
/
+2
2012-03-14
Terminate convert when receiving SIG{INT,TERM,QUIT}
Daniel Friesel
-1
/
+2
2012-03-14
imlib.c: "Fix" Zombie issue
Daniel Friesel
-0
/
+11
2012-03-13
Experimental code to limit imagemagick convert runtime (see #82)
Daniel Friesel
-6
/
+24
2012-03-07
Fix memory leak in feh_edit_inplace_lossless
Daniel Friesel
-1
/
+3
2012-03-03
magick: use correct filename
Daniel Friesel
-2
/
+2
2012-03-03
use convert (imagemagick) for unsupported file types
Daniel Friesel
-24
/
+92
2012-02-06
EXIF fixes by reald (closes #80)
Daniel Friesel
-0
/
+2
2012-01-27
optional exif support (build with exif=1), initial patch import
Daniel Friesel
-0
/
+115
2012-01-25
imlib.c: Set CURLOPT_VERBOSE when built with DEBUG
Daniel Friesel
-0
/
+3
2012-01-02
imlib.c: Follow HTTP redirects (Debian #653689)
Daniel Friesel
-0
/
+1
2011-10-24
imlib.c: Fix too long mkstemp argument (debian #646421)
Daniel Friesel
-0
/
+4
2011-10-10
filelist.c, imlib.c: Simplify opt.quiet handling
Daniel Friesel
-46
/
+33
2011-10-03
feh_display_info: Allow state to be reset for successive calls
Daniel Friesel
-0
/
+7
2011-09-28
feh_draw_info: Do not fail if the info_cmd did not output anything
Daniel Friesel
-0
/
+3
2011-09-12
feh_load_image: Do not add file to rm filelist unless it is cached
Daniel Friesel
-2
/
+3
2011-09-02
imlib.c: fill_text_bg: Simplify background initialization (patch by penma)
Daniel Friesel
-5
/
+3
2011-09-02
imlib.c: Remove font loading code duplication (thx penma)
Daniel Friesel
-75
/
+27
2011-09-01
Revert "feh_reload_image: Always die if reload failed"
Daniel Friesel
-2
/
+2
2011-08-31
feh_reload_image: Always die if reload failed
Daniel Friesel
-2
/
+2
2011-08-23
imlib.c: feh_draw_info: Fix overlay image dimensions (for --draw-tinted)
Daniel Friesel
-24
/
+37
2011-08-23
imlib.c: feh_draw_info: Fix info box offsets
Daniel Friesel
-2
/
+2
2011-08-23
Add --draw-tinted option to draw overlay text on a semi-transparent backgroun...
Daniel Friesel
-37
/
+23
2011-08-18
imlib.c: feh_draw_info: Only kill a line's last character if it's a newline
Daniel Friesel
-1
/
+3
2011-08-09
Merge patch by livibetter: Add flip and mirror in-place edit actions (closes ...
Daniel Friesel
-14
/
+31
2011-08-09
Add flip/mirror in-placec edit actions (derf/#9)
Yu-Jie Lin
-14
/
+31
2011-05-31
Fix --draw-filename "x of y" being cut off by short filenames (closes #45)
Daniel Friesel
-12
/
+20
[next]