summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Remove apparently spurious status update.John Mark Bell2010-02-101-2/+0
* fix box_dump callVincent Sanders2010-01-281-1/+1
* Yeah, so it helps if you get the conditional correct.John Mark Bell2010-01-211-1/+1
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-3/+20
* Revert float ordering optimisation (r9846) due to effect on stacking order.Michael Drake2010-01-201-37/+3
* Order containing block's list of floats in descending order of the y-position...Michael Drake2010-01-171-3/+37
* When placing floats below, keep track of y-position, for future floats in cur...Michael Drake2010-01-161-13/+15
* C89.François Revel2010-01-021-3/+2
* Only attempt to fall back to /favicon.ico if the document's base URI points to John Mark Bell2009-12-261-0/+17
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-1/+1
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-177-10/+283
* Squash memory leakJohn Mark Bell2009-11-221-2/+3
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
* Squash warningJohn Mark Bell2009-11-221-1/+1
* Avoid potential NULL pointer dereferencesJohn Mark Bell2009-11-221-23/+29
* Fix quirks mode propagation for @style.John Mark Bell2009-11-151-1/+2
* Clearer wrapping.Michael Drake2009-08-311-2/+2
* Simplification of relative offset calculation. Thanks to Christopher Martin.Michael Drake2009-08-311-27/+22
* Use new alignment schemeJohn Mark Bell2009-08-221-34/+16
* Ensure we've got a case for default html alignment.John Mark Bell2009-08-211-0/+2
* Support HTML alignment hints.John Mark Bell2009-08-211-47/+112
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behav...Michael Drake2009-08-143-15/+18
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-147-383/+783
* Ensure that inline end boxes get the correct height.Michael Drake2009-08-071-0/+1
* Slightly more useful vertical alignment.Michael Drake2009-08-071-3/+21
* Port to modified libcss API.John Mark Bell2009-08-027-51/+51
* Prevent negative calculated width of replaced inlines in layout_minmax_line().John Mark Bell2009-08-011-1/+3
* 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