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 5085bfbf99
Handle overflow-x and overflow-y properties.
11 years ago
..
Makefile Remove completely dead file. 11 years ago
box.c Handle overflow-x and overflow-y properties. 11 years ago
box.h Use corestrings in box construction. 11 years ago
box_construct.c remove unecessary utils/url.h includes 11 years ago
box_normalise.c Fix table layout issue: row spans crossing row groups. 11 years ago
box_textarea.c Gadgets can exisit outside forms, so now they store their own ref to the containing html content. 11 years ago
box_textarea.h A load of refactoring of how content selection and input work. 12 years ago
font.c move options include 12 years ago
font.h Document new nsfont_split expected behaviour. 12 years ago
form.c refactor url utility functions to use standard nserror codes and have appropriate documentation. 11 years ago
form.h Gadgets can exisit outside forms, so now they store their own ref to the containing html content. 11 years ago
html.c remove unecessary utils/url.h includes 11 years ago
html.h Add infrastructure for calling front ends to set file gadget filenames via clicking in addition to drag-and-drop 11 years ago
html_css.c move scheduleing into browser operation table 11 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 Don't pass pointer to data that isn't on the stack any more to content_broadcast. 11 years ago
html_internal.h move page search gui callbacks to their own operations table 11 years ago
html_object.c move scheduleing into browser operation table 11 years ago
html_redraw.c Handle overflow-x and overflow-y properties. 11 years ago
html_script.c Remove asserts for default cases from all content message handlers; this is laborious and is no longer useful for catching bugs. 11 years ago
imagemap.c remove uncessary null check (coverity 1199865) and remove forward references 11 years ago
imagemap.h Improve error handling in html content 12 years ago
layout.c Handle overflow-x and overflow-y properties. 11 years ago
layout.h Merge branches/jmb/content-factory to trunk 14 years ago
search.c remove unecessary utils/url.h includes 11 years ago
search.h move page search gui callbacks to their own operations table 11 years ago
table.c Fix table cell bottom borders leaking to the cell on the right. 11 years ago
table.h Merge LibCSS port to trunk. 16 years ago
textplain.c fix plain text rendering line breaking with mutibyte sequences (fixes bug #2134) 11 years ago
textplain.h Remove search context from browser window, simplify search interface for front ends. 12 years ago