aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add README.sixel. W3M_IMG2SIXEL environmental variable enables to specify opt...Araki Ken2014-12-062-16/+58
| * | * Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct ...Araki Ken2014-12-062-15/+16
| * | If SCREEN_VARIANT=sixel on GNU screen, exec img2sixel without -P option.Araki Ken2014-12-061-1/+2
| * | ttymode_set() -> ttymode_reset().Araki Ken2014-12-061-3/+17
| * | Fix.Araki Ken2014-12-061-1/+1
| * | Support GNU screen.Araki Ken2014-12-061-2/+9
| * | Show GIF (except animation GIF) correctly.Araki Ken2014-12-061-2/+2
| * | img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it.Araki Ken2014-12-062-12/+50
| * | Add declaration of get_pixel_per_cell().Araki Ken2014-12-061-0/+2
| * | Show the first frame of animation gif files.Araki Ken2014-12-061-0/+87
| * | system() -> fork()&execvp()Araki Ken2014-12-061-7/+32
| * | Draw underline on anchor which contains cboth text and images.Araki Ken2014-12-061-4/+9
| * | Remove close_tty() from setup_child() because close_tty() sometimes interrupt...Araki Ken2014-12-061-0/+6
| * | Minor fix.Araki Ken2014-12-061-1/+2
| * | Cache image files if at all possible and convert them to sixel when -sixel op...Araki Ken2014-12-061-1/+1
| * | Init pixel_per_{char|line}_i if get_pixel_per_cell() fails.Araki Ken2014-12-061-0/+4
| * | Add -sixel option which supports image processing by img2sixel.Araki Ken2014-12-066-60/+43
| * | Don't download image files whose size is specified in <img> tag.Araki Ken2014-12-061-7/+15
| * | Minor fixes of parseImageHeader().Araki Ken2014-12-061-1/+2
| * | Determine the format of an image file by its header data not by its file name...Araki Ken2014-12-061-65/+51
| * | Read width and height from jpeg, png and gif files directly instead of execut...Araki Ken2014-12-061-0/+91
| * | * display.c: Draw underline on anchor text which is not overlapped with any i...Araki Ken2014-12-061-6/+5
| * | * terms.c: Clear fd_set by FD_ZERO() before select().Araki Ken2014-12-061-8/+7
| * | * file.c: nw and ni are rounded up instead of rounded off to show every corne...Araki Ken2014-12-061-2/+8
| * | * terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0....Araki Ken2014-12-063-15/+18
| * | - Adjust the image size to the terminal cell size. - If the image size is spe...Araki Ken2014-12-063-31/+53
| * | Support remote image by OSC 5379 show_picture sequence.Araki Ken2014-12-066-20/+206
|/ /
* | Merge branch 'bug/parsetagx-crash'Tatsuya Kinoshita2014-12-061-0/+1
|\ \
| * | Fix crash in parse_tag() during every startOlaf Hering2014-12-061-0/+1
|/ /
* | Merge branch 'bug/no-ascii-default'Tatsuya Kinoshita2014-12-061-1/+1
|\ \
| * | Change the default to alt_entity=0Olaf Hering2014-12-061-1/+1
|/ /
* | Merge branch 'bug/uninitialized'Tatsuya Kinoshita2014-12-064-2/+4
|\ \
| * | Fix a few harmless uninitialized variablesOlaf Hering2014-12-064-2/+4
|/ /
* | Merge branch 'bug/textarea-segfault'Tatsuya Kinoshita2014-12-061-1/+2
|\ \
| * | Prevent segfault when editing a textarea field with viPeter Poeml2014-12-061-1/+2
|/ /
* | Merge branch 'feature/w3m-img-freebsd'Tatsuya Kinoshita2014-12-031-1/+1
|\ \
| * | Follow updated configureTatsuya Kinoshita2014-12-031-1/+1
* | | Merge branch 'feature/w3m-img-freebsd'Tatsuya Kinoshita2014-12-034-2/+431
|\| |
| * | Support FreeBSD framebufferYusuke Baba2014-12-034-2/+431
|/ /
* | Merge branch 'bug/gdk-pixbuf'Tatsuya Kinoshita2014-12-014-10/+10
|\ \
| * | Depend on gdk-pixbuf instead of gtk when gtk2Naohiro Aota2014-12-014-10/+10
|/ /
* | Merge branch 'bug/tinfo'Tatsuya Kinoshita2014-12-012-4/+4
|\ \
| * | Add tinfo to with_termlibJeroen Roovers2014-12-012-4/+4
|/ /
* | Merge branch 'bug/gtk2-pkg-config'Tatsuya Kinoshita2014-12-012-4/+0
|\ \
| * | Assume defined PKG_CONFIG points right location when gtk2OBATA Akio2014-12-012-4/+0
|/ /
* | Merge branch 'bug/libressl'Tatsuya Kinoshita2014-12-011-1/+1
|\ \
| * | Disable USE_EGD for LibreSSLVsevolod Stakhov2014-12-011-1/+1
|/ /
* | Merge branch 'bug/lang-ja'Tatsuya Kinoshita2014-12-011-1/+1
|\ \
| * | Set Language tag properly for Japanese translationzimous2014-12-011-1/+1
|/ /
* | Merge branch 'bug/lang-en'Tatsuya Kinoshita2014-11-291-142/+146
|\ \