You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/render
Michael Drake bcf07a9665
Hacky fix for clipping of top of text.
12 years ago
..
Makefile split sources lists out to their subdirectories as first step towards using core buildsystem 12 years ago
box.c make boxes keep reference to the DOM node that causes them 12 years ago
box.h Use custom fetcher for inline CSS 12 years ago
box_construct.c Fix 3608298: only apply link hack if JS is disabled. 12 years ago
box_normalise.c reduce talloc usage to box tree layout only 12 years ago
box_textarea.c In box textarea binding only redraw the area that was requested, not the whole textarea. 12 years ago
box_textarea.h A load of refactoring of how content selection and input work. 12 years ago
font.c NetSurf options rework (a=vince r=daniels,jmb) 13 years ago
font.h Document new nsfont_split expected behaviour. 12 years ago
form.c Fix pointer shape and status bar messages for textareas and their scrollbars. 12 years ago
form.h Remove redundant code. 12 years ago
html.c Stop looking on first modified sheet found. 12 years ago
html.h Debounce style updates 12 years ago
html_css.c Remove extra logging. 12 years ago
html_css_fetcher.c Use correct base URL for inline stylesheets 12 years ago
html_forms.c First pass at getting html forms to use textarea widget. 12 years ago
html_interaction.c Fix pointer shape and status bar messages for textareas and their scrollbars. 12 years ago
html_internal.h Fix bug where html conversion began before STYLE element fetch had been launched. 12 years ago
html_object.c split out object handling from render/html.c 12 years ago
html_redraw.c Change selection colours so selection background takes text colour, and selected text becomes black or white -- whichever gives greatest contrast. 12 years ago
html_script.c Fix bug where html conversion began before STYLE element fetch had been launched. 12 years ago
imagemap.c Fix trying to free a load of stuff dereferenced from a NULL ptr. 12 years ago
imagemap.h Improve error handling in html content 12 years ago
layout.c Hacky fix for clipping of top of text. 12 years ago
layout.h Merge branches/jmb/content-factory to trunk 14 years ago
list.c Squash memory leak 15 years ago
list.h Merge LibCSS port to trunk. 16 years ago
search.c Stop render/search.c from dereferencing bw and remove dependency on html & text contents' bw pointer. 13 years ago
search.h Stop render/search.c from dereferencing bw and remove dependency on html & text contents' bw pointer. 13 years ago
table.c Include dom/dom.h where it might be needed 13 years ago
table.h Merge LibCSS port to trunk. 16 years ago
textplain.c A load of refactoring of how content selection and input work. 12 years ago
textplain.h Virtualise content handler finalisation calls. Remove pointless implementations. 14 years ago