Commit Graph

354 Commits

Author SHA1 Message Date
Tatsuya Kinoshita
88d3e7c679 Wrap render_pixbuf_to_pixmap_32() in USE_GTK2 2015-12-17 00:44:38 +09:00
arakiken
e50693f6dc w3mimgdisplay supports 32 bit depth screen. (e.g. gnome-terminal) 2015-12-17 00:14:27 +09:00
Tatsuya Kinoshita
fb624e21fa Revert "Fix handling visuals and colormaps incorrectly"
This reverts commit e24b4064da.
2015-12-17 00:11:27 +09:00
Tatsuya Kinoshita
9cce622287 Update ChangeLog 2015-11-19 01:22:34 +09:00
Tatsuya Kinoshita
0782a7a817 Accept cookies by default 2015-11-19 01:21:42 +09:00
Tatsuya Kinoshita
e66ffbd316 Set argv_is_url to 1 by default
Bug-Arch: https://bugs.archlinux.org/task/47102
2015-11-19 00:24:25 +09:00
Tatsuya Kinoshita
258c438d59 Update ChangeLog 2015-11-18 22:11:36 +09:00
Tatsuya Kinoshita
b6bb88a02f Update config.* with autotools-dev 20150820.1 2015-11-18 22:10:04 +09:00
Tatsuya Kinoshita
e0d123e101 Update ChangeLog 2015-11-11 23:56:29 +09:00
Mingye Wang (Arthur2e5)
726d69c828 Add zh_CN and zh_TW Translations
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.
2015-11-11 23:49:30 +09:00
Tatsuya Kinoshita
331e29e32b Update ChangeLog 2015-10-24 07:37:49 +09:00
BwackNinja
e24b4064da Fix handling visuals and colormaps incorrectly
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/
2015-10-24 07:32:19 +09:00
Tatsuya Kinoshita
a38c995c48 Update ChangeLog 2015-10-10 19:27:13 +09:00
Tatsuya Kinoshita
47dea69486 Remove incomplete special_domain tests
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385702
2015-10-10 19:20:25 +09:00
Tatsuya Kinoshita
f517dd4293 Update ChangeLog 2015-10-04 01:03:10 +09:00
Gaetan Bisson
c574748948 Do not use defined(%hash) in w3mhelp.cgi
Origin: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/w3m&id=d9e0a4f0b461c9e2177cd9e64a10581386650503
Bug-Arch: https://bugs.archlinux.org/task/45608
2015-10-04 00:36:55 +09:00
Tatsuya Kinoshita
5f90adc736 Update ChangeLog 2015-09-06 21:56:57 +09:00
Tatsuya Kinoshita
a1368c5793 Do not use C99-style comments 2015-09-06 21:54:28 +09:00
David Crosby
aaa4ef6a72 Mitigate issue #16 found by @kcwu 2015-09-06 21:17:36 +09:00
David Crosby
85fe990642 Fix stack overflow found by @kcwu 2015-09-06 20:58:20 +09:00
Tatsuya Kinoshita
5d4d27af7f Update ChangeLog 2015-08-21 19:16:15 +09:00
Tatsuya Kinoshita
de6bc007d2 Fix unknown key in keymap.lynx
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/265144
Bug: https://sourceforge.net/p/w3m/bugs/48/
2015-08-21 19:11:41 +09:00
Tatsuya Kinoshita
7b9b097dec Update ChangeLog 2015-08-11 22:06:54 +09:00
Tatsuya Kinoshita
af52480aab Merge branch 'bug/sw3m' 2015-08-11 22:05:46 +09:00
David Crosby
66036b0db6 Check for presence of prevl before using 2015-08-11 21:59:28 +09:00
David Crosby
dac68e4d90 Adjust UFclose to remove false positive of CWE-481 2015-08-11 21:59:28 +09:00
David Crosby
14798c25c4 Move sockent for splint 2015-08-11 21:59:28 +09:00
David Crosby
adcc02592c Use unsigned int for max_count 2015-08-11 21:59:27 +09:00
David Crosby
a58671905e Add missing comparision that made if always true 2015-08-11 21:59:27 +09:00
David Crosby
c162b75317 Use fgetc in while loops, use int instead of char 2015-08-11 21:59:27 +09:00
David Crosby
6eb7866442 Adjust len to size_t 2015-08-11 21:59:27 +09:00
David Crosby
426e8b3799 Check return value of rename 2015-08-11 21:59:27 +09:00
David Crosby
fc5b50353e Adjust while loop 2015-08-11 21:59:27 +09:00
David Crosby
b1bf058d2a Check dup call for errors 2015-08-11 21:59:27 +09:00
David Crosby
dd9d2a9752 Remove unused value 2015-08-11 21:59:27 +09:00
David Crosby
73550486ff dup can give a negative value 2015-08-11 21:59:27 +09:00
David Crosby
a00c90930b use int for c 2015-08-11 21:59:27 +09:00
David Crosby
6fe9e524af Initialize new_tabwidth at declaration 2015-08-11 21:59:27 +09:00
David Crosby
d8883d384e Remove overflow on readlink 2015-08-11 21:59:27 +09:00
David Crosby
7e5b33c30e Remove dead assignments flagged by Clang static analysis 2015-08-11 21:59:27 +09:00
David Crosby
2d9d2494fc Move fclose to fix dereference after null check (Coverity) 2015-08-11 21:59:27 +09:00
David Crosby
8c9b27b954 Fix resource leak in AuthDigestCred 2015-08-11 21:59:27 +09:00
David Crosby
2582ffa397 Fix resource leak in readBufferCache 2015-08-11 21:59:27 +09:00
David Crosby
80b38e6bc3 Fix resource leak in load_cookies 2015-08-11 21:59:27 +09:00
David Crosby
4086117d9c Fix resource leak 2015-08-11 21:59:27 +09:00
David Crosby
7187784234 Fix resource leak 2015-08-11 21:59:27 +09:00
David Crosby
3120f496f7 Fix resource leak and a null return value dereference 2015-08-11 21:59:27 +09:00
David Crosby
dba9fe9753 Fix a divide-by-zero 2015-08-11 21:59:27 +09:00
David Crosby
9cbcd21d8d Change total_dot_number to unsigned int 2015-08-11 21:59:26 +09:00
David Crosby
3746ab24c7 Free tmp 2015-08-11 21:59:26 +09:00