summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-081-13/+0
* Squash warnings.John Mark Bell2006-09-111-26/+41
* Fixed translation of html entities when a textarea has an initial valueJeffrey Lee2006-09-111-2/+19
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-101-6/+22
* Fix 1546941.Richard Wilson2006-09-021-6/+10
* Experimental new frames code.Richard Wilson2006-09-021-218/+312
* Stop rendering of iframe children; they're for non-iframe supporting UAs John Mark Bell2006-08-241-0/+3
* Ignore junk values (fix 1444336)Richard Wilson2006-07-051-9/+9
* Fix submission of forms in embedded objects; resolve submission URL at John Mark Bell2006-07-031-7/+17
* Implement absolute positioning.James Bursa2006-06-261-8/+38
* [project @ 2006-04-04 10:56:21 by dsilvers]Daniel Silverstone2006-04-041-8/+28
* [project @ 2006-03-27 01:04:56 by jmb]John Mark Bell2006-03-271-0/+15
* [project @ 2006-03-26 23:52:22 by dsilvers]Daniel Silverstone2006-03-261-0/+11
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-2/+3
* [project @ 2006-01-02 23:31:28 by jmb]John Mark Bell2006-01-021-0/+2