Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/4aa913cd1840f891a6b7592a35f8bf2633793028
...commit
http://git.netsurf-browser.org/netsurf.git/commit/4aa913cd1840f891a6b7592a35f8bf2633793028
...tree
http://git.netsurf-browser.org/netsurf.git/tree/4aa913cd1840f891a6b7592a35f8bf2633793028
The branch, master has been updated
via 4aa913cd1840f891a6b7592a35f8bf2633793028 (commit)
from 3f9565753f4c7d658ea2d9f3d4f6ea1223e2e73e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commitdiff/4aa913cd1840f891a6b7592a35f8bf2633793028
commit 4aa913cd1840f891a6b7592a35f8bf2633793028
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
add missing simple refresh config option info
diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide
index c7388bf..2287172 100755
--- a/amiga/dist/NetSurf.guide
+++ b/amiga/dist/NetSurf.guide
@@ -47,6 +47,7 @@ There are a couple of Amiga-specific options which can only
be changed directly
@{b}screen_compositing@{ub} Use compositing on NetSurf's own screen.
0=disable, 1=enable, 2=default
@{b}redraw_tile_size_x@{ub}/@{b}redraw_tile_size_y@{ub} Specify the size of
the off-screen bitmap. Higher will speed up redraws at the expense of memory. 0
disables tiling (will use a bitmap at least the size of the screen NetSurf is
running on)
@{b}font_antialiasing@{ub} Switch text anti-aliasing on or off. Defaults to on
in true-colour modes, but text rendering performance can be improved by setting
to 0.
+@{b}window_simple_refresh@{ub} If set to 1, NetSurf will use SimpleRefresh
rather than SmartRefresh windows. These have slower redraw but use less
memory. Note that this setting has no noticeable effect if compositing is
enabled. Defaults to 0 (SmartRefresh)
@{b}dithering_quality@{ub} Specify the dithering quality from all values
supported by picture.datatype. Currently these are 0=None, 1=Normal, 2=High
quality. Other values are undefined. This is only used when NetSurf is running
in palette-mapped mode.
@{b}mask_alpha@{ub} Threshold to use when determining which alpha values to
convert to full transparency (0 - 255, where 255 will convert even opaque
pixels to transparent). Defaults to 50 (0x32). This is only used in
palette-mapped modes where alpha blending is not currently supported.
-----------------------------------------------------------------------
Summary of changes:
amiga/dist/NetSurf.guide | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide
index c7388bf..2287172 100755
--- a/amiga/dist/NetSurf.guide
+++ b/amiga/dist/NetSurf.guide
@@ -47,6 +47,7 @@ There are a couple of Amiga-specific options which can only
be changed directly
@{b}screen_compositing@{ub} Use compositing on NetSurf's own screen.
0=disable, 1=enable, 2=default
@{b}redraw_tile_size_x@{ub}/@{b}redraw_tile_size_y@{ub} Specify the size of
the off-screen bitmap. Higher will speed up redraws at the expense of memory. 0
disables tiling (will use a bitmap at least the size of the screen NetSurf is
running on)
@{b}font_antialiasing@{ub} Switch text anti-aliasing on or off. Defaults to on
in true-colour modes, but text rendering performance can be improved by setting
to 0.
+@{b}window_simple_refresh@{ub} If set to 1, NetSurf will use SimpleRefresh
rather than SmartRefresh windows. These have slower redraw but use less
memory. Note that this setting has no noticeable effect if compositing is
enabled. Defaults to 0 (SmartRefresh)
@{b}dithering_quality@{ub} Specify the dithering quality from all values
supported by picture.datatype. Currently these are 0=None, 1=Normal, 2=High
quality. Other values are undefined. This is only used when NetSurf is running
in palette-mapped mode.
@{b}mask_alpha@{ub} Threshold to use when determining which alpha values to
convert to full transparency (0 - 255, where 255 will convert even opaque
pixels to transparent). Defaults to 50 (0x32). This is only used in
palette-mapped modes where alpha blending is not currently supported.
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org