summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* next round of plotter refactorVincent Sanders2009-07-141-60/+94
* Positioned elements are taken out of normal flow, so don't let them affect mi...Michael Drake2009-07-131-0/+11
* Delete html_redraw lighter/darker and use the colour tweakers in plot_style.Michael Drake2009-07-101-50/+22
* Move colour blend routine from html_redraw to plot_style and make it a define.Michael Drake2009-07-101-25/+10
* Remove html_redraw_aa because it is the same as html_redraw_blend. Fix html_r...Michael Drake2009-07-101-27/+11
* plotters line refactorVincent Sanders2009-07-101-98/+119
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-5/+5
* ploter refactor of rectangle handling Vincent Sanders2009-07-082-33/+32
* Style guide indentation.Michael Drake2009-07-061-6/+6
* Fix indentation to use tabs instead of spaces.Michael Drake2009-07-061-40/+40
* Refactor fill plotter to take a styleVincent Sanders2009-07-052-32/+73
* Fix stupidJohn Mark Bell2009-07-021-2/+3
* Make this more legible and squash leaks.John Mark Bell2009-07-021-121/+127
* 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