summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* CSS min/max-height overrides height.Michael Drake2008-03-211-1/+1
* Unsightly hack around flickering to white in nsgtk. This needs to be sorted o...John Mark Bell2008-03-211-0/+37
* CSS min-height and max-height properties override fixed heights too.Michael Drake2008-03-201-12/+16
* Re-express table_find_cell algorithm to avoid relying upon side-effects.John Mark Bell2008-03-191-5/+13
* Lose spurious *John Mark Bell2008-03-191-1/+1
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-193-6/+0
* Ensure that scrollbar foreground is actually visible (black on black, for exa...John Mark Bell2008-03-141-2/+10
* Change meaning of c->redraw_time to be the earliest time to reflow during pag...Rob Kendrick2008-03-111-4/+15
* Insert implied boxes rather than entirely removing empty table/row group node...John Mark Bell2008-03-101-22/+62
* Fix last pointer manipulation for table and row_group boxes.John Mark Bell2008-03-101-2/+4
* Take account of any table height specified through CSS or HTML.John Mark Bell2008-03-101-1/+10
* Apply min/max-height to absolutely positioned elements.Michael Drake2008-03-101-0/+1
* Adjust y values after seting a min/max-height.Michael Drake2008-03-091-5/+22
* Initial stab at min/max-height support.Michael Drake2008-03-091-1/+46
* When floats have clear right or left set, as well as being put below floats o...Michael Drake2008-03-091-20/+29
* Fix clear CSS property support when applied on floats.Michael Drake2008-03-091-5/+20
* Round percentage width to nearest pixel with integers.Michael Drake2008-03-081-2/+3
* Fix float wrapping when available space equals space that would be used by fl...Michael Drake2008-03-071-1/+1
* No space between rows of floats.Michael Drake2008-03-071-4/+4
* Round percentage widths to nearest pixel instead of down.Michael Drake2008-03-061-2/+2
* Centered tables are a special case.Michael Drake2008-03-051-1/+15
* Squash warning.Michael Drake2008-03-011-1/+1