summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* remove redundant clg callVincent Sanders2009-07-012-2/+2
* Fix assert when replaced element has display:table;.Michael Drake2009-06-241-2/+4
* Fix frame targets.John Mark Bell2009-06-081-2/+3
* Don't need height of css positioned boxes when laying out boxes in normal flow.Michael Drake2009-05-301-5/+1
* When computing relative offset values for floats, use block formatting contex...Michael Drake2009-05-281-2/+11
* Remove redundant increment.Michael Drake2009-05-281-2/+2
* Remove redundant calculation.Michael Drake2009-05-281-1/+0
* Reorganise some conditions and only try to deal with min-height and max-heigh...Michael Drake2009-05-281-21/+33
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-284-1/+3
* Remove unused code.Michael Drake2009-05-271-11/+2
* Make layout_apply_minmax_height assert if it's called with a box that shouldn...Michael Drake2009-05-271-1/+2
* Pedantic wrap.Michael Drake2009-05-271-1/+2
* Remove a couple of superfluous conditions.Michael Drake2009-05-271-4/+4
* Remove dead assignmentMichael Drake2009-05-271-2/+0
* Handle percentage table heights. Spare height is still not distributed over c...Michael Drake2009-05-081-10/+52
* Fix viewport height handling not to obliterate calculationMichael Drake2009-05-071-29/+42
* Make layout_block_context() private.Michael Drake2009-05-062-1/+1
* Move special casing of form element dimensions out into separate helper funct...Michael Drake2009-05-061-61/+62
* Make form elements with specified sizes include paddings and borders in their...Michael Drake2009-05-011-48/+133
* 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