summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* basic fixes for linux framebuffer surfaceVincent Sanders2012-03-224-19/+182
| | | | svn path=/trunk/libnsfb/; revision=13550
* A couple of casts through void to avoid pointer alignement warnings on ARM.Michael Drake2012-02-291-2/+2
| | | | svn path=/trunk/libnsfb/; revision=13503
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-2114-497/+1267
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* Commit fixes from "Building NetSurf on arm-linux framebuffer" thread on ↵Michael Drake2011-04-192-2/+2
| | | | | | netsurf-users ML. svn path=/trunk/libnsfb/; revision=12203
* Fix 8bpp glyph rendering when the target framebuffer is 16bppJohn Mark Bell2011-03-291-1/+1
| | | | svn path=/trunk/libnsfb/; revision=12145
* remove malloc.h anachronismVincent Sanders2011-01-063-3/+3
| | | | svn path=/trunk/libnsfb/; revision=11226
* Make libnsfb dynamically detect the available surface librariesJohn Mark Bell2010-12-042-2/+9
| | | | svn path=/trunk/libnsfb/; revision=10972
* make some of the plot code commonVincent Sanders2010-07-094-1426/+518
| | | | svn path=/trunk/libnsfb/; revision=10618
* Missed horizontal in non-alpha case in r10615. Update comment.Michael Drake2010-07-083-6/+6
| | | | svn path=/trunk/libnsfb/; revision=10617
* Pre-seed remainder counters with correct starting value to avoid clipping ↵Michael Drake2010-07-083-21/+57
| | | | | | edge case artifact. svn path=/trunk/libnsfb/; revision=10615
* Don't try to plot bitmaps at 0 width or height.Michael Drake2010-07-083-0/+9
| | | | svn path=/trunk/libnsfb/; revision=10613
* Slight optimisation for scaled image plotting.Michael Drake2010-07-083-9/+9
| | | | svn path=/trunk/libnsfb/; revision=10612
* Add 8bpp scaled bitmap plotter. Fix 16bpp scaled bitmap plotter.Michael Drake2010-07-082-11/+145
| | | | svn path=/trunk/libnsfb/; revision=10611
* Make slight changes to match 16bpp implementations of bitmap plotters.Michael Drake2010-07-081-10/+8
| | | | svn path=/trunk/libnsfb/; revision=10610
* Add support for 16bpp scaled bitmap plotting. Make slight changes to match ↵Michael Drake2010-07-081-13/+140
| | | | | | 32bpp implementation. NOTE: UNTESTED. svn path=/trunk/libnsfb/; revision=10609
* Add support for scaled bitmap plotting.Michael Drake2010-07-081-9/+141
| | | | svn path=/trunk/libnsfb/; revision=10608
* Fix warnings which occour with gcc 4.5Vincent Sanders2010-06-081-2/+3
| | | | svn path=/trunk/libnsfb/; revision=10569
* Make shared memory pixmap setup more robustVincent Sanders2010-05-021-9/+35
| | | | svn path=/trunk/libnsfb/; revision=10541
* Fix keypress handlingVincent Sanders2010-04-301-327/+327
| | | | svn path=/trunk/libnsfb/; revision=10534
* Fix x surface to not leave mouse trailsVincent Sanders2010-04-301-9/+38
| | | | svn path=/trunk/libnsfb/; revision=10527
* fix x surface input timeoutVincent Sanders2010-04-301-15/+39
| | | | svn path=/trunk/libnsfb/; revision=10526
* acellerate x surface copyingVincent Sanders2010-04-291-17/+103
| | | | svn path=/trunk/libnsfb/; revision=10519
* Make the SDL surface event handler cope with timeout correctlyVincent Sanders2010-04-281-4/+33
| | | | svn path=/trunk/libnsfb/; revision=10514
* ensure reply is not leaked if server does not support shared memoryVincent Sanders2010-04-261-4/+9
| | | | svn path=/trunk/libnsfb/; revision=10489
* enable shared memory images if availableVincent Sanders2010-04-261-39/+139
| | | | svn path=/trunk/libnsfb/; revision=10488
* significantly improve performance of the x surfaceVincent Sanders2010-04-261-118/+171
| | | | svn path=/trunk/libnsfb/; revision=10486
* start improvements in surface handlingVincent Sanders2010-04-269-4/+797
| | | | | | add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485
* Simplification.Michael Drake2010-02-011-11/+7
| | | | svn path=/trunk/libnsfb/; revision=9948
* Improve rounding of fill span endpoints for polygon plotter.Michael Drake2010-01-311-3/+16
| | | | svn path=/trunk/libnsfb/; revision=9946
* Update establish_crossing_value() comment to describe what it actually does ↵Michael Drake2010-01-241-5/+9
| | | | | | now. :) svn path=/trunk/libnsfb/; revision=9903
* Hopefully fix gcc 4.2.4 stuff.Michael Drake2010-01-241-0/+2
| | | | svn path=/trunk/libnsfb/; revision=9902
* Make polygon filling code handle arbitrary polygons (rather than just ↵Michael Drake2010-01-241-99/+183
| | | | | | NetSurf borders). svn path=/trunk/libnsfb/; revision=9901
* Ensure the bezier curve routines do not generate duplicate points unecissarily.Vincent Sanders2010-01-221-54/+73
| | | | svn path=/trunk/libnsfb/; revision=9866
* add basic (but working) path supportVincent Sanders2010-01-222-74/+139
| | | | svn path=/trunk/libnsfb/; revision=9865
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
| | | | | | improve polygon star plotter to have animation! svn path=/trunk/libnsfb/; revision=9862
* add missing const to polyline apiVincent Sanders2010-01-211-1/+1
| | | | svn path=/trunk/libnsfb/; revision=9856
* fix polylinesVincent Sanders2010-01-211-2/+5
| | | | svn path=/trunk/libnsfb/; revision=9855
* add beginnings of path plottingVincent Sanders2010-01-212-0/+67
| | | | svn path=/trunk/libnsfb/; revision=9854
* move plot functions to their own sub directoryVincent Sanders2010-01-2012-472/+563
| | | | | | fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850
* simplify internal headersVincent Sanders2010-01-119-14/+17
| | | | svn path=/trunk/libnsfb/; revision=9801
* strip legacy plotter interfaceVincent Sanders2010-01-0915-416/+342
| | | | | | | cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
* add bezier curve plottersVincent Sanders2010-01-062-0/+99
| | | | svn path=/trunk/libnsfb/; revision=9794
* Move clipping check out of conditional bit in line plotter.Michael Drake2009-12-291-20/+18
| | | | svn path=/trunk/libnsfb/; revision=9766
* make the test app compile againVincent Sanders2009-12-252-1/+6
| | | | svn path=/trunk/libnsfb/; revision=9758
* use SDL blit method to accelerate copy operationsVincent Sanders2009-12-071-0/+42
| | | | svn path=/trunk/libnsfb/; revision=9720
* Include stdlib.h for atexit().Michael Drake2009-12-061-2/+3
| | | | svn path=/trunk/libnsfb/; revision=9719
* Improve cursor handlingVincent Sanders2009-12-047-41/+85
| | | | | | Improve screen copy handling and API svn path=/trunk/libnsfb/; revision=9714
* Avoid NULL pointer dereferenceJohn Mark Bell2009-11-231-13/+13
| | | | svn path=/trunk/libnsfb/; revision=9705
* Typo and doxygen comment.Michael Drake2009-07-021-2/+4
| | | | svn path=/trunk/libnsfb/; revision=8258
* Add licence info. Update polygon plotter documentation.Michael Drake2009-07-021-37/+47
| | | | svn path=/trunk/libnsfb/; revision=8257