aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogv0.5.3+git20160511Tatsuya Kinoshita2016-05-111-1/+6
|
* Update config.* with autotools-dev 20160430.1Tatsuya Kinoshita2016-05-112-58/+73
|
* Update ChangeLogTatsuya Kinoshita2016-04-131-0/+8
|
* Cleanup obsolete INIT_MAILCAPTatsuya Kinoshita2016-04-134-4/+0
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820902
* Update NEWSTatsuya Kinoshita2016-04-131-0/+34
|
* Update ChangeLogTatsuya Kinoshita2016-04-071-1/+6
|
* Fix segfault on bogus text for wc_N_to_johab1Tatsuya Kinoshita2016-04-071-3/+3
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820373
* Update ChangeLogTatsuya Kinoshita2016-04-061-0/+10
|
* Fix segfault on bogus textTatsuya Kinoshita2016-04-0612-12/+99
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820162
* Update ChangeLogTatsuya Kinoshita2016-04-031-1/+10
|
* Update English documentsTatsuya Kinoshita2016-04-032-8/+9
|
* Update English documentsMarkus Hiereth2016-04-032-50/+148
| | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#25
* Update ChangeLogTatsuya Kinoshita2016-04-011-0/+29
|
* Support German translated help messages (translation is in progress)Tatsuya Kinoshita2016-04-016-7/+217
| | | | Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765682
* Update manpage footers to w3m 0.5.3Tatsuya Kinoshita2016-04-012-5/+2
|
* Update Japanese documents for extbrowser4..9Tatsuya Kinoshita2016-04-015-16/+16
|
* 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
|