summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-291-6/+22
* Fix align attributes on TABLE etc being overridden in the table's cells by th...Michael Drake2008-02-281-4/+15
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-1/+6
* Don't meddle with blockquote's margins.Michael Drake2008-02-261-2/+3
* SignednessWarnings.squash()John Mark Bell2008-02-254-66/+77
* Improve handling of HTML attributes / markup:Michael Drake2008-02-252-216/+392
* Also flag box as invisible so it'll have no effect on layoutJohn Mark Bell2008-02-251-0/+1
* Ignore spurious top-level framesets correctly (previously declared memory exh...John Mark Bell2008-02-251-1/+5
* For form gadgets, specified percentage width is inclusive of margin, border a...Michael Drake2008-02-171-9/+23
* Select element width is width of longest option text.Michael Drake2008-02-111-8/+60
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-071-0/+10
* Improve float positioning.Michael Drake2008-02-031-1/+1
* Turn debug output off again. Remove extraneous include.Michael Drake2008-02-031-2/+1
* Ensure min line length takes into account margins, borders and paddings of ob...Michael Drake2008-02-031-2/+7
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-2/+2
* Make text input boxes with height:auto; and no initial value get a sensible h...Michael Drake2008-02-021-41/+12
* Fix syntax.Michael Drake2008-01-291-1/+1
* Reinstate things lost in the last checkins.Michael Drake2008-01-291-3/+5
* No need to recalculate a value we already have.Michael Drake2008-01-291-10/+5
* Apply min font size config option to radio icons and checkboxes.Michael Drake2008-01-291-13/+47
* Make box dump show "gadget".Michael Drake2008-01-281-0/+2
* Render borders after backgrounds. Handle boxes with overflow hidden or scroll...James Bursa2008-01-281-45/+67
* Recurse into noscript elements when looking for meta refresh. This would work...John Mark Bell2008-01-281-1/+13
* Only needed the vertical position changed.Michael Drake2008-01-281-1/+3
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-282-63/+0