aboutsummaryrefslogtreecommitdiffstats
path: root/table.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Respect simple_preserve_space for table cellsTatsuya Kinoshita2018-03-231-1/+2
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893902
* Prevent negative indent value in feed_table_block_tag()Tatsuya Kinoshita2018-01-201-0/+4
| | | | Bug-Debian: https://github.com/tats/w3m/issues/88
* Revert "Prevent overflow beyond the end of string in visible_length()"Tatsuya Kinoshita2016-12-151-2/+1
| | | | This reverts commit a932f78a6d8c105036ffeedf01215c1f6a0e0b71.
* Revert "Prevent overflow beyond the end of string in skip_space()"Tatsuya Kinoshita2016-12-151-3/+1
| | | | This reverts commit e757b43bcf8c439c167f62b6d3317ee9518cabbf.
* Revert "Prevent overflow beyond the end of string in visible_length_plain()"Tatsuya Kinoshita2016-12-151-2/+1
| | | | This reverts commit f763b8ebf5441cb44d2c0234565fadd5eb1c87a5.
* Prevent overflow beyond the end of string in visible_length_plain()Tatsuya Kinoshita2016-12-101-1/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/76
* Prevent overflow beyond the end of string in skip_space()Tatsuya Kinoshita2016-12-081-1/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/74
* Prevent overflow beyond the end of string in visible_length()Tatsuya Kinoshita2016-12-081-1/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/73
* Prevent array index out of bounds for tridvalue in feed_table_tag()Tatsuya Kinoshita2016-12-051-1/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/71
* Prevent negative array index in set_integered_width()Tatsuya Kinoshita2016-12-051-2/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/70
* Prevent array index out of bounds for tabattr in feed_table_tag()Tatsuya Kinoshita2016-12-051-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/60
* Prevent deref null pointer in renderCoTable()Tatsuya Kinoshita2016-11-151-0/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260649537
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-151-0/+13
| | | | Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257
* Revert "Prevent infinite recursion with nested table and textarea"Tatsuya Kinoshita2016-11-151-13/+0
| | | | This reverts commit f393faf55975a94217df479e1bd06ee4403c6958.
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-121-0/+13
| | | | Bug-Debian: https://github.com/tats/w3m/issues/20
* Check indent_level to prevent infinite recursionTatsuya Kinoshita2016-11-091-0/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/37
* Revert "Treat table height as int instead of short"Tatsuya Kinoshita2016-10-311-7/+7
| | | | | This reverts commit 0c9aebb26a16ad3acc69b2e87ffd216d43879cb6. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842623
* Treat table height as int instead of shortTatsuya Kinoshita2016-10-081-7/+7
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
* Prevent segfault with malformed table_altTatsuya Kinoshita2016-08-241-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/24
* Truncate max_width for renderTableTatsuya Kinoshita2016-08-241-0/+4
| | | | Bug-Debian: https://github.com/tats/w3m/issues/25
* Fix table rowspan and colspanKuang-che Wu2016-08-181-0/+4
| | | | | Origin: https://github.com/tats/w3m/pull/19 Bug-Debian: https://github.com/tats/w3m/issues/8
* Fix stack overflow found by @kcwuDavid Crosby2015-09-061-2/+2
|
* Initialize new_tabwidth at declarationDavid Crosby2015-08-111-1/+1
|
* Remove dead assignments flagged by Clang static analysisDavid Crosby2015-08-111-2/+0
|
* Support the button element as defined in HTML 4.01Tatsuya Kinoshita2011-06-191-0/+8
| | | | | | Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the button element. It is discussed upstream and incomplete, but enough to login Launchpad.
* Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita2011-05-041-1/+12
|
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-041-59/+70
|
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+3617