summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow building for Win32John-Mark Bell2014-01-175-5/+21
* A few tidyups.Michael Drake2013-10-301-11/+8
* Do tiled rendering by scanline, rather than by tile. Error diffusion now wor...Michael Drake2013-10-291-14/+206
* Only memset as much of the error diffusion buffer as is required.Michael Drake2013-10-291-2/+3
* Set unused param in SDL_Color struct, to avoid valgrind uninitialised values ...Michael Drake2013-10-291-0/+1
* Fix 1x1 area scaled plot optimisation.Michael Drake2013-10-291-1/+1
* Add tiled bitmap plotting function.Michael Drake2013-10-287-1/+93
* Test if we're dithering already before turning it on. (No functional change ...Michael Drake2013-10-281-6/+14
* Fix buffer length.Michael Drake2013-10-271-1/+1
* When destroying framebuffer, ensure any cursor is destroyed.Michael Drake2013-10-232-0/+16
* Free plotter function table.Michael Drake2013-10-231-0/+3
* Free surface vtable.Michael Drake2013-10-231-0/+1
* Fix leak.Michael Drake2013-04-101-0/+4
* Wayland surface handler with mouse input based on X surface handlerVincent Sanders2013-04-094-13/+2053
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR surfa...Michael Drake2012-09-306-63/+183
* Fix error text.Michael Drake2012-09-281-1/+1
* Add error diffusion to palette based rendering. Only used for bitmap and sca...Michael Drake2012-09-284-24/+81
* Add palette object. Optimise matching colour in case where we chose the pale...Michael Drake2012-09-275-65/+115
* Improve 8bpp palette: 685 RGB levels instead of 884 RGB levels, with remainde...Michael Drake2012-09-251-9/+34
* Add support for offset mouse pointer hotspots.Michael Drake2012-08-012-5/+28
* Fix horizontal scroll of internal text. Simplify and optimise internal text ...Michael Drake2012-07-271-17/+15
* Tiny simplification of freetype glyph renderer.Michael Drake2012-07-261-7/+4
* Don't add top clipping to bottom clipping. Fixes internal font rendering.Michael Drake2012-07-261-7/+4
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-293-3/+3
* Speculative support for xcb-util 0.3.8 and xcbproto 1.6John Mark Bell2012-05-121-1/+12
* basic fixes for linux framebuffer surfaceVincent Sanders2012-03-224-19/+182
* A couple of casts through void to avoid pointer alignement warnings on ARM.Michael Drake2012-02-291-2/+2
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-2114-497/+1267
* Commit fixes from "Building NetSurf on arm-linux framebuffer" thread on netsu...Michael Drake2011-04-192-2/+2
* Fix 8bpp glyph rendering when the target framebuffer is 16bppJohn Mark Bell2011-03-291-1/+1
* remove malloc.h anachronismVincent Sanders2011-01-063-3/+3
* Make libnsfb dynamically detect the available surface librariesJohn Mark Bell2010-12-042-2/+9
* make some of the plot code commonVincent Sanders2010-07-094-1426/+518
* Missed horizontal in non-alpha case in r10615. Update comment.Michael Drake2010-07-083-6/+6
* Pre-seed remainder counters with correct starting value to avoid clipping edg...Michael Drake2010-07-083-21/+57
* Don't try to plot bitmaps at 0 width or height.Michael Drake2010-07-083-0/+9
* Slight optimisation for scaled image plotting.Michael Drake2010-07-083-9/+9
* Add 8bpp scaled bitmap plotter. Fix 16bpp scaled bitmap plotter.Michael Drake2010-07-082-11/+145
* Make slight changes to match 16bpp implementations of bitmap plotters.Michael Drake2010-07-081-10/+8
* Add support for 16bpp scaled bitmap plotting. Make slight changes to match 32...Michael Drake2010-07-081-13/+140
* Add support for scaled bitmap plotting.Michael Drake2010-07-081-9/+141
* Fix warnings which occour with gcc 4.5Vincent Sanders2010-06-081-2/+3
* Make shared memory pixmap setup more robustVincent Sanders2010-05-021-9/+35
* Fix keypress handlingVincent Sanders2010-04-301-327/+327
* Fix x surface to not leave mouse trailsVincent Sanders2010-04-301-9/+38
* fix x surface input timeoutVincent Sanders2010-04-301-15/+39
* acellerate x surface copyingVincent Sanders2010-04-291-17/+103
* Make the SDL surface event handler cope with timeout correctlyVincent Sanders2010-04-281-4/+33
* ensure reply is not leaked if server does not support shared memoryVincent Sanders2010-04-261-4/+9
* enable shared memory images if availableVincent Sanders2010-04-261-39/+139