summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Expand)AuthorAgeFilesLines
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-704/+293
* Fix frame targets.John Mark Bell2009-06-081-2/+3
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* Fix numbering of floated list itemsJohn Mark Bell2009-04-291-16/+40
* Move handling of TR height attribute from box construction to layout and add ...Michael Drake2009-04-281-49/+4
* Hubbub is no longer optional.John Mark Bell2009-04-171-263/+1
* Fix compilation with GCC 2.95.John Mark Bell2009-04-161-9/+9
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-79/+118
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-121-10/+16
* Load SVGs in IMG elements.Michael Drake2008-09-301-0/+3
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-151-1/+3
* Add comments and change height attribute handling on TR to only alter the hei...Michael Drake2008-09-051-4/+6
* Ignore height/width attributes on elements where they are not permitted.Michael Drake2008-08-211-2/+16
* C89François Revel2008-08-131-5/+9
* Ignore blank maxlength attributesJohn Mark Bell2008-08-051-1/+2
* Squash more warnings.John Mark Bell2008-05-261-3/+3
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-5/+6
* Only record that the HTML alignment was set by a table element if it is actua...Michael Drake2008-03-291-6/+7
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-1/+1
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-191-2/+0
* Centered tables are a special case.Michael Drake2008-03-051-1/+15
* Fix align attributes on TABLE etc being overridden in the table's cells by th...Michael Drake2008-02-281-4/+15
* Don't meddle with blockquote's margins.Michael Drake2008-02-261-2/+3
* SignednessWarnings.squash()John Mark Bell2008-02-251-38/+39
* Improve handling of HTML attributes / markup:Michael Drake2008-02-251-212/+388
* Also flag box as invisible so it'll have no effect on layoutJohn Mark Bell2008-02-251-0/+1
* Ignore spurious top-level framesets correctly (previously declared memory exh...John Mark Bell2008-02-251-1/+5
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-071-0/+10
* Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all colour...Richard Wilson2007-10-091-38/+26
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-1/+1
* 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-16/+16
* Import font containing symbols we need for list items.John Mark Bell2007-05-141-4/+4
* Fix embedded object + display: none; crash (1695751) (c.f r3236)John Mark Bell2007-04-061-17/+32
* Squash access to freed memory.John Mark Bell2007-04-061-5/+5
* Recognise <image> as a synonym for <img> (fixes 1692426)John Mark Bell2007-04-011-0/+2
* Make <object> attribute handling more spec compliantJohn Mark Bell2007-03-221-10/+31
* Default form field maxlength to UINT_MAX (fixes 1620540)John Mark Bell2007-03-111-1/+0
* Fix handling of % signs in textarea initial value. (Fixes 1617123)John Mark Bell2007-02-111-1/+1
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+1
* Default frame margin 0 instead of -1. Fix marginheight parsing.James Bursa2007-01-241-9/+9
* Don't require frames to specify a URL (fixes frame names not being recognised)Richard Wilson2007-01-031-22/+13
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-301-2/+6
* Remove wrong kind of free for data allocated using talloc.James Bursa2006-12-081-1/+0
* Update project URL.Michael Drake2006-11-271-1/+1
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-051-2/+36
* More work on lists. Simplify the implementation to a BLOCK for display: list-...James Bursa2006-11-051-58/+31
* Initial work for display: list-item supportJohn Mark Bell2006-11-041-1/+58
* Implement absolute positioned inlines.James Bursa2006-11-041-0/+13
* Remove code to determine containing block; no longer used.James Bursa2006-10-221-24/+3