index
:
delta/netsurf/libnsfb.git
ashmew2/kolibri
baserock/morph
master
rjek/clang-warnings
vince/wayland
git.netsurf-browser.org: libnsfb.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plot
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test if we're dithering already before turning it on. (No functional change ...
Michael Drake
2013-10-28
1
-6
/
+14
*
Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR surfa...
Michael Drake
2012-09-30
5
-62
/
+153
*
Fix error text.
Michael Drake
2012-09-28
1
-1
/
+1
*
Add error diffusion to palette based rendering. Only used for bitmap and sca...
Michael Drake
2012-09-28
2
-21
/
+50
*
Add palette object. Optimise matching colour in case where we chose the pale...
Michael Drake
2012-09-27
1
-24
/
+8
*
Fix horizontal scroll of internal text. Simplify and optimise internal text ...
Michael Drake
2012-07-27
1
-17
/
+15
*
Tiny simplification of freetype glyph renderer.
Michael Drake
2012-07-26
1
-7
/
+4
*
Don't add top clipping to bottom clipping. Fixes internal font rendering.
Michael Drake
2012-07-26
1
-7
/
+4
*
Update to new NSBUILD infrastructure
Daniel Silverstone
2012-06-29
1
-1
/
+1
*
basic fixes for linux framebuffer surface
Vincent Sanders
2012-03-22
1
-5
/
+5
*
A couple of casts through void to avoid pointer alignement warnings on ARM.
Michael Drake
2012-02-29
1
-2
/
+2
*
Improve API to allow for RAM surfaces instead of direct blitting
Vincent Sanders
2011-11-21
2
-251
/
+322
*
Commit fixes from "Building NetSurf on arm-linux framebuffer" thread on netsu...
Michael Drake
2011-04-19
2
-2
/
+2
*
Fix 8bpp glyph rendering when the target framebuffer is 16bpp
John Mark Bell
2011-03-29
1
-1
/
+1
*
remove malloc.h anachronism
Vincent Sanders
2011-01-06
1
-1
/
+1
*
make some of the plot code common
Vincent Sanders
2010-07-09
4
-1426
/
+518
*
Missed horizontal in non-alpha case in r10615. Update comment.
Michael Drake
2010-07-08
3
-6
/
+6
*
Pre-seed remainder counters with correct starting value to avoid clipping edg...
Michael Drake
2010-07-08
3
-21
/
+57
*
Don't try to plot bitmaps at 0 width or height.
Michael Drake
2010-07-08
3
-0
/
+9
*
Slight optimisation for scaled image plotting.
Michael Drake
2010-07-08
3
-9
/
+9
*
Add 8bpp scaled bitmap plotter. Fix 16bpp scaled bitmap plotter.
Michael Drake
2010-07-08
2
-11
/
+145
*
Make slight changes to match 16bpp implementations of bitmap plotters.
Michael Drake
2010-07-08
1
-10
/
+8
*
Add support for 16bpp scaled bitmap plotting. Make slight changes to match 32...
Michael Drake
2010-07-08
1
-13
/
+140
*
Add support for scaled bitmap plotting.
Michael Drake
2010-07-08
1
-9
/
+141
*
Simplification.
Michael Drake
2010-02-01
1
-11
/
+7
*
Improve rounding of fill span endpoints for polygon plotter.
Michael Drake
2010-01-31
1
-3
/
+16
*
Update establish_crossing_value() comment to describe what it actually does n...
Michael Drake
2010-01-24
1
-5
/
+9
*
Hopefully fix gcc 4.2.4 stuff.
Michael Drake
2010-01-24
1
-0
/
+2
*
Make polygon filling code handle arbitrary polygons (rather than just NetSurf...
Michael Drake
2010-01-24
1
-99
/
+183
*
Ensure the bezier curve routines do not generate duplicate points unecissarily.
Vincent Sanders
2010-01-22
1
-54
/
+73
*
add basic (but working) path support
Vincent Sanders
2010-01-22
2
-74
/
+139
*
quick workround for polygon plotter issues
Vincent Sanders
2010-01-22
1
-1
/
+1
*
add missing const to polyline api
Vincent Sanders
2010-01-21
1
-1
/
+1
*
fix polylines
Vincent Sanders
2010-01-21
1
-2
/
+5
*
add beginnings of path plotting
Vincent Sanders
2010-01-21
2
-0
/
+67
*
move plot functions to their own sub directory
Vincent Sanders
2010-01-20
9
-0
/
+3058