summaryrefslogtreecommitdiff
path: root/render/box.c
Commit message (Expand)AuthorAgeFilesLines
* Make css_dump_style dump to a specified stream rather than assuming stderr. M...John Mark Bell2008-07-091-1/+1
* Improve handling of absolutely positioned table cells. Corrects positioning o...Michael Drake2008-04-201-1/+4
* Various text selection improvements:Michael Drake2008-04-071-0/+27
* Make box dump show "gadget".Michael Drake2008-01-281-0/+2
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-46/+47
* 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
* Fix warning: format '%u' expects type 'unsigned int', but argument 3 has type...James Bursa2007-05-021-1/+1
* Fix box_visible() to return a bool.James Bursa2007-01-141-1/+1
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-311-0/+28
* 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-4/+8
* Initial work for display: list-item supportJohn Mark Bell2006-11-041-0/+4
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-081-46/+0
* Make box_at_point detection consider absolute children tooJohn Mark Bell2006-06-261-2/+11
* Changes to struct box for absolute positioning.James Bursa2006-06-211-0/+37
* Fix box_at_point() for certain cases involving floats (solves unclickable lin...James Bursa2006-05-241-17/+23
* [project @ 2006-04-04 10:56:21 by dsilvers]Daniel Silverstone2006-04-041-0/+1
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-2/+25
* [project @ 2005-08-22 22:49:52 by bursa]James Bursa2005-08-221-2/+3
* [project @ 2005-08-20 22:52:20 by bursa]James Bursa2005-08-201-3/+6
* [project @ 2005-08-14 21:43:36 by bursa]James Bursa2005-08-141-1/+2
* [project @ 2005-07-02 17:49:40 by bursa]James Bursa2005-07-021-0/+11
* [project @ 2005-06-05 20:54:37 by bursa]James Bursa2005-06-051-4/+7
* [project @ 2005-06-04 12:12:38 by bursa]James Bursa2005-06-041-3/+4
* [project @ 2005-05-22 21:50:14 by bursa]James Bursa2005-05-221-0/+4
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-201-1/+29
* [project @ 2005-04-17 16:42:37 by bursa]James Bursa2005-04-171-1/+1
* [project @ 2005-04-13 21:58:28 by bursa]James Bursa2005-04-131-37/+24
* [project @ 2005-04-09 09:52:52 by bursa]James Bursa2005-04-091-1/+0
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-43/+16
* [project @ 2005-03-26 01:12:27 by bursa]James Bursa2005-03-261-3119/+110
* [project @ 2005-03-22 00:10:42 by rjw]Richard Wilson2005-03-221-0/+15
* [project @ 2005-03-19 14:23:47 by rjw]Richard Wilson2005-03-191-4/+4
* [project @ 2005-03-18 23:50:36 by rjw]Richard Wilson2005-03-181-4/+4
* [project @ 2005-02-20 13:18:21 by bursa]James Bursa2005-02-201-18/+0
* [project @ 2005-02-15 22:34:22 by jmb]John Mark Bell2005-02-151-165/+241
* [project @ 2005-02-04 19:41:59 by jmb]John Mark Bell2005-02-041-1/+6
* [project @ 2005-01-16 00:14:31 by jmb]John Mark Bell2005-01-161-1/+1
* [project @ 2005-01-16 00:03:45 by jmb]John Mark Bell2005-01-161-39/+47
* [project @ 2005-01-13 20:28:50 by bursa]James Bursa2005-01-131-0/+1
* [project @ 2005-01-01 22:05:20 by bursa]James Bursa2005-01-011-9/+15
* [project @ 2005-01-01 14:51:35 by bursa]James Bursa2005-01-011-62/+169
* [project @ 2004-12-13 22:17:43 by bursa]James Bursa2004-12-131-54/+77
* [project @ 2004-12-12 22:00:30 by bursa]James Bursa2004-12-121-134/+175
* [project @ 2004-12-09 22:22:13 by bursa]James Bursa2004-12-091-130/+211
* [project @ 2004-12-06 22:31:22 by bursa]James Bursa2004-12-061-1/+1
* [project @ 2004-12-05 21:42:08 by bursa]James Bursa2004-12-051-5/+52
* [project @ 2004-11-20 00:02:56 by bursa]James Bursa2004-11-201-2/+1
* [project @ 2004-10-17 21:10:19 by bursa]James Bursa2004-10-171-53/+85