Commit Graph

12 Commits

Author SHA1 Message Date
Tatsuya Kinoshita
7b44362891 Remove .cvsignore 2020-09-15 20:23:16 +09:00
Franz Thoma
1dd6464be9 Fix semi-transparent artifacts in w3m-img when used with 32-bit color (e.g. urxvt)
imlib_render_image_on_drawable_at_size() tended to leave nasty
semi-transparent artifacts in 32-bit mode.  Apparently, resizing an
image in 32-bit mode affects the alpha channel even if there is no
transparency in the image.  With this patch, resizing is done in
24-bit mode (or whatever depth the original image has) before
converting the image to 32-bit and rendering it on the display.

Origin: https://gist.github.com/fmthoma/f76a1b44e00d5ca972bb
cf. https://github.com/hut/ranger/issues/86#issuecomment-166027119
2015-12-20 16:06:43 +09:00
Tatsuya Kinoshita
88d3e7c679 Wrap render_pixbuf_to_pixmap_32() in USE_GTK2 2015-12-17 00:44:38 +09:00
arakiken
e50693f6dc w3mimgdisplay supports 32 bit depth screen. (e.g. gnome-terminal) 2015-12-17 00:14:27 +09:00
Tatsuya Kinoshita
fb624e21fa Revert "Fix handling visuals and colormaps incorrectly"
This reverts commit e24b4064da.
2015-12-17 00:11:27 +09:00
BwackNinja
e24b4064da Fix handling visuals and colormaps incorrectly
cf. https://github.com/hut/ranger/issues/86
Origin: https://gist.github.com/BwackNinja/60a344730170f9ce2163
Bug-Arch: https://bugs.archlinux.org/task/46836
Bug: https://sourceforge.net/p/w3m/patches/72/
2015-10-24 07:32:19 +09:00
Araki Ken
f4268d8d18 Support remote image by OSC 5379 show_picture sequence. 2014-12-06 20:47:04 +09:00
Naohiro Aota
385ae3366f Depend on gdk-pixbuf instead of gtk when gtk2
Origin: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-gdk-pixbuf.patch?revision=1.1
2014-12-02 00:23:10 +09:00
Tatsuya Kinoshita
e2292d5c74 Remove garbage files 2012-05-22 23:06:58 +09:00
Tatsuya Kinoshita
5397d09e58 Adding upstream version 0.5.3 2011-05-04 16:41:45 +09:00
Tatsuya Kinoshita
6db339b3d7 Adding upstream version 0.5.2 2011-05-04 16:23:02 +09:00
Tatsuya Kinoshita
72f72d64a4 Adding upstream version 0.5.1 2011-05-04 16:05:14 +09:00