| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Show the first frame of animation gif files. | Araki Ken | 2014-12-06 | 1 | -0/+87 |
| * | | system() -> fork()&execvp() | Araki Ken | 2014-12-06 | 1 | -7/+32 |
| * | | Draw underline on anchor which contains cboth text and images. | Araki Ken | 2014-12-06 | 1 | -4/+9 |
| * | | Remove close_tty() from setup_child() because close_tty() sometimes interrupt... | Araki Ken | 2014-12-06 | 1 | -0/+6 |
| * | | Minor fix. | Araki Ken | 2014-12-06 | 1 | -1/+2 |
| * | | Cache image files if at all possible and convert them to sixel when -sixel op... | Araki Ken | 2014-12-06 | 1 | -1/+1 |
| * | | Init pixel_per_{char|line}_i if get_pixel_per_cell() fails. | Araki Ken | 2014-12-06 | 1 | -0/+4 |
| * | | Add -sixel option which supports image processing by img2sixel. | Araki Ken | 2014-12-06 | 6 | -60/+43 |
| * | | Don't download image files whose size is specified in <img> tag. | Araki Ken | 2014-12-06 | 1 | -7/+15 |
| * | | Minor fixes of parseImageHeader(). | Araki Ken | 2014-12-06 | 1 | -1/+2 |
| * | | Determine the format of an image file by its header data not by its file name... | Araki Ken | 2014-12-06 | 1 | -65/+51 |
| * | | Read width and height from jpeg, png and gif files directly instead of execut... | Araki Ken | 2014-12-06 | 1 | -0/+91 |
| * | | * display.c: Draw underline on anchor text which is not overlapped with any i... | Araki Ken | 2014-12-06 | 1 | -6/+5 |
| * | | * terms.c: Clear fd_set by FD_ZERO() before select(). | Araki Ken | 2014-12-06 | 1 | -8/+7 |
| * | | * file.c: nw and ni are rounded up instead of rounded off to show every corne... | Araki Ken | 2014-12-06 | 1 | -2/+8 |
| * | | * terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0.... | Araki Ken | 2014-12-06 | 3 | -15/+18 |
| * | | - Adjust the image size to the terminal cell size. - If the image size is spe... | Araki Ken | 2014-12-06 | 3 | -31/+53 |
| * | | Support remote image by OSC 5379 show_picture sequence. | Araki Ken | 2014-12-06 | 6 | -20/+206 |
|/ / |
|
* | | Merge branch 'bug/parsetagx-crash' | Tatsuya Kinoshita | 2014-12-06 | 1 | -0/+1 |
|\ \ |
|
| * | | Fix crash in parse_tag() during every start | Olaf Hering | 2014-12-06 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'bug/no-ascii-default' | Tatsuya Kinoshita | 2014-12-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Change the default to alt_entity=0 | Olaf Hering | 2014-12-06 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'bug/uninitialized' | Tatsuya Kinoshita | 2014-12-06 | 4 | -2/+4 |
|\ \ |
|
| * | | Fix a few harmless uninitialized variables | Olaf Hering | 2014-12-06 | 4 | -2/+4 |
|/ / |
|
* | | Merge branch 'bug/textarea-segfault' | Tatsuya Kinoshita | 2014-12-06 | 1 | -1/+2 |
|\ \ |
|
| * | | Prevent segfault when editing a textarea field with vi | Peter Poeml | 2014-12-06 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'feature/w3m-img-freebsd' | Tatsuya Kinoshita | 2014-12-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Follow updated configure | Tatsuya Kinoshita | 2014-12-03 | 1 | -1/+1 |
* | | | Merge branch 'feature/w3m-img-freebsd' | Tatsuya Kinoshita | 2014-12-03 | 4 | -2/+431 |
|\| | |
|
| * | | Support FreeBSD framebuffer | Yusuke Baba | 2014-12-03 | 4 | -2/+431 |
|/ / |
|
* | | Merge branch 'bug/gdk-pixbuf' | Tatsuya Kinoshita | 2014-12-01 | 4 | -10/+10 |
|\ \ |
|
| * | | Depend on gdk-pixbuf instead of gtk when gtk2 | Naohiro Aota | 2014-12-01 | 4 | -10/+10 |
|/ / |
|
* | | Merge branch 'bug/tinfo' | Tatsuya Kinoshita | 2014-12-01 | 2 | -4/+4 |
|\ \ |
|
| * | | Add tinfo to with_termlib | Jeroen Roovers | 2014-12-01 | 2 | -4/+4 |
|/ / |
|
* | | Merge branch 'bug/gtk2-pkg-config' | Tatsuya Kinoshita | 2014-12-01 | 2 | -4/+0 |
|\ \ |
|
| * | | Assume defined PKG_CONFIG points right location when gtk2 | OBATA Akio | 2014-12-01 | 2 | -4/+0 |
|/ / |
|
* | | Merge branch 'bug/libressl' | Tatsuya Kinoshita | 2014-12-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Disable USE_EGD for LibreSSL | Vsevolod Stakhov | 2014-12-01 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'bug/lang-ja' | Tatsuya Kinoshita | 2014-12-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Set Language tag properly for Japanese translation | zimous | 2014-12-01 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'bug/lang-en' | Tatsuya Kinoshita | 2014-11-29 | 1 | -142/+146 |
|\ \ |
|
| * | | Typo fix | Tatsuya Kinoshita | 2014-11-29 | 1 | -2/+2 |
| * | | Miscellaneous changes to improve English manpage | Markus Hiereth | 2014-11-29 | 1 | -142/+146 |
* | | | Merge branch 'bug/lang-en' | Tatsuya Kinoshita | 2014-11-29 | 2 | -46/+92 |
|\| | |
|
| * | | Improve FILES | Markus Hiereth | 2014-11-29 | 1 | -22/+25 |
| * | | Improve EXAMPLES | Markus Hiereth | 2014-11-29 | 1 | -13/+54 |
| * | | Improve explanation about option -N | Markus Hiereth | 2014-11-29 | 1 | -1/+2 |
| * | | Note that -cols only affects when HTML is rendered | Markus Hiereth | 2014-11-29 | 1 | -2/+2 |
| * | | Add more info on configuration | Markus Hiereth | 2014-11-29 | 1 | -2/+2 |
| * | | Tweak for W3MMAN_W3M | Justin B Rye | 2014-11-29 | 1 | -0/+1 |