.. |
box.c
|
make boxes keep reference to the DOM node that causes them
|
2012-11-30 12:29:54 +00:00 |
box.h
|
Use custom fetcher for inline CSS
|
2013-02-27 03:11:10 +00:00 |
box_construct.c
|
First pass at getting html forms to use textarea widget.
|
2013-02-06 22:39:45 +00:00 |
box_normalise.c
|
reduce talloc usage to box tree layout only
|
2012-10-03 19:26:17 +01:00 |
box_textarea.c
|
Handle readonly attribute for text inputs and textareas.
|
2013-02-23 17:44:20 +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
|
NetSurf options rework (a=vince r=daniels,jmb)
|
2012-03-22 09:34:34 +00:00 |
font.h
|
Document new nsfont_split expected behaviour.
|
2013-02-10 18:22:51 +00:00 |
form.c
|
change stylesheet fetching to be generated from the default dom events
|
2013-02-19 23:51:16 +00:00 |
form.h
|
Remove redundant code.
|
2013-02-22 20:51:56 +00:00 |
html.c
|
Unref the node in the callbacks
|
2013-03-05 22:53:55 +00:00 |
html.h
|
Use custom fetcher for inline CSS
|
2013-02-27 03:11:10 +00:00 |
html_css.c
|
Use correct base URL for inline stylesheets
|
2013-02-27 03:55:48 +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
|
Propagate native caret clip rect through core.
|
2013-03-05 22:54:51 +00:00 |
html_internal.h
|
Use correct base URL for inline stylesheets
|
2013-02-27 03:55:48 +00:00 |
html_object.c
|
split out object handling from render/html.c
|
2013-02-25 18:24:04 +00:00 |
html_redraw.c
|
Change selection colours so selection background takes text colour, and selected text becomes black or white -- whichever gives greatest contrast.
|
2013-02-15 16:07:56 +00:00 |
html_script.c
|
search for teh correct script type in the defer callback.
|
2013-01-02 23:14:31 +00:00 |
imagemap.c
|
Fix trying to free a load of stuff dereferenced from a NULL ptr.
|
2013-02-22 23:08:39 +00:00 |
imagemap.h
|
Improve error handling in html content
|
2012-10-17 21:52:43 +01:00 |
layout.c
|
Fix min line width calc when an inline isn't to be wrapped in a block that allows wrap.
|
2013-03-06 18:39:38 +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
|
Stop render/search.c from dereferencing bw and remove dependency on html & text contents' bw pointer.
|
2012-08-14 14:03:54 +01:00 |
search.h
|
Stop render/search.c from dereferencing bw and remove dependency on html & text contents' bw pointer.
|
2012-08-14 14:03:54 +01:00 |
table.c
|
Include dom/dom.h where it might be needed
|
2012-03-24 20:55:22 +00:00 |
table.h
|
Merge LibCSS port to trunk.
|
2009-07-23 23:05:34 +00:00 |
textplain.c
|
A load of refactoring of how content selection and input work.
|
2013-02-22 12:19:35 +00:00 |
textplain.h
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
2011-09-15 22:47:50 +00:00 |