netsurf/render
Michael Drake b65fa05375 + Optimise border handling at 1:1 scale.
+ Reduce computation for elements with no borders.
+ Simplfy border vertex calculation.
+ Add comments.

svn path=/trunk/netsurf/; revision=10700
2010-08-14 10:52:25 +00:00
..
box.c + Refactor input handling from browser window code into content 2010-06-04 09:35:08 +00:00
box.h + Refactor input handling from browser window code into content 2010-06-04 09:35:08 +00:00
box_construct.c Fix mouse.h file description. Add iframe comment. 2010-06-09 09:53:07 +00:00
box_normalise.c It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by the C standard (whereas realloc(NULL, size) --> malloc(size) is). 2010-04-30 07:00:58 +00:00
directory.c C89. 2010-08-02 21:49:20 +00:00
directory.h Most of a stop implementation. 2010-04-04 12:41:19 +00:00
favicon.c Make favourite icons part of the HTML content's active set so that we don't complete the fetch until the favicon is finished loading 2010-04-12 10:40:55 +00:00
favicon.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
font.c
font.h
form.c + Refactor input handling from browser window code into content 2010-06-04 09:35:08 +00:00
form.h + Refactor input handling from browser window code into content 2010-06-04 09:35:08 +00:00
html.c Pedantic whitespace change 2010-06-30 20:08:59 +00:00
html.h + Refactor input handling from browser window code into content 2010-06-04 09:35:08 +00:00
html_interaction.c s/int/size_t/ 2010-06-04 09:39:30 +00:00
html_redraw.c + Optimise border handling at 1:1 scale. 2010-08-14 10:52:25 +00:00
hubbub_binding.c Consolidate several 'myrealloc' functions into ns_realloc, rename one which *is* different, thereby eliminating the word 'myrealloc' from the NS codebase 2010-04-30 16:06:03 +00:00
imagemap.c Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
imagemap.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
layout.c Fix build when layout logging is enabled. 2010-07-16 17:56:33 +00:00
layout.h Merge Paul Blokus' selectscroll branch. Adds core select menu widget for forms and core scrollbar widget. 2009-08-14 10:37:33 +00:00
list.c Squash memory leak 2009-11-22 13:53:44 +00:00
list.h
parser_binding.h
table.c Fix assertion when table borders are specified in em/ex units. 2010-06-27 13:11:31 +00:00
table.h
textplain.c + Refactor input handling from browser window code into content 2010-06-04 09:35:08 +00:00
textplain.h + Refactor input handling from browser window code into content 2010-06-04 09:35:08 +00:00