summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-146-79/+269
* Had to do this for C89, please review.François Revel2008-08-131-17/+29
* C89François Revel2008-08-131-5/+9
* Warnings.squash();John Mark Bell2008-08-132-5/+9
* Fix buildJohn Mark Bell2008-08-121-1/+2
* C89François Revel2008-08-112-2/+4
* Squash warningsJohn Mark Bell2008-08-111-0/+2
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-113-0/+3
* Reset the "has_ns" flag when reparsing documents because of encoding change. ...Andrew Sidwell2008-08-111-0/+2
* Partially revert r5024, except make namespaces parser-instance-specific.Andrew Sidwell2008-08-112-10/+20
* Only create the namespace URIs onceJohn Mark Bell2008-08-112-7/+3
* Fix warnings introduced by hubbub integration.Andrew Sidwell2008-08-111-3/+5
* Merged revisions 4859-5013,5016-5018 via svnmerge from John Mark Bell2008-08-113-2/+510
* Remove hardcoded define for LIBICONV_PLUGFrançois Revel2008-08-081-1/+0
* C89François Revel2008-08-082-5/+5
* Ignore blank maxlength attributesJohn Mark Bell2008-08-051-1/+2
* Update my e-mail address.John Tytgat2008-08-051-1/+1
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-301-6/+9
* Whoops. Fix BNF to match reality.John Mark Bell2008-07-301-2/+2
* Rewrite parsing of <meta http-equiv="Refresh" ...> content values. The previo...John Mark Bell2008-07-301-41/+92
* Don't call group_end before group_start has been called. Solves SF #1927130.John Tytgat2008-07-291-1/+1
* Add rectangle as alias for "rect"John Mark Bell2008-07-291-1/+2
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-283-0/+4
* - Compiler warning squashJohn Tytgat2008-07-262-8/+2
* Fix compile warningRob Kendrick2008-07-261-1/+1
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-2610-55/+735
* Fix working out whether a text is in an inline.Michael Drake2008-07-191-12/+21
* BOX_TEXT only plotted with background when parent is BOX_INLINE. (Fix "Explor...Michael Drake2008-07-191-1/+5
* Fix background image redraw for scales other than 100%.Michael Drake2008-07-191-5/+8
* Fix repeating background image redraw bug.Michael Drake2008-07-191-9/+31
* Fix comment typo.Michael Drake2008-07-111-1/+1
* Make css_dump_style dump to a specified stream rather than assuming stderr. M...John Mark Bell2008-07-091-1/+1
* Fix top margin of boxes with a non-visible overflow type.Michael Drake2008-06-301-0/+3
* Add param and return details to layout_solve_width() comment.Michael Drake2008-06-101-0/+10
* Establish a new block formatting context for blocks with non-visisble overflo...Michael Drake2008-06-061-0/+33
* Recurse into <area> and <a>, too.John Mark Bell2008-05-281-3/+5
* Squash more warnings.John Mark Bell2008-05-261-3/+3
* Simplify code using xmlDocGetRootElement().James Bursa2008-05-251-4/+1
* The core code has always assumed a locale of "C".John Mark Bell2008-05-132-6/+6
* Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox ...Michael Drake2008-04-251-4/+9
* Change handling of form element widths / heights.Michael Drake2008-04-251-12/+57
* Make floats that follow a cleared float heed the clear. Fixes position of sea...Michael Drake2008-04-232-4/+18
* Maybe fix table layout problem caused by r4100.Michael Drake2008-04-231-0/+4
* Fix absolute positioning when there's a float between the box and its contain...Michael Drake2008-04-211-1/+22
* Improve handling of absolutely positioned table cells. Corrects positioning o...Michael Drake2008-04-205-11/+38
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-0/+4
* Various text selection improvements:Michael Drake2008-04-071-0/+27
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-021-2/+2
* Only record that the HTML alignment was set by a table element if it is actua...Michael Drake2008-03-291-6/+7
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-1/+1