summaryrefslogtreecommitdiff
path: root/render/box.h
Commit message (Expand)AuthorAgeFilesLines
* CSS utils: Handle new units in length conversion routines.Michael Drake2018-01-051-1/+5
* CSS computed style composition: Update for new CSS units.Michael Drake2018-01-051-1/+4
* cleanup seevral doxygen warningsVincent Sanders2016-09-131-1/+1
* simplify box_extract_link interface and improve documentationVincent Sanders2016-09-111-2/+13
* move the CSS content handlerVincent Sanders2016-05-261-2/+1
* Layout: Don't generate :before and :after boxes for replaced elements.Michael Drake2016-02-091-1/+2
* Pass html_content to box_extract_link.Michael Drake2016-01-211-1/+2
* Cache place below level, to avoid pointless calls to find_sides.Michael Drake2016-01-201-0/+3
* remove unecessary utils/types.hVincent Sanders2014-11-021-9/+8
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-131-1/+1
* Use corestrings in box construction.Michael Drake2014-01-241-2/+0
* Update for new libcss API.Michael Drake2013-12-131-1/+0
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-0/+1
* make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-301-0/+2
* Improve html renderer error reportingVincent Sanders2012-11-261-1/+1
* Confine box_at_point to the document it's given. Callers are now responsible...Michael Drake2012-08-211-3/+1
* Don't need to include browser.h.Michael Drake2012-08-141-1/+2
* doxygen serious warning cleanupVincent Sanders2012-07-241-2/+2
* Bring comment into line with use of libdom instead of libxml.Michael Drake2012-03-261-1/+1
* Don't need libxml.h in render/box.h now.Michael Drake2012-03-261-1/+0
* Forward decl of struct dom_node to shush thingsDaniel Silverstone2012-03-251-1/+3
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-251-0/+2
* Port box construction to libdomJohn Mark Bell2012-03-241-1/+1
* Use lwc_string for box->id.Michael Drake2011-10-291-3/+3
* Remove unused APIJohn Mark Bell2011-10-031-1/+0
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-6/+6
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-6/+9
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-311-1/+1
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-1/+1
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-1/+5
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-2/+2
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-3/+3
* Reduce number of page reflows and viewportMichael Drake2011-04-271-1/+2
* Optimise first pass of layout. Reduces number of nsfont_width calls by up to...Michael Drake2011-04-261-1/+2
* Change how blocks are positioned vertically (esp. margin handling).Michael Drake2011-04-221-1/+2
* Allow box margins to collapse through zero-height boxes.Michael Drake2011-03-121-1/+2
* Remove pointless nasty skanky broken box tree duplication from hellDaniel Silverstone2011-03-121-2/+0
* Make sure the last clone box for a wrapped text is properly measuered.Michael Drake2011-03-051-1/+2
* Fix comment.Michael Drake2011-03-021-1/+1
* Move clone to box flags.Michael Drake2011-03-021-4/+2
* Move strip_leading_newline to box flags.Michael Drake2011-03-021-5/+2
* Move printed to box flags.Michael Drake2011-03-021-3/+2
* Move style_owned to box flags.Michael Drake2011-03-021-3/+2
* Make box flags and move new line indicator to it.Michael Drake2011-03-021-1/+9
* Cache space widths.Michael Drake2011-03-011-4/+6
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-251-1/+0
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-111-5/+1
* Port to latest libcssJohn Mark Bell2011-01-291-1/+0
* Ensure we free more of the css stuff for the box model.Daniel Silverstone2011-01-191-0/+2