aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-29Fix invalid braces when not Linux or FreeBSDTatsuya Kinoshita1-1/+14
2015-12-20Fix semi-transparent artifacts in w3m-img when used with 32-bit color (e.g. ↵Franz Thoma1-1/+5
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-16Wrap render_pixbuf_to_pixmap_32() in USE_GTK2Tatsuya Kinoshita1-1/+3
2015-12-16w3mimgdisplay supports 32 bit depth screen. (e.g. gnome-terminal)arakiken1-10/+55
2015-12-16Revert "Fix handling visuals and colormaps incorrectly"Tatsuya Kinoshita1-9/+4
This reverts commit e24b4064daf3e022e370788a8c7267db40c37dda.
2015-10-23Fix handling visuals and colormaps incorrectlyBwackNinja1-4/+9
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/
2014-12-06Support remote image by OSC 5379 show_picture sequence.Araki Ken1-3/+14
2014-12-03Support FreeBSD framebufferYusuke Baba3-1/+430
Origin: http://www.ac.auone-net.jp/~baba/w3m-img/index.html Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122673
2014-12-01Depend on gdk-pixbuf instead of gtk when gtk2Naohiro Aota2-2/+2
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
2013-10-15Avoid prerequisite $(IMGOBJS) to fix parallel make issue of w3mimgTatsuya Kinoshita1-2/+2
2013-10-15Revert "Fix parallel make issue"Tatsuya Kinoshita1-2/+0
This reverts commit aa6f871c6dcc108118142bcc786e4a6ac3d46867.
2012-05-24Remove garbage filesTatsuya Kinoshita12-34/+0
2012-05-22Remove garbage filesTatsuya Kinoshita12-34/+0
2012-05-03Fix parallel make issueTatsuya Kinoshita1-0/+2
Patch from Gentoo <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?revision=1.1&view=markup>.
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita18-7/+1075
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita5-21/+232
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita17-0/+2265