Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If SCREEN_VARIANT=sixel on GNU screen, exec img2sixel without -P option. | Araki Ken | 2014-12-06 | 1 | -1/+2 |
| | |||||
* | ttymode_set() -> ttymode_reset(). | Araki Ken | 2014-12-06 | 1 | -3/+17 |
| | |||||
* | Fix. | Araki Ken | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Support GNU screen. | Araki Ken | 2014-12-06 | 1 | -2/+9 |
| | |||||
* | Show GIF (except animation GIF) correctly. | Araki Ken | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it. | Araki Ken | 2014-12-06 | 2 | -12/+50 |
| | |||||
* | Add declaration of get_pixel_per_cell(). | Araki Ken | 2014-12-06 | 1 | -0/+2 |
| | |||||
* | 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 ↵ | Araki Ken | 2014-12-06 | 1 | -0/+6 |
| | | | | interrupts loadGeneralFile() in loadImage() and corrupt image data can be cached in ~/.w3m. | ||||
* | Minor fix. | Araki Ken | 2014-12-06 | 1 | -1/+2 |
| | |||||
* | Cache image files if at all possible and convert them to sixel when -sixel ↵ | Araki Ken | 2014-12-06 | 1 | -1/+1 |
| | | | | option is specified. | ||||
* | 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 ↵ | Araki Ken | 2014-12-06 | 1 | -65/+51 |
| | | | | name suffix. | ||||
* | Read width and height from jpeg, png and gif files directly instead of ↵ | Araki Ken | 2014-12-06 | 1 | -0/+91 |
| | | | | executing w3mimgdisplay -size. | ||||
* | * display.c: Draw underline on anchor text which is not overlapped with any ↵ | Araki Ken | 2014-12-06 | 1 | -6/+5 |
| | | | | image. | ||||
* | * 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 ↵ | Araki Ken | 2014-12-06 | 1 | -2/+8 |
| | | | | corner of images. | ||||
* | * terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from ↵ | Araki Ken | 2014-12-06 | 3 | -15/+18 |
| | | | | | | | | | | 0.1 sec to 0.5 sec. * image.c: - clearImage() works. - Use cached image files created by w3m in getImage(). * file.c: Hack for alignment. | ||||
* | - Adjust the image size to the terminal cell size. - If the image size is ↵ | Araki Ken | 2014-12-06 | 3 | -31/+53 |
| | | | | specified in html source, skip to load the image. | ||||
* | 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 |
|/ | | | | Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-parsetagx-crash.patch?expand=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 |
|/ | | | | | | | | change the default for the option "Use ASCII equivalents to display entities" from YES to NO. Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-0.5.1-no-ASCII-equivalents-by-default.patch?expand=1 Bug-Novell: https://bugzilla.novell.com/show_bug.cgi?id=247397 | ||||
* | 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 |
|/ | | | | Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1 | ||||
* | 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 |
|/ | | | | | | | | add fix for segfault that can occur when editing a textarea field with vi, and returning to w3m (it seems to happen if the terminal is not writable, as when using w3m after 'su - some_user') Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-0.4.1-textarea-segfault.dif?expand=1 | ||||
* | 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 |
|/ | | | | | Origin: http://www.ac.auone-net.jp/~baba/w3m-img/index.html Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122673 | ||||
* | 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 |
|/ | | | | Origin: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-gdk-pixbuf.patch?revision=1.1 | ||||
* | 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 |
|/ | | | | | | | Fix building against sys-libs/ncurses[tinfo]. Origin: https://504588.bugs.gentoo.org/attachment.cgi?id=372650 Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=504588 | ||||
* | 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 |
|/ | | | | | Origin: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/w3m/patches/patch-aa?rev=1.13&content-type=text/x-cvsweb-markup Origin: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/w3m/patches/patch-ak?rev=1.1&content-type=text/x-cvsweb-markup | ||||
* | 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 |
|/ | | | | | | | | | Disable use of RAND_egd as it is absent in FreeBSD. This also fixes build error with LibreSSL. Origin: https://bz-attachments.freebsd.org/attachment.cgi?id=144635 Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191852 Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191956 | ||||
* | 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 |
|/ | | | | | Origin: https://512722.bugs.gentoo.org/attachment.cgi?id=378452 Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=512722 | ||||
* | 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 |
| | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 |