summaryrefslogtreecommitdiff
path: root/src/imlib.c
AgeCommit message (Expand)Author
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
2011-04-22Remove unused feh_strip_hostname functionDaniel Friesel
2011-02-16Fix use after free()Andrew Potter
2011-02-16Remove builtin HTTP clientDaniel Friesel
2011-02-16Make -lcurl optional (enabled by default), rework feature en-/disablingDaniel Friesel
2011-02-16Remove wget support, use libcurl by defaultDaniel Friesel
2011-02-16imlib.c indentation fixesDaniel Friesel
2011-02-16imlib.c: Fix segfault introdused by talisein's patch.Daniel Friesel
2011-02-15Fix errant whitespace screwupAndrew Potter
2011-02-15Initial libcurl supportAndrew Potter
2011-02-15Add libcurl option -{Andrew Potter
2011-02-09imlib.c: Use wget --no-clobberDaniel Friesel
2011-01-17Copyright FooDaniel Friesel
2010-12-04imlib.c: Use getaddrinfo in builtin http client, enables IPv6 supportPascal Bleser
2010-11-07imlib.c: Fix buffer overflow in draw_actions (thx Gabe)Daniel Friesel
2010-10-03imlib.c: Fix draw_actions offsetDaniel Friesel
2010-10-02--draw-filename: Always show filelist positionDaniel Friesel
2010-09-16Display image info in bottom left cornerDaniel Friesel
2010-09-10imlib.c: Calculate correct window sizeDaniel Friesel
2010-09-10Add --info optionDaniel Friesel
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel
2010-07-17--debug-level → --debugDaniel Friesel
2010-06-30imlib.c: Give slightly more helpful error messages if exec failsDaniel Friesel
2010-06-25Don't add ?randomnumber to URLs when downloadingDaniel Friesel
2010-06-25Remove --wget-timestamp option (contained a remote code execution hole)Daniel Friesel
2010-06-16Make --font set the global default fontDaniel Friesel
2010-06-16imlib.c: Remove ./ttfonts from default font pathDaniel Friesel
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel