summaryrefslogtreecommitdiff
path: root/utils/types.h
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary utils/types.hVincent Sanders2014-11-021-53/+0
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-15/+0
| | | | | | | | | | | | | Update the API which allows frontends to acquire the page features (images, link urls or form elements) present at the given coordinates within a browser window. By making this an explicit browser_window API and using the browser.h header for the associated data structure with a more appropriate API naming the usage is much more obvious and contained. Additionally the link url is now passed around as a nsurl stopping it being converted from nsurl to text and back again several times.
* add link context menu to gtk and add link copying and bookmarkingVincent Sanders2014-07-071-1/+5
|
* Include stdbool.h.Michael Drake2013-05-311-0/+2
|
* Allow the presence of form inputs to be obtained without knowledge of html ↵Michael Drake2012-08-201-0/+5
| | | | content internals.
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+3
| | | | svn path=/trunk/netsurf/; revision=13335
* Content interface to get at contextual content at point.Michael Drake2011-09-061-0/+9
| | | | svn path=/trunk/netsurf/; revision=12753
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-0/+13
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Move rectangle type to utils/types.hMichael Drake2011-06-281-0/+32
svn path=/trunk/netsurf/; revision=12525