summaryrefslogtreecommitdiff
path: root/render/box.c
Commit message (Expand)AuthorAgeFilesLines
* Add float_container to box tree dump.Michael Drake2014-08-311-0/+2
* Remove unused code.Michael Drake2014-08-041-73/+0
* Remove unwanted debug.Michael Drake2014-08-041-2/+1
* mailto urls don't have passwords or ports, so we don't need to look for ':'.Michael Drake2014-08-041-1/+75
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-131-4/+4
* Handle overflow-x and overflow-y properties.Michael Drake2014-06-011-3/+9
* Update for new libcss API.Michael Drake2013-12-131-18/+0
* Fix leak of box scrollbars.Michael Drake2013-10-251-0/+14
* move options includeVincent Sanders2013-05-281-1/+1
* make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-301-2/+8
* Add clip property awareness to box_at_point.Michael Drake2012-11-061-0/+59
* Confine box_at_point to the document it's given. Callers are now responsible...Michael Drake2012-08-211-89/+7
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+1
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
* Use lwc_string for box->id.Michael Drake2011-10-291-4/+10
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-4/+7
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-9/+7
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-2/+2
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-311-35/+39
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-7/+7
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-0/+4
* Fix box scrollbars to accurately represent ratio of visible area's length to ...Michael Drake2011-05-101-29/+32
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-33/+33
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-12/+4
* Remove pointless nasty skanky broken box tree duplication from hellDaniel Silverstone2011-03-121-276/+0
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-051-0/+3
* Move clone to box flags.Michael Drake2011-03-021-2/+1
* Move strip_leading_newline to box flags.Michael Drake2011-03-021-2/+1
* Move printed to box flags.Michael Drake2011-03-021-1/+0
* Move style_owned to box flags.Michael Drake2011-03-021-2/+2
* Make box flags and move new line indicator to it.Michael Drake2011-03-021-1/+1
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-251-22/+2
* Don't consider top/left of descendant box when applying box overflow scrollbars.Michael Drake2011-02-241-8/+6
* Ensure we free more of the css stuff for the box model.Daniel Silverstone2011-01-191-2/+9
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-9/+18
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-161-0/+3
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-1/+0
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-2/+233
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+18
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-2/+21
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-31/+45
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behav...Michael Drake2009-08-141-11/+14
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-15/+149
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-18/+21
* Allow box at point to search descendant space of boxes with no style.Michael Drake2009-04-281-1/+2
* Make box_at_point() only return boxes if the point is physically contained wi...Michael Drake2009-04-271-47/+79
* Remove unused line_height stuff for now.Michael Drake2009-02-021-4/+0
* Make inline boxes store the height of their line box and include in box tree ...Michael Drake2009-01-311-0/+4
* Selection- and link-related functions now on menu; other menu changes as per ...Adrian Lees2009-01-301-0/+30