summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Fix numbering of floated list itemsJohn Mark Bell2009-04-291-16/+40
* Allow box at point to search descendant space of boxes with no style.Michael Drake2009-04-281-1/+2
* Move handling of TR height attribute from box construction to layout and add ...Michael Drake2009-04-282-49/+13
* Make box_at_point() only return boxes if the point is physically contained wi...Michael Drake2009-04-272-50/+81
* I deleted this, honest.John Mark Bell2009-04-211-0/+0
* If we calculate the height of the root box to be AUTO, set it to the viewport...John Mark Bell2009-04-171-0/+2
* Hubbub is no longer optional.John Mark Bell2009-04-176-589/+1
* Fix compilation with GCC 2.95.John Mark Bell2009-04-164-13/+13
* Update some comments.Michael Drake2009-04-151-1/+14
* It probably helps to reflect API changesJohn Mark Bell2009-04-151-78/+85
* Handle hubbub errors.John Mark Bell2009-04-152-6/+27
* Draw CSS overflow scrollbars differently. Front ends can override the colours...Michael Drake2009-03-271-88/+172
* Sync hubbub binding with spec.John Mark Bell2009-03-101-3/+35
* Squash warningsJohn Mark Bell2009-03-022-2/+2
* Purge WITH_AUTHJohn Mark Bell2009-02-221-4/+0
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-4/+0
* Fix handling of buttons in successful control searchJohn Mark Bell2009-02-201-0/+1
* If we have no document charset on completion of parse, retrieve it from the b...John Mark Bell2009-02-203-8/+32
* Utilise hubbub's form association callback.John Mark Bell2009-02-206-154/+647
* Divorce PDF export and printing.John Mark Bell2009-02-171-11/+0
* 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