summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
Commit message (Expand)AuthorAgeFilesLines
* Fix table layout issue: row spans crossing row groups.Michael Drake2014-04-121-4/+11
* Flag TODO for rowspan in different row group.Michael Drake2014-04-091-0/+2
* Implied table rows must increment the row group's row count too.Michael Drake2014-04-091-0/+1
* fix table normalisation to not allow rowspan entries to leak beyond their gro...Vincent Sanders2014-04-091-11/+37
* Update for new libcss API.Michael Drake2013-12-131-16/+8
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-9/+8
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-0/+1
* fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-141-7/+7
* Improve performance of style selectionJohn Mark Bell2011-10-081-0/+7
* Remove gui_multitaskJohn Mark Bell2011-09-211-3/+0
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-19/+54
* Fix build with NDEBUG definedJohn Mark Bell2011-04-031-2/+29
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-10/+10
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-21/+9
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-8/+8
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-251/+386
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-0/+1
* Squash warningsJohn Mark Bell2009-03-021-1/+1
* Improve handling of absolutely positioned table cells. Corrects positioning o...Michael Drake2008-04-201-0/+6
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-191-2/+0
* Insert implied boxes rather than entirely removing empty table/row group node...John Mark Bell2008-03-101-22/+62
* Fix last pointer manipulation for table and row_group boxes.John Mark Bell2008-03-101-2/+4
* Improve handling of HTML attributes / markup:Michael Drake2008-02-251-4/+4
* Don't remove table rows with no children (fix 1753365)Richard Wilson2007-10-101-11/+19
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-6/+6
* Allocate new styles for implied boxes using talloc instead of css_duplicate_s...James Bursa2006-12-081-8/+10
* Update project URL.Michael Drake2006-11-271-1/+1
* More work on lists. Simplify the implementation to a BLOCK for display: list-...James Bursa2006-11-051-156/+20
* Initial work for display: list-item supportJohn Mark Bell2006-11-041-7/+146
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-081-38/+0
* Implement absolute positioning.James Bursa2006-06-261-0/+38
* [project @ 2006-01-06 21:23:47 by jmb]John Mark Bell2006-01-061-0/+2
* [project @ 2005-08-22 22:49:52 by bursa]James Bursa2005-08-221-6/+7
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-2/+8
* [project @ 2005-06-05 20:54:37 by bursa]James Bursa2005-06-051-4/+5
* [project @ 2005-06-04 12:12:38 by bursa]James Bursa2005-06-041-0/+4
* [project @ 2005-05-22 21:50:14 by bursa]James Bursa2005-05-221-2/+7
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-27/+26
* [project @ 2005-03-26 01:12:27 by bursa]James Bursa2005-03-261-0/+696