summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Expand)AuthorAgeFilesLines
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-1/+1
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-10/+19
* Content API: Avoid content message copy in content user callback.Michael Drake2017-08-261-13/+19
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-261-15/+17
* Improve content logging with content IDs (pointer values).Michael Drake2017-03-231-1/+1
* Update knockout plotter to use new APIVincent Sanders2017-02-111-1/+1
* Update all core use of plotters to new APIVincent Sanders2017-02-111-4/+4
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+2
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+0
* Update content to split public and internal APIVincent Sanders2016-06-061-13/+5
* move plotters header into public APIVincent Sanders2016-05-301-1/+0
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* update content wallclock timing to use monotonic time interfaceVincent Sanders2016-04-201-4/+7
* stop content header dragging in so many other headersVincent Sanders2016-04-191-0/+2
* reduce content header interdependancyVincent Sanders2016-04-181-1/+2
* clean up header usage in content hnadling coreVincent Sanders2016-04-181-20/+10
* Stop GIF animations when they are no longer in use, instead of waiting until ...Chris Young2016-02-111-0/+7
* Remove torrent of logging during browser window resize.Michael Drake2016-02-061-1/+1
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-1/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-20/+11
* Add scaled content redraw interface.Vincent Sanders2015-04-231-2/+71
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-1/+2
* Doxygen cleanupsVincent Sanders2014-11-091-6/+7
* Continue doxygen error cleanup.Vincent Sanders2014-11-081-79/+52
* fix up more doxygen errorsVincent Sanders2014-11-081-53/+19
* Improve content encoding information APIVincent Sanders2014-11-071-4/+4
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-0/+16
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-0/+24
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-8/+7
* fix DOM tree dump debugVincent Sanders2014-08-041-4/+7
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-5/+6
* remove unecessary includeVincent Sanders2014-02-041-3/+1
* Fix Coverity #1109872.Michael Drake2013-10-231-1/+2
* Fix Coverity #1109867.Michael Drake2013-10-231-1/+3
* move options includeVincent Sanders2013-05-281-1/+1
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-271-0/+5
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into tlsa/sele...Michael Drake2013-05-071-17/+15
|\
| * ensure correct cleanup of user list sentinal in content cloneVincent Sanders2013-05-041-18/+14
| * free memory on error conditionVincent Sanders2013-05-041-0/+1
| * fix leak in error pathVincent Sanders2013-05-031-0/+1
* | Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-0/+22
|/
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-2/+38
* add errorcode content broadcast APIVincent Sanders2012-11-261-0/+17
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-16/+31
* API for content debug dump.Michael Drake2012-08-201-0/+10
* Don't pass struct box to content open.Michael Drake2012-08-201-4/+2
* Now contents types without mouse handling can set default pointer. Fixes sta...Michael Drake2012-08-171-1/+7
* Let contents broadcast explicit status messages as well as announce that thei...Michael Drake2012-08-151-0/+2