..
box_construct.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
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
box.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
box.h
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
Most of a stop implementation.
2010-04-04 12:41:19 +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
Port to modified libcss API.
2009-08-02 19:19:43 +00:00
font.h
Merge LibCSS port to trunk.
2009-07-23 23:05:34 +00:00
form.c
remove _GNU_SOURCE define from everywhere.
2010-04-24 15:22:17 +00:00
form.h
Merge jmb/new-cache; r=dsilvers,rs=vince
2010-03-28 12:56:39 +00:00
html_redraw.c
Merge jmb/new-cache; r=dsilvers,rs=vince
2010-03-28 12:56:39 +00:00
html.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
html.h
Add encoding source getter.
2010-04-07 13:12:27 +00:00
hubbub_binding.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
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
Improve handling of percentage margins and paddings on floats. Fixes pond.org.uk. This is still not ideal and there are cases where we don't match other browsers.
2010-04-27 17:45:07 +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
Merge LibCSS port to trunk.
2009-07-23 23:05:34 +00:00
parser_binding.h
Merge LibCSS port to trunk.
2009-07-23 23:05:34 +00:00
table.c
Port to modified libcss API.
2009-08-02 19:19:43 +00:00
table.h
Merge LibCSS port to trunk.
2009-07-23 23:05:34 +00:00
textplain.c
Most of a stop implementation.
2010-04-04 12:41:19 +00:00
textplain.h
Most of a stop implementation.
2010-04-04 12:41:19 +00:00