summaryrefslogtreecommitdiff
path: root/content/content_protected.h
Commit message (Expand)AuthorAgeFilesLines
* remove unesessary header use in protected contentVincent Sanders2020-06-251-1/+1
* remove unecessary content handler specific selection creationVincent Sanders2020-05-231-5/+0
* move content specific selection end to content handlersVincent Sanders2020-05-231-0/+9
* move content handler specific selection copying into handlersVincent Sanders2020-05-231-1/+10
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-231-0/+10
* implement content opacity check through the function tableVincent Sanders2020-05-131-1/+10
* make free text search content handler agnosticVincent Sanders2020-05-121-0/+18
* hoist common text search out of content handlersVincent Sanders2020-05-121-3/+8
* improve content header usageVincent Sanders2020-05-071-1/+114
* clean up content headers and documentation commentsVincent Sanders2020-05-061-48/+199
* remove junk content_add_error apiVincent Sanders2020-05-061-3/+0
* remove unused junk error values from content structVincent Sanders2020-05-061-7/+0
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-011-0/+1
* make mouse track and mouse action content handlers return an error codeVincent Sanders2019-11-121-2/+2
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-051-2/+6
* make content close check the content status itselfVincent Sanders2019-07-101-2/+2
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-3/+4
* Add content_exec and associated vtable entryDaniel Silverstone2019-05-051-0/+1
* Content: Make the content structure aware of viewport height.Michael Drake2019-02-171-1/+2
* Content API: Avoid content message copy in content user callback.Michael Drake2017-08-261-2/+5
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-261-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-16/+9
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-1/+1
* update content wallclock timing to use monotonic time interfaceVincent Sanders2016-04-201-3/+4
* use monotonic clock call for html reflow timingVincent Sanders2016-04-201-3/+3
* reduce content header interdependancyVincent Sanders2016-04-181-5/+9
* Stop GIF animations when they are no longer in use, instead of waiting until ...Chris Young2016-02-111-0/+2
* Doxygen cleanupsVincent Sanders2014-11-091-1/+1
* Continue doxygen error cleanup.Vincent Sanders2014-11-081-1/+58
* fix up more doxygen errorsVincent Sanders2014-11-081-0/+47
* Improve content encoding information APIVincent Sanders2014-11-071-2/+2
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-0/+1
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-1/+2
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-2/+2
* fix DOM tree dump debugVincent Sanders2014-08-041-1/+1
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-4/+2
* Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-0/+5
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-1/+3
* add errorcode content broadcast APIVincent Sanders2012-11-261-0/+5
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-3/+1
* API for content debug dump.Michael Drake2012-08-201-0/+1
* Don't pass struct box to content open.Michael Drake2012-08-201-3/+1
* Simplify content status text setting.Michael Drake2012-08-151-1/+1
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+0
* Currently untested (and unused) "drop file on content" handling, and HTML imp...Michael Drake2011-12-011-0/+2
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-291-1/+3
* metadata links stored in contentsVincent Sanders2011-10-071-0/+7
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-4/+3
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-0/+2
* Content interface to get at contextual content at point.Michael Drake2011-09-061-0/+2