aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set firefox instead of mozilla to default browserTatsuya Kinoshita2016-03-132-4/+4
|
* Update PO strings for extbrowser4..9Tatsuya Kinoshita2016-03-136-728/+846
|
* Add extbrowser4, extbrowser5, ..., and extbrowser9Tatsuya Kinoshita2016-03-135-7/+49
|
* Update ChangeLogv0.5.3+git20160228Tatsuya Kinoshita2016-02-271-0/+8
|
* Fix SIGFPE for ACCESSKEYTatsuya Kinoshita2016-02-271-1/+1
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092
* Typo fix for ACCESSKEYTatsuya Kinoshita2016-02-272-2/+2
| | | | cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092#5
* Update ChangeLogTatsuya Kinoshita2015-12-201-0/+13
|
* 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
* Update ChangeLogTatsuya Kinoshita2015-12-161-2/+2
|
* Update ChangeLogTatsuya Kinoshita2015-12-161-0/+17
|
* 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.
* Update ChangeLogv0.5.3+git20151119Tatsuya Kinoshita2015-11-181-0/+7
|
* Accept cookies by defaultTatsuya Kinoshita2015-11-181-3/+3
|
* Set argv_is_url to 1 by defaultTatsuya Kinoshita2015-11-181-1/+1
| | | | Bug-Arch: https://bugs.archlinux.org/task/47102
* Update ChangeLogTatsuya Kinoshita2015-11-181-1/+6
|
* Update config.* with autotools-dev 20150820.1Tatsuya Kinoshita2015-11-182-24/+59
|
* Update ChangeLogTatsuya Kinoshita2015-11-111-0/+9
|
* Add zh_CN and zh_TW TranslationsMingye Wang (Arthur2e5)2015-11-113-1/+1785
| | | | | | Please note that the zh_TW translation is machine-converted using OpenCC from zh_CN, and needs to be further polished by actual zh_TW speakers.
* Update ChangeLogTatsuya Kinoshita2015-10-231-0/+9
|
* 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/
* Update ChangeLogv0.5.3+git20151010Tatsuya Kinoshita2015-10-101-0/+5
|
* Remove incomplete special_domain testsTatsuya Kinoshita2015-10-101-17/+0
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385702
* Update ChangeLogTatsuya Kinoshita2015-10-031-0/+6
|
* Do not use defined(%hash) in w3mhelp.cgiGaetan Bisson2015-10-031-1/+1
| | | | | Origin: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/w3m&id=d9e0a4f0b461c9e2177cd9e64a10581386650503 Bug-Arch: https://bugs.archlinux.org/task/45608
* Update ChangeLogTatsuya Kinoshita2015-09-061-0/+11
|
* Do not use C99-style commentsTatsuya Kinoshita2015-09-061-3/+3
|
* Mitigate issue #16 found by @kcwuDavid Crosby2015-09-061-9/+11
|
* Fix stack overflow found by @kcwuDavid Crosby2015-09-061-2/+2
|
* Update ChangeLogTatsuya Kinoshita2015-08-211-0/+7
|
* Fix unknown key in keymap.lynxTatsuya Kinoshita2015-08-212-2/+2
| | | | | Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/265144 Bug: https://sourceforge.net/p/w3m/bugs/48/
* Update ChangeLogv0.5.3+git20150811Tatsuya Kinoshita2015-08-111-0/+61
|
* Merge branch 'bug/sw3m'Tatsuya Kinoshita2015-08-1123-69/+69
|\
| * Check for presence of prevl before usingDavid Crosby2015-08-111-2/+4
| |
| * Adjust UFclose to remove false positive of CWE-481David Crosby2015-08-111-1/+1
| |
| * Move sockent for splintDavid Crosby2015-08-111-1/+1
| |
| * Use unsigned int for max_countDavid Crosby2015-08-111-1/+1
| |
| * Add missing comparision that made if always trueDavid Crosby2015-08-111-1/+1
| |
| * Use fgetc in while loops, use int instead of charDavid Crosby2015-08-111-10/+4
| |
| * Adjust len to size_tDavid Crosby2015-08-111-1/+1
| |
| * Check return value of renameDavid Crosby2015-08-111-1/+6
| |
| * Adjust while loopDavid Crosby2015-08-111-1/+2
| |
| * Check dup call for errorsDavid Crosby2015-08-111-2/+4
| |
| * Remove unused valueDavid Crosby2015-08-111-1/+0
| |
| * dup can give a negative valueDavid Crosby2015-08-111-1/+5
| |
| * use int for cDavid Crosby2015-08-111-1/+1
| |
| * Initialize new_tabwidth at declarationDavid Crosby2015-08-111-1/+1
| |
| * Remove overflow on readlinkDavid Crosby2015-08-111-1/+1
| |
| * Remove dead assignments flagged by Clang static analysisDavid Crosby2015-08-119-22/+3
| |