index
:
libnsfb.git
ashmew2/kolibri
master
rjek/clang-warnings
vince/wayland
NetSurf Framebuffer library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up build of wayland surface
John-Mark Bell
2014-11-15
1
-4
/
+60
*
Fix rendering of 1bpp glyphs when glyph data is greater than one byte wide
Michael Drake
2014-07-31
1
-2
/
+1
*
Add support for resizable surfaces and implement it for SDL surface.
Michael Drake
2014-07-26
1
-4
/
+23
*
Move private headers out of include/ and into src/
Michael Drake
2014-07-19
5
-0
/
+525
*
Allow building for Win32
John-Mark Bell
2014-01-17
5
-5
/
+21
*
A few tidyups.
Michael Drake
2013-10-30
1
-11
/
+8
*
Do tiled rendering by scanline, rather than by tile. Error diffusion now wor...
Michael Drake
2013-10-29
1
-14
/
+206
*
Only memset as much of the error diffusion buffer as is required.
Michael Drake
2013-10-29
1
-2
/
+3
*
Set unused param in SDL_Color struct, to avoid valgrind uninitialised values ...
Michael Drake
2013-10-29
1
-0
/
+1
*
Fix 1x1 area scaled plot optimisation.
Michael Drake
2013-10-29
1
-1
/
+1
*
Add tiled bitmap plotting function.
Michael Drake
2013-10-28
7
-1
/
+93
*
Test if we're dithering already before turning it on. (No functional change ...
Michael Drake
2013-10-28
1
-6
/
+14
*
Fix buffer length.
Michael Drake
2013-10-27
1
-1
/
+1
*
When destroying framebuffer, ensure any cursor is destroyed.
Michael Drake
2013-10-23
2
-0
/
+16
*
Free plotter function table.
Michael Drake
2013-10-23
1
-0
/
+3
*
Free surface vtable.
Michael Drake
2013-10-23
1
-0
/
+1
*
Fix leak.
Michael Drake
2013-04-10
1
-0
/
+4
*
Wayland surface handler with mouse input based on X surface handler
Vincent Sanders
2013-04-09
4
-13
/
+2053
*
Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR surfa...
Michael Drake
2012-09-30
6
-63
/
+183
*
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
4
-24
/
+81
*
Add palette object. Optimise matching colour in case where we chose the pale...
Michael Drake
2012-09-27
5
-65
/
+115
*
Improve 8bpp palette: 685 RGB levels instead of 884 RGB levels, with remainde...
Michael Drake
2012-09-25
1
-9
/
+34
*
Add support for offset mouse pointer hotspots.
Michael Drake
2012-08-01
2
-5
/
+28
*
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
3
-3
/
+3
*
Speculative support for xcb-util 0.3.8 and xcbproto 1.6
John Mark Bell
2012-05-12
1
-1
/
+12
*
basic fixes for linux framebuffer surface
Vincent Sanders
2012-03-22
4
-19
/
+182
*
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
14
-497
/
+1267
*
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
3
-3
/
+3
*
Make libnsfb dynamically detect the available surface libraries
John Mark Bell
2010-12-04
2
-2
/
+9
*
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
*
Fix warnings which occour with gcc 4.5
Vincent Sanders
2010-06-08
1
-2
/
+3
*
Make shared memory pixmap setup more robust
Vincent Sanders
2010-05-02
1
-9
/
+35
*
Fix keypress handling
Vincent Sanders
2010-04-30
1
-327
/
+327
*
Fix x surface to not leave mouse trails
Vincent Sanders
2010-04-30
1
-9
/
+38
*
fix x surface input timeout
Vincent Sanders
2010-04-30
1
-15
/
+39
[next]