summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Include size of lwc_context in content size.John Mark Bell2009-07-281-0/+2
* Shrink allocated <style> source data block to minimum.John Mark Bell2009-07-271-14/+29
* Consider stylesheet media typesJohn Mark Bell2009-07-272-122/+127
* Fix potential crash when inline replaced elements have percentage width.John Mark Bell2009-07-271-0/+2
* Respect configured font sizeJohn Mark Bell2009-07-271-0/+3
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying the...John Mark Bell2009-07-251-44/+4
* Simplify line-height calculation, deferring to nscss_len2px.John Mark Bell2009-07-251-18/+3
* Fix crash when a style element is not used because of mismatched media or type.John Mark Bell2009-07-241-16/+19
* Fix text/plain lineheight calculationJohn Mark Bell2009-07-241-1/+2
* Don't attempt to basline-align non text related inlines.Michael Drake2009-07-241-134/+135
* Better way of aligning text baselines. Move boxes down to align 0.75 point in...James Bursa2009-07-231-2/+3
* Merge LibCSS port to trunk.John Mark Bell2009-07-2322-2595/+2804
* Set height of all text boxes in a line to the height of the highest one. This...James Bursa2009-07-231-2/+11
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+2
* Fix render colour of selected text.Michael Drake2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-217-70/+266
* Fix comment.Michael Drake2009-07-141-1/+1
* Rename debug outline plot styles and make them const.Michael Drake2009-07-141-6/+6
* Plot debug outlines after borders and backgrounds, so that they can be seen w...Michael Drake2009-07-141-37/+40
* Simplify debug outline calculations and avoid fp maths when scale is 1.0. Com...Michael Drake2009-07-141-31/+52
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-142-25/+28
* 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