Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChangeLogv0.5.3+git20160228 | Tatsuya Kinoshita | 2016-02-27 | 1 | -0/+8 |
* | Fix SIGFPE for ACCESSKEY | Tatsuya Kinoshita | 2016-02-27 | 1 | -1/+1 |
* | Typo fix for ACCESSKEY | Tatsuya Kinoshita | 2016-02-27 | 2 | -2/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-12-20 | 1 | -0/+13 |
* | Fix semi-transparent artifacts in w3m-img when used with 32-bit color (e.g. u... | Franz Thoma | 2015-12-20 | 1 | -1/+5 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-12-16 | 1 | -2/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-12-16 | 1 | -0/+17 |
* | Wrap render_pixbuf_to_pixmap_32() in USE_GTK2 | Tatsuya Kinoshita | 2015-12-16 | 1 | -1/+3 |
* | w3mimgdisplay supports 32 bit depth screen. (e.g. gnome-terminal) | arakiken | 2015-12-16 | 1 | -10/+55 |
* | Revert "Fix handling visuals and colormaps incorrectly" | Tatsuya Kinoshita | 2015-12-16 | 1 | -9/+4 |
* | Update ChangeLogv0.5.3+git20151119 | Tatsuya Kinoshita | 2015-11-18 | 1 | -0/+7 |
* | Accept cookies by default | Tatsuya Kinoshita | 2015-11-18 | 1 | -3/+3 |
* | Set argv_is_url to 1 by default | Tatsuya Kinoshita | 2015-11-18 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-11-18 | 1 | -1/+6 |
* | Update config.* with autotools-dev 20150820.1 | Tatsuya Kinoshita | 2015-11-18 | 2 | -24/+59 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-11-11 | 1 | -0/+9 |
* | Add zh_CN and zh_TW Translations | Mingye Wang (Arthur2e5) | 2015-11-11 | 3 | -1/+1785 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-10-23 | 1 | -0/+9 |
* | Fix handling visuals and colormaps incorrectly | BwackNinja | 2015-10-23 | 1 | -4/+9 |
* | Update ChangeLogv0.5.3+git20151010 | Tatsuya Kinoshita | 2015-10-10 | 1 | -0/+5 |
* | Remove incomplete special_domain tests | Tatsuya Kinoshita | 2015-10-10 | 1 | -17/+0 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-10-03 | 1 | -0/+6 |
* | Do not use defined(%hash) in w3mhelp.cgi | Gaetan Bisson | 2015-10-03 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-09-06 | 1 | -0/+11 |
* | Do not use C99-style comments | Tatsuya Kinoshita | 2015-09-06 | 1 | -3/+3 |
* | Mitigate issue #16 found by @kcwu | David Crosby | 2015-09-06 | 1 | -9/+11 |
* | Fix stack overflow found by @kcwu | David Crosby | 2015-09-06 | 1 | -2/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2015-08-21 | 1 | -0/+7 |
* | Fix unknown key in keymap.lynx | Tatsuya Kinoshita | 2015-08-21 | 2 | -2/+2 |
* | Update ChangeLogv0.5.3+git20150811 | Tatsuya Kinoshita | 2015-08-11 | 1 | -0/+61 |
* | Merge branch 'bug/sw3m' | Tatsuya Kinoshita | 2015-08-11 | 23 | -69/+69 |
|\ | |||||
| * | Check for presence of prevl before using | David Crosby | 2015-08-11 | 1 | -2/+4 |
| * | Adjust UFclose to remove false positive of CWE-481 | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Move sockent for splint | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Use unsigned int for max_count | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Add missing comparision that made if always true | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Use fgetc in while loops, use int instead of char | David Crosby | 2015-08-11 | 1 | -10/+4 |
| * | Adjust len to size_t | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Check return value of rename | David Crosby | 2015-08-11 | 1 | -1/+6 |
| * | Adjust while loop | David Crosby | 2015-08-11 | 1 | -1/+2 |
| * | Check dup call for errors | David Crosby | 2015-08-11 | 1 | -2/+4 |
| * | Remove unused value | David Crosby | 2015-08-11 | 1 | -1/+0 |
| * | dup can give a negative value | David Crosby | 2015-08-11 | 1 | -1/+5 |
| * | use int for c | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Initialize new_tabwidth at declaration | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Remove overflow on readlink | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Remove dead assignments flagged by Clang static analysis | David Crosby | 2015-08-11 | 9 | -22/+3 |
| * | Move fclose to fix dereference after null check (Coverity) | David Crosby | 2015-08-11 | 1 | -1/+1 |
| * | Fix resource leak in AuthDigestCred | David Crosby | 2015-08-11 | 1 | -1/+3 |
| * | Fix resource leak in readBufferCache | David Crosby | 2015-08-11 | 1 | -0/+1 |