aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid braces when not Linux or FreeBSDTatsuya Kinoshita2016-03-291-1/+14
|
* Fix semi-transparent artifacts in w3m-img when used with 32-bit color (e.g. ↵Franz Thoma2015-12-201-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
* Wrap render_pixbuf_to_pixmap_32() in USE_GTK2Tatsuya Kinoshita2015-12-161-1/+3
|
* w3mimgdisplay supports 32 bit depth screen. (e.g. gnome-terminal)arakiken2015-12-161-10/+55
|
* Revert "Fix handling visuals and colormaps incorrectly"Tatsuya Kinoshita2015-12-161-9/+4
| | | | This reverts commit e24b4064daf3e022e370788a8c7267db40c37dda.
* Fix handling visuals and colormaps incorrectlyBwackNinja2015-10-231-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/
* Support remote image by OSC 5379 show_picture sequence.Araki Ken2014-12-061-3/+14
|
* Support FreeBSD framebufferYusuke Baba2014-12-033-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
* Depend on gdk-pixbuf instead of gtk when gtk2Naohiro Aota2014-12-012-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
* Merge branch 'bug/parallel-make'Tatsuya Kinoshita2013-10-151-4/+2
|\
| * Avoid prerequisite $(IMGOBJS) to fix parallel make issue of w3mimgTatsuya Kinoshita2013-10-151-2/+2
| |
| * Revert "Fix parallel make issue"Tatsuya Kinoshita2013-10-151-2/+0
| | | | | | | | This reverts commit aa6f871c6dcc108118142bcc786e4a6ac3d46867.
* | Remove garbage filesTatsuya Kinoshita2012-05-2212-34/+0
|/
* Fix parallel make issueTatsuya Kinoshita2012-05-031-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>.
* Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita2011-05-0418-7/+1075
|
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-045-21/+232
|
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-0417-0/+2265