..
Makefile
split sources lists out to their subdirectories as first step towards using core buildsystem
2013-03-11 17:53:52 +00:00
box.c
Update for new libcss API.
2013-12-13 20:25:08 +00:00
box.h
Use corestrings in box construction.
2014-01-24 18:58:12 +00:00
box_construct.c
move scheduleing into browser operation table
2014-03-09 15:37:40 +00:00
box_normalise.c
Fix table layout issue: row spans crossing row groups.
2014-04-12 16:09:17 +01:00
box_textarea.c
Gadgets can exisit outside forms, so now they store their own ref to the containing html content.
2014-02-17 14:38:53 +00:00
box_textarea.h
A load of refactoring of how content selection and input work.
2013-02-22 12:19:35 +00:00
font.c
move options include
2013-05-28 14:16:10 +01:00
font.h
Document new nsfont_split expected behaviour.
2013-02-10 18:22:51 +00:00
form.c
Gadgets can exisit outside forms, so now they store their own ref to the containing html content.
2014-02-17 14:38:53 +00:00
form.h
Gadgets can exisit outside forms, so now they store their own ref to the containing html content.
2014-02-17 14:38:53 +00:00
html.c
Remove debug logging.
2014-03-10 22:32:04 +00:00
html.h
Add infrastructure for calling front ends to set file gadget filenames via clicking in addition to drag-and-drop
2014-01-05 16:04:35 +00:00
html_css.c
move scheduleing into browser operation table
2014-03-09 15:37:40 +00:00
html_css_fetcher.c
Use correct base URL for inline stylesheets
2013-02-27 03:55:48 +00:00
html_forms.c
First pass at getting html forms to use textarea widget.
2013-02-06 22:39:45 +00:00
html_interaction.c
Don't pass pointer to data that isn't on the stack any more to content_broadcast.
2014-03-27 21:35:17 +00:00
html_internal.h
move page search gui callbacks to their own operations table
2014-03-18 22:32:52 +00:00
html_object.c
move scheduleing into browser operation table
2014-03-09 15:37:40 +00:00
html_redraw.c
move options include
2013-05-28 14:16:10 +01:00
html_script.c
Remove asserts for default cases from all content message handlers; this is laborious and is no longer useful for catching bugs.
2014-01-05 14:39:08 +00:00
imagemap.c
ensure imagemap lists are freed on error paths (coverity 1109880)
2014-01-24 12:11:10 +00:00
imagemap.h
Improve error handling in html content
2012-10-17 21:52:43 +01:00
layout.c
Improve min/max-height handling on replaced elements.
2014-01-04 14:02:22 +00:00
layout.h
Merge branches/jmb/content-factory to trunk
2011-05-06 20:40:09 +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
search.c
move page search gui callbacks to their own operations table
2014-03-18 22:32:52 +00:00
search.h
move page search gui callbacks to their own operations table
2014-03-18 22:32:52 +00:00
table.c
Fix table cell bottom borders leaking to the cell on the right.
2014-04-14 13:24:42 +01:00
table.h
Merge LibCSS port to trunk.
2009-07-23 23:05:34 +00:00
textplain.c
move page search gui callbacks to their own operations table
2014-03-18 22:32:52 +00:00
textplain.h
Remove search context from browser window, simplify search interface for front ends.
2013-05-07 14:41:40 +01:00