aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* English fixesJustin B Rye2016-04-0110-889/+2942
| | | | | | | cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#15 Origin: https://lists.debian.org/debian-l10n-english/2014/12/msg00002.html Origin: https://lists.debian.org/debian-l10n-english/2014/12/msg00030.html Origin: https://lists.debian.org/debian-l10n-english/2015/02/msg00011.html
* Disable RC4Leo Famulari2016-03-301-1/+1
| | | | Origin: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=62339e2d493bf87a3aabe12e45458581e9705d83
* Update ChangeLogTatsuya Kinoshita2016-03-291-0/+19
|
* Fix variable is reassigned a value before the old one has been usedTatsuya Kinoshita2016-03-291-1/+1
|
* Fix printf format specifier mismatch when REGEX_DEBUGTatsuya Kinoshita2016-03-291-1/+1
|
* Fix invalid braces when not Linux or FreeBSDTatsuya Kinoshita2016-03-291-1/+14
|
* Fix uninitialized variable when not HAVE_PUTENVTatsuya Kinoshita2016-03-291-3/+2
|
* Fix realloc mistake for DrawImageTatsuya Kinoshita2016-03-291-0/+4
|
* Fix mistake of unescape spaces for _doFileCopyTatsuya Kinoshita2016-03-291-1/+1
| | | | cf. [w3m-dev-en 00751], [w3m-dev-en 00752] on 2002-06-09
* Fix style of array index is used before limits checkTatsuya Kinoshita2016-03-291-1/+1
| | | | Bug: https://sourceforge.net/p/w3m/feature-requests/25/
* Update ChangeLogTatsuya Kinoshita2016-03-221-0/+5
|
* Fix build failure when not USE_MOUSE for sgrmouseTatsuya Kinoshita2016-03-222-0/+7
| | | | cf. https://twitter.com/naota344/status/711541592167854081
* Update ChangeLogTatsuya Kinoshita2016-03-201-0/+4
|
* Fix reverse ordered config parametersTatsuya Kinoshita2016-03-201-3/+7
|
* Update ChangeLogTatsuya Kinoshita2016-03-191-2/+6
|
* Update FAQ for extbrowserTatsuya Kinoshita2016-03-191-1/+1
|
* Update ChangeLogTatsuya Kinoshita2016-03-141-0/+5
|
* Update PO strings for extbrowser2..9Tatsuya Kinoshita2016-03-146-57/+57
|
* Update ChangeLogTatsuya Kinoshita2016-03-131-0/+15
|
* 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
|