summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Ensure URLs are normalized prior to fetching.John Mark Bell2009-02-101-6/+41
* Remove unused line_height stuff for now.Michael Drake2009-02-023-22/+3
* Fix clear:both; when there's nothing to clear.Michael Drake2009-02-021-6/+10
* Hubbub allows FONT tags to span blocks and the way thatMichael Drake2009-01-311-1/+1
* Make inline boxes store the height of their line box and include in box tree ...Michael Drake2009-01-313-2/+23
* Fix scale of inline borders.Michael Drake2009-01-311-14/+13
* Selection- and link-related functions now on menu; other menu changes as per ...Adrian Lees2009-01-302-0/+31
* Only get top margin if box has style.Michael Drake2009-01-291-14/+4
* Include top margin when finding sides for block formatting contexts.Michael Drake2009-01-291-7/+27
* Once a float has been placed below current line,Michael Drake2009-01-271-5/+9
* Fix specified table widths to include border. Tidy block formatting context a...Michael Drake2009-01-261-8/+26
* Fix -ve margins.Michael Drake2009-01-261-2/+2
* More robust float avoidance for blocks set as block formatting contexts.Michael Drake2009-01-261-44/+75
* Ignore clear:left; when the only floats are on the right and vice versa.Michael Drake2009-01-221-2/+4
* Handle clear before working out available width for tables and blocks that ca...Michael Drake2009-01-221-10/+12
* Fix placement of tables in normal flow next to floats. This stops big blank g...Michael Drake2009-01-211-1/+12
* Fix positioning of floats that come after floats with negative margins.Michael Drake2009-01-201-4/+8
* Block formatting context width is only reduced due to floats if width is auto.Michael Drake2009-01-191-20/+26
* Make blocks which establish a new block formatting context use have the corre...Michael Drake2009-01-181-0/+17
* Move handling of background related print options to background specific func...Michael Drake2009-01-171-120/+130
* Charset fallbacks. If we don't support the charset declared in the HTTP heade...John Mark Bell2009-01-061-0/+27
* It's probably a good idea if we're consistent in which allocation routines we...John Mark Bell2009-01-061-3/+6
* More lenient refresh delay parsingJohn Mark Bell2008-12-301-2/+10
* Only increase the root element's redraw box to cover margin, if the redraw bo...Michael Drake2008-12-271-18/+28
* Fix crash bug.Michael Drake2008-12-271-1/+1
* Handle replaced inline borders and backgrounds like blocks.Michael Drake2008-12-271-5/+7
* Plot backgrounds on the root element over margin box, as per CSS 2.1 spec.Michael Drake2008-12-271-19/+78
* Fix display of inline borders when inline has no background.Michael Drake2008-12-261-1/+2
* Fix some wrap to 80 chars and tabs for indentation.Michael Drake2008-12-261-94/+90
* Don't apply text decoration if the box isn't text.Michael Drake2008-12-221-0/+2
* C89François Revel2008-12-211-59/+64
* Rewrite inline rendering. Fixes issues with borders,Michael Drake2008-12-214-119/+393
* C89François Revel2008-11-291-6/+11
* Process error page correctly.John Mark Bell2008-11-201-3/+31
* Don't care about chunk sizes.John Mark Bell2008-11-091-4/+0
* Don't introduce an unnecessary error messageJohn Mark Bell2008-11-091-6/+9
* Port to new hubbub parser APIJohn Mark Bell2008-11-094-70/+94
* Take into account variations in text line height due to styled inlines when l...Michael Drake2008-10-161-0/+2
* Fixup hubbub bindingJohn Mark Bell2008-10-141-1/+1
* Fix warnings on OS XJohn Mark Bell2008-10-141-0/+1
* add bitmap.h include to silence some warnings on Fedora.Rob Kendrick2008-10-142-0/+2
* Implement percentage min/max-height.Michael Drake2008-10-131-7/+65
* Finish 80 char widthing.Michael Drake2008-10-131-48/+48
* Tidy up where spaces were used for indentation.Michael Drake2008-10-131-10/+14
* Fix float percentage heights to match other browsers: for floated elements th...Michael Drake2008-10-131-1/+16
* Set float_container before float layout. Fixes percentage height on floated e...Michael Drake2008-10-121-1/+1
* Better commenting of percentage height stuff.Michael Drake2008-10-121-3/+7
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-124-72/+124
* Use style guide switch formatting all over.Michael Drake2008-10-121-194/+192
* Add #if support for controlling debug dumps of box tree and framesetsDaniel Silverstone2008-10-101-4/+17