summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for resizable surfaces and implement it for SDL surface.Michael Drake2014-07-261-0/+5
* Move private headers out of include/ and into src/Michael Drake2014-07-195-525/+0
* Fix comment typos.Michael Drake2013-11-041-3/+3
* A few tidyups.Michael Drake2013-10-301-18/+19
* Add tiled bitmap plotting function.Michael Drake2013-10-282-0/+9
* Test if we're dithering already before turning it on. (No functional change ...Michael Drake2013-10-281-1/+6
* Avoid repeating some calculations.Michael Drake2013-10-271-15/+17
* When destroying framebuffer, ensure any cursor is destroyed.Michael Drake2013-10-231-0/+3
* Remove dead store.Michael Drake2013-04-101-1/+0
* Wayland surface handler with mouse input based on X surface handlerVincent Sanders2013-04-091-1/+2
* Add error diffusion to palette based rendering. Only used for bitmap and sca...Michael Drake2012-09-281-5/+125
* Add palette object. Optimise matching colour in case where we chose the pale...Michael Drake2012-09-273-1/+113
* Add support for offset mouse pointer hotspots.Michael Drake2012-08-012-7/+16
* basic fixes for linux framebuffer surfaceVincent Sanders2012-03-223-22/+35
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-216-86/+172
* start improvements in surface handlingVincent Sanders2010-04-261-1/+2
* add basic (but working) path supportVincent Sanders2010-01-222-4/+4
* fix polylinesVincent Sanders2010-01-212-2/+2
* add beginnings of path plottingVincent Sanders2010-01-212-0/+9
* move plot functions to their own sub directoryVincent Sanders2010-01-201-1/+1
* simplify internal headersVincent Sanders2010-01-113-1/+22
* strip legacy plotter interfaceVincent Sanders2010-01-095-93/+44
* add bezier curve plottersVincent Sanders2010-01-063-0/+34
* Improve cursor handlingVincent Sanders2009-12-045-12/+21
* add cursor supportVincent Sanders2009-06-029-9/+111
* add legacy plotter APIVincent Sanders2009-04-246-7/+135
* add event interfaceVincent Sanders2009-04-153-6/+193
* add geometry settingVincent Sanders2009-04-091-0/+4
* add frontend selection and fix finalisation supportVincent Sanders2009-04-092-6/+27
* add font glyph plotting supportVincent Sanders2009-04-082-2/+24
* initial commit of netsurf framebuffer libraryVincent Sanders2009-04-087-0/+325