summaryrefslogtreecommitdiff
path: root/render/box.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make inline boxes store the height of their line box and include in box tree ...Michael Drake2009-01-311-0/+1
* Selection- and link-related functions now on menu; other menu changes as per ...Adrian Lees2009-01-301-0/+1
* Rewrite inline rendering. Fixes issues with borders,Michael Drake2008-12-211-0/+1
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-121-1/+3
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-0/+2
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-0/+2
* Make floats that follow a cleared float heed the clear. Fixes position of sea...Michael Drake2008-04-231-0/+3
* Improve handling of absolutely positioned table cells. Corrects positioning o...Michael Drake2008-04-201-0/+2
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-1/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-1/+1
* Fix box_visible() to return a bool.James Bursa2007-01-141-1/+1
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-311-0/+1
* Update project URL.Michael Drake2006-11-271-1/+1
* More work on lists. Simplify the implementation to a BLOCK for display: list-...James Bursa2006-11-051-7/+6
* Initial work for display: list-item supportJohn Mark Bell2006-11-041-4/+9