summaryrefslogtreecommitdiff
path: root/render/box.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-081-5/+0
* Experimental new frames code.Richard Wilson2006-09-021-0/+1
* Changes to struct box for absolute positioning.James Bursa2006-06-211-0/+5
* [project @ 2006-04-04 10:56:21 by dsilvers]Daniel Silverstone2006-04-041-0/+4
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-0/+7
* [project @ 2005-08-22 22:49:52 by bursa]James Bursa2005-08-221-1/+1
* [project @ 2005-08-20 22:52:20 by bursa]James Bursa2005-08-201-0/+7
* [project @ 2005-08-14 23:56:15 by jmb]John Mark Bell2005-08-141-0/+1
* [project @ 2005-07-21 21:48:41 by bursa]James Bursa2005-07-211-2/+5
* [project @ 2005-07-02 17:58:32 by bursa]James Bursa2005-07-021-1/+2
* [project @ 2005-06-05 20:54:37 by bursa]James Bursa2005-06-051-6/+5
* [project @ 2005-06-04 12:12:38 by bursa]James Bursa2005-06-041-3/+5
* [project @ 2005-05-22 21:50:14 by bursa]James Bursa2005-05-221-1/+5
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-201-0/+1
* [project @ 2005-04-15 05:52:11 by adrianl]Adrian Lees2005-04-151-0/+2
* [project @ 2005-04-13 21:58:28 by bursa]James Bursa2005-04-131-21/+22
* [project @ 2005-04-09 09:52:52 by bursa]James Bursa2005-04-091-5/+1
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-5/+4
* [project @ 2005-03-26 01:12:27 by bursa]James Bursa2005-03-261-5/+10
* [project @ 2005-02-20 13:18:21 by bursa]James Bursa2005-02-201-3/+0