summaryrefslogtreecommitdiff
path: root/render/box.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-3/+9
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-1/+1
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-5/+5
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behav...Michael Drake2009-08-141-2/+3
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-9/+4
* Port to modified libcss API.John Mark Bell2009-08-021-2/+2
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-5/+17
* Make box_at_point() only return boxes if the point is physically contained wi...Michael Drake2009-04-271-3/+2
* Remove unused line_height stuff for now.Michael Drake2009-02-021-1/+0