aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * display.c: Draw underline on anchor text which is not overlapped with any ↵Araki Ken2014-12-061-6/+5
| | | | image.
* * 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 ↵Araki Ken2014-12-061-2/+8
| | | | corner of images.
* * terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from ↵Araki Ken2014-12-063-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 Ken2014-12-063-31/+53
| | | | specified in html source, skip to load the image.
* 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
|/ | | | Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-parsetagx-crash.patch?expand=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
|/ | | | | | | | 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 Kinoshita2014-12-064-2/+4
|\
| * Fix a few harmless uninitialized variablesOlaf Hering2014-12-064-2/+4
|/ | | | Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1
* 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
|/ | | | | | | | 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 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
|/ | | | | 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 Kinoshita2014-12-014-10/+10
|\
| * Depend on gdk-pixbuf instead of gtk when gtk2Naohiro Aota2014-12-014-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 Kinoshita2014-12-012-4/+4
|\
| * Add tinfo to with_termlibJeroen Roovers2014-12-012-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 Kinoshita2014-12-012-4/+0
|\
| * Assume defined PKG_CONFIG points right location when gtk2OBATA Akio2014-12-012-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 Kinoshita2014-12-011-1/+1
|\
| * Disable USE_EGD for LibreSSLVsevolod Stakhov2014-12-011-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 Kinoshita2014-12-011-1/+1
|\
| * Set Language tag properly for Japanese translationzimous2014-12-011-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 Kinoshita2014-11-291-142/+146
|\
| * Typo fixTatsuya Kinoshita2014-11-291-2/+2
| |
| * Miscellaneous changes to improve English manpageMarkus Hiereth2014-11-291-142/+146
| | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30
* | Merge branch 'bug/lang-en'Tatsuya Kinoshita2014-11-292-46/+92
|\|
| * Improve FILESMarkus Hiereth2014-11-291-22/+25
| | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403634
| * Improve EXAMPLESMarkus Hiereth2014-11-291-13/+54
| | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380560
| * Improve explanation about option -NMarkus Hiereth2014-11-291-1/+2
| | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345084 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530468
| * Note that -cols only affects when HTML is renderedMarkus Hiereth2014-11-291-2/+2
| | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285251
| * Add more info on configurationMarkus Hiereth2014-11-291-2/+2
| | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268211
| * Tweak for W3MMAN_W3MJustin B Rye2014-11-291-0/+1
| | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771003#5
| * English fixesJustin B Rye2014-11-291-7/+7
| | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#25
* | Merge branch 'bug/w3mman2html-utf8'Tatsuya Kinoshita2014-11-291-3/+2
|\ \
| * | Fix Perl warningsJustin B Rye2014-11-291-3/+2
| | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771004
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-11-291-1/+1
|\ \ \ | |_|/ |/| |
| * | Update to 0.5.3+debian-19+Tatsuya Kinoshita2014-11-291-1/+1
| | |
* | | Merge branch 'bug/changelog'v0.5.3+debian-19Tatsuya Kinoshita2014-10-211-0/+11
|\ \ \
| * | | Update ChangeLogTatsuya Kinoshita2014-10-211-0/+11
|/ / /
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-10-211-1/+1
|\| |
| * | Update to 0.5.3+debian-19Tatsuya Kinoshita2014-10-211-1/+1
| | |
* | | Merge branch 'feature/lang-de'Tatsuya Kinoshita2014-10-212-1/+904
|\ \ \
| * | | Correct LINGUAS to a whitespace separated listTatsuya Kinoshita2014-10-211-2/+1
| | | |
| * | | Add German translationMarkus Hiereth2014-10-212-0/+904
| | | | | | | | | | | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763964