summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Expand)AuthorAgeFilesLines
* CSS computed style composition: Update for new CSS units.Michael Drake2018-01-051-6/+17
* CSS: Wrappers for computed style getters that return unsupported values.Michael Drake2017-10-201-13/+14
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-1/+1
* HTML layout: Extend :after pseudo element handling to cover display:table.Michael Drake2017-04-261-2/+5
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+0
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-2/+3
* complete transition to locale independant core operationVincent Sanders2016-09-291-6/+5
* make box construction use correct ascii processingVincent Sanders2016-09-111-57/+66
* simplify box_extract_link interface and improve documentationVincent Sanders2016-09-111-26/+19
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-2/+2
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-4/+3
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-6/+7
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
* Revert "Fix memory leak in error handling"Vincent Sanders2016-03-161-1/+0
* Fix memory leak in error handlingVincent Sanders2016-03-141-0/+1
* Layout: Don't generate :before and :after boxes for replaced elements.Michael Drake2016-02-091-5/+15
* Split out presentational hints handling.Michael Drake2016-02-051-1/+2
* Spaces to tabs.Michael Drake2016-01-291-1/+1
* Ensure constant javascript_enabled for HTML contents.Michael Drake2016-01-211-2/+2
* Pass html_content to box_extract_link.Michael Drake2016-01-211-11/+12
* Fix dom document leak for framesets.Michael Drake2015-10-311-0/+5
* fix gadget resource leak (coverity #1109875)Vincent Sanders2015-09-071-0/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
* release gadget allocation on error path (Coverity 1109875)Vincent Sanders2014-11-301-0/+1
* Doxygen cleanupsVincent Sanders2014-11-121-2/+2
* Doxygen cleanupsVincent Sanders2014-11-121-5/+6
* Make most of the form API internal to the html renderer.Vincent Sanders2014-11-111-1/+1
* Doxygen warning fixesVincent Sanders2014-11-101-4/+4
* address even more potential leaks on error path in box_select (coverity 1109875)Vincent Sanders2014-11-101-1/+3
* fix leak of gadget on error path. (coverity 1109875)Vincent Sanders2014-11-101-2/+6
* Add bw function to get scrollbar type.Michael Drake2014-10-251-7/+7
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
* Remove trailing whitespace.Michael Drake2014-10-151-93/+93
* Stop invalid background image URL from preventing page load.Michael Drake2014-09-251-9/+10
* Resolve relative URLs in inline CSS relative to document's base URL, rather t...Michael Drake2014-09-181-1/+1
* Restrict 'drill down' to specific box types.Michael Drake2014-07-181-2/+10
* Fix bug #2154: List numbering.Michael Drake2014-07-181-4/+13
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
* move scheduleing into browser operation tableVincent Sanders2014-03-091-9/+9
* Gadgets can exisit outside forms, so now they store their own ref to the cont...Michael Drake2014-02-171-0/+4
* Use corestrings in box construction.Michael Drake2014-01-241-162/+42
* Ensure first option gets selected when the markup doesn't specify any options...Michael Drake2014-01-241-0/+2
* Reflect changes to select boxes into the DOMDaniel Silverstone2014-01-041-1/+1
* Fix longstanding bug where floating root element caused assertion. Bug #394.Michael Drake2014-01-041-4/+7
* Make nscss_get_style return completed computed styles. Now matches nscss_get...Michael Drake2013-12-191-51/+2
* Update for new libcss API.Michael Drake2013-12-131-4/+2
* Squash Coverity #1109879 - Resource leak.Michael Drake2013-10-251-2/+6
* Fix leak of frame element name.Michael Drake2013-10-251-0/+3
* Force root element box type to BOX_BLOCK.Michael Drake2013-07-101-2/+7