index
:
delta/netsurf/netsurf.git
ashmew2/fix-description
ashmew2/framebuffer-keys
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
baserock/morph
chris/amiga-corewindow
chris/amissl
chris/async-experiment
chris/bitmap-fonts
chris/composite-text
chris/composite-text-exp
chris/debug
chris/display-idna
chris/extmem
chris/fetch-x-ent-ref
chris/fortify
chris/frame-scroll
chris/gadtools-53-5
chris/gadtools-53-6
chris/http2
chris/idn-punycode
chris/idna2008
chris/malloc
chris/menuclass
chris/ndk32
chris/newproc-scheduler
chris/non-ascii-file-upload
chris/quant
chris/scheduled-fetches
chris/shorter-vscrollbar
chris/splay
chris/stop-gif-anim
dsilvers/assert-coverage
dsilvers/bindducky
dsilvers/dukky
dsilvers/eventtarget
dsilvers/form-work
dsilvers/monkey
dsilvers/nsgenbind
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
jmb/hsts
master
mmu_man/beos-fixes
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/haiku-fixes
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
release/3.1
release/3.2
release/3.3
release/3.4
release/3.5
release/3.6
release/3.7
rjek/bloom
rjek/clang-warnings
rjek/click-file-gadget
stevef/cconfig
stevef/hotlist
stevef/ibarmenu
stevef/menus
stevef/urlsize
svenw/cocoa
tlsa/cleanup-scale
tlsa/computed-style-share
tlsa/date
tlsa/dpi
tlsa/dsilvers/scrolloffset
tlsa/duktape2
tlsa/flex
tlsa/german-messages
tlsa/improve-hints
tlsa/libcss-units
tlsa/list-values
tlsa/monkey-driver
tlsa/nsurl
tlsa/page-info
tlsa/plotter-polish
tlsa/ro-cw-scroll
tlsa/selection-search-refactor
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
vince/bindduckky
vince/corebuild
vince/disccache
vince/fetchschedule
vince/fltk
vince/gtk-tab-restyle
vince/guivtable
vince/llcache
vince/nsgenupdates
vince/nslog
vince/opstable
vince/options
vince/pdf
vince/plotctx
vince/prstllcache
vince/reformatpending
vince/release/3.0
vince/schedule
vince/themectomy
vince/tools
vince/webp
vince/win32-corewindow
vince/window-misc-event
git.netsurf-browser.org: netsurf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
desktop
/
knockout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce uncessary include usage
Vincent Sanders
2014-05-18
1
-2
/
+5
*
Remove plotter table global. Pass a redraw context around redraw functions. ...
Michael Drake
2011-06-30
1
-40
/
+34
*
Fix build with NDEBUG defined
John Mark Bell
2011-04-03
1
-2
/
+7
*
Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...
Michael Drake
2011-02-14
1
-52
/
+25
*
Refactor text plotter and other font functions to remove dependency on CSS.
John Mark Bell
2009-07-21
1
-13
/
+7
*
next round of plotter refactor
Vincent Sanders
2009-07-14
1
-20
/
+16
*
plotters line refactor
Vincent Sanders
2009-07-10
1
-59
/
+11
*
ploter refactor of rectangle handling
Vincent Sanders
2009-07-08
1
-77
/
+83
*
Style guide indentation.
Michael Drake
2009-07-06
1
-94
/
+94
*
Refactor fill plotter to take a style
Vincent Sanders
2009-07-05
1
-10
/
+29
*
remove redundant clg call
Vincent Sanders
2009-07-01
1
-15
/
+1
*
Improve bitmap plotter API
Vincent Sanders
2009-06-30
1
-111
/
+49
*
Remove redundant assign, and make case indentation style guide complient.
Michael Drake
2009-05-28
1
-125
/
+127
*
Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...
John Mark Bell
2009-05-28
1
-2
/
+3
*
- Constify parameters of struct plotter_table::polygon and struct plotter_tab...
John Tytgat
2009-02-03
1
-6
/
+6
*
Add general comment on knockout rendering.
Michael Drake
2008-09-15
1
-0
/
+42
*
Make the knockout plotter calling behaviour optional by added a new entry
John Tytgat
2008-07-30
1
-3
/
+4
*
Use static for variables local to one source file.
John Tytgat
2008-07-29
1
-16
/
+15
*
First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...
John Tytgat
2008-07-26
1
-7
/
+15
*
const fixes in plotters and history core
Rob Kendrick
2008-04-07
1
-3
/
+3
*
Implement path plotter (for SVGs within a page).
James Bursa
2007-12-11
1
-6
/
+4
*
Add empty path plotters to stop crashes.
James Bursa
2007-11-29
1
-2
/
+13
*
Update all source code file headers to reflect GPL version 2 only and contain...
Vincent Sanders
2007-08-08
1
-3
/
+14
*
Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...
Daniel Silverstone
2007-05-30
1
-4
/
+4
*
Update project URL.
Michael Drake
2006-11-27
1
-9
/
+9
*
Fix for knockout rendering of native formats
Adrian Lees
2006-08-19
1
-1
/
+2
*
Optimise out redundant group_start and group_end calls (speed up rendering.)
Richard Wilson
2006-07-10
1
-3
/
+17
*
Stop knockout logging.
Richard Wilson
2006-07-04
1
-2
/
+2
*
Disable debugging.
Richard Wilson
2006-07-02
1
-1
/
+1
*
Re-instate the knockout renderers after a nested flush(). Make so knockout re...
Richard Wilson
2006-07-02
1
-2
/
+6
*
Allow nested calls to knockout rendering (stops iframes from flushing the cur...
Richard Wilson
2006-07-02
1
-15
/
+42
*
Ensure all plots are bounding boxes are correctly clipped. Handle non-repeati...
Richard Wilson
2006-07-02
1
-35
/
+89
*
Totally knock out boxes as early into the tree as possible to improve efficie...
Richard Wilson
2006-07-02
1
-19
/
+27
*
Move array definitions for GCC4
Richard Wilson
2006-07-02
1
-16
/
+16
*
Don't assume tiled plotting will cover the entire clipping region.
Richard Wilson
2006-07-01
1
-3
/
+14
*
Implement knockout rendering (controlled by 'knockout_rendering' option or Ct...
Richard Wilson
2006-07-01
1
-0
/
+765