summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed textarea wordwrap if first character on line is a spaceJeffrey Lee2006-09-101-0/+5
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-101-19/+30
* Fix layout of standalone <br>.James Bursa2006-08-141-1/+1
* Use a minimum line height of 0 for inline containers which have no text.James Bursa2006-08-131-2/+16
* Layout absolutely positioned children of tables.James Bursa2006-07-231-0/+3
* Ensure that layout of absolute children is carried out after the height is kn...James Bursa2006-07-021-15/+10
* Ensure containing block has valid height for positioning absolute childrenJohn Mark Bell2006-06-291-0/+14
* Properly take account of padding on containing block.John Mark Bell2006-06-291-9/+22
* Position specifiers are relative to containing block's padding edge for John Mark Bell2006-06-291-0/+20
* Fix previous commit; it failed to make available_width include mbp such John Mark Bell2006-06-291-11/+5
* Compensate for box->{min_width,max_width} including mbp when John Mark Bell2006-06-291-0/+12
* Fix float placement when it's an exact fit for the width availableJohn Mark Bell2006-06-281-1/+1
* Relative positioning for absolutely positioned boxesJohn Mark Bell2006-06-261-0/+34
* Box x,y coordinates are of padding edge relative to parent; John Mark Bell2006-06-261-2/+2
* Fix calculation of right margin in case where margin right is autoJohn Mark Bell2006-06-261-5/+14
* Implement absolute positioning.James Bursa2006-06-261-226/+562
* Fix float positions after a block with a specified height.James Bursa2006-05-071-0/+7
* Move word that doesn't fit next to float below float correctly (fixes crash o...James Bursa2006-04-091-24/+38
* [project @ 2006-04-04 10:55:47 by dsilvers]Daniel Silverstone2006-04-041-1/+3
* [project @ 2006-03-26 21:41:18 by bursa]James Bursa2006-03-261-2/+9
* [project @ 2006-03-26 19:59:15 by bursa]James Bursa2006-03-261-2/+2
* [project @ 2006-01-15 22:25:40 by bursa]James Bursa2006-01-151-1/+8
* [project @ 2005-11-06 11:00:33 by bursa]James Bursa2005-11-061-4/+8
* [project @ 2005-10-30 21:23:24 by bursa]James Bursa2005-10-301-32/+65
* [project @ 2005-08-08 19:19:20 by bursa]James Bursa2005-08-081-0/+32
* [project @ 2005-08-07 21:28:48 by bursa]James Bursa2005-08-071-3/+8
* [project @ 2005-08-06 23:34:30 by bursa]James Bursa2005-08-061-1/+5
* [project @ 2005-08-06 22:29:30 by bursa]James Bursa2005-08-061-2/+7
* [project @ 2005-07-31 21:57:07 by bursa]James Bursa2005-07-311-1/+12
* [project @ 2005-07-31 11:21:46 by bursa]James Bursa2005-07-311-9/+7
* [project @ 2005-07-30 23:32:48 by jmb]John Mark Bell2005-07-301-1/+132
* [project @ 2005-07-24 14:29:32 by bursa]James Bursa2005-07-241-5/+12
* [project @ 2005-07-21 21:48:41 by bursa]James Bursa2005-07-211-0/+22
* [project @ 2005-07-20 22:25:56 by bursa]James Bursa2005-07-201-0/+10
* [project @ 2005-07-20 22:08:56 by bursa]James Bursa2005-07-201-2/+4
* [project @ 2005-07-02 23:37:41 by bursa]James Bursa2005-07-021-42/+50
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-674/+479
* [project @ 2005-06-05 20:54:37 by bursa]James Bursa2005-06-051-10/+42
* [project @ 2005-05-23 22:14:09 by bursa]James Bursa2005-05-231-1/+14
* [project @ 2005-05-22 21:50:14 by bursa]James Bursa2005-05-221-5/+9
* [project @ 2005-04-28 02:35:03 by rjw]Richard Wilson2005-04-281-0/+3
* [project @ 2005-04-28 01:50:55 by rjw]Richard Wilson2005-04-281-5/+9
* [project @ 2005-04-14 19:54:24 by rjw]Richard Wilson2005-04-141-45/+251
* [project @ 2005-04-09 13:25:54 by bursa]James Bursa2005-04-091-0/+2
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-57/+56
* [project @ 2005-04-02 18:24:47 by jmb]John Mark Bell2005-04-021-4/+13
* [project @ 2005-04-02 11:13:27 by bursa]James Bursa2005-04-021-0/+8
* [project @ 2005-03-22 16:29:16 by rjw]Richard Wilson2005-03-221-7/+22
* [project @ 2005-03-22 00:10:42 by rjw]Richard Wilson2005-03-221-2/+11
* [project @ 2005-03-07 21:30:28 by bursa]James Bursa2005-03-071-1/+5