Vincent Sanders
|
2326d3c503
|
remove unecessary utils/url.h includes
|
2014-05-09 10:15:42 +01:00 |
Vincent Sanders
|
87f6314dab
|
move scheduleing into browser operation table
|
2014-03-09 15:37:40 +00:00 |
Michael Drake
|
71cb70065e
|
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 |
Michael Drake
|
72510f550b
|
Use corestrings in box construction.
|
2014-01-24 18:58:12 +00:00 |
Michael Drake
|
20e789955d
|
Ensure first option gets selected when the markup doesn't specify any options as selected.
|
2014-01-24 17:32:49 +00:00 |
Daniel Silverstone
|
9b8988dd23
|
Reflect changes to select boxes into the DOM
|
2014-01-04 18:02:50 +00:00 |
Michael Drake
|
0aa488288c
|
Fix longstanding bug where floating root element caused assertion. Bug #394.
|
2014-01-04 17:54:43 +00:00 |
Michael Drake
|
1970fb7bda
|
Make nscss_get_style return completed computed styles. Now matches nscss_get_blank_style, and no need for anything outside css/select.c to see partial computed styles.
|
2013-12-19 14:21:15 +00:00 |
Michael Drake
|
e4c50bd58a
|
Update for new libcss API.
|
2013-12-13 20:25:08 +00:00 |
Michael Drake
|
3fc666a9be
|
Squash Coverity #1109879 - Resource leak.
|
2013-10-25 22:23:18 +01:00 |
Michael Drake
|
1d326a8a1c
|
Fix leak of frame element name.
|
2013-10-25 19:57:05 +01:00 |
Michael Drake
|
90231bd4b1
|
Force root element box type to BOX_BLOCK.
|
2013-07-10 12:27:56 +01:00 |
Vincent Sanders
|
ee6e6eec05
|
move options include
|
2013-05-28 14:16:10 +01:00 |
John-Mark Bell
|
09086758e7
|
Fix 3608298: only apply link hack if JS is disabled.
|
2013-03-19 21:38:25 +00:00 |
Michael Drake
|
762e1aad73
|
First pass at getting html forms to use textarea widget.
(Input element types text & password, and textarea element.)
Can edit and submit forms, but there are loads of issues.
|
2013-02-06 22:39:45 +00:00 |
Vincent Sanders
|
31c9ffb4b5
|
make boxes keep reference to the DOM node that causes them
|
2012-11-30 12:29:54 +00:00 |
Vincent Sanders
|
fb13fcf166
|
Improve html renderer error reporting
|
2012-11-26 18:59:13 +00:00 |
John-Mark Bell
|
9c1a04e279
|
Fix frame name allocation.
|
2012-10-06 16:42:58 +01:00 |
Michael Drake
|
49d2ce585c
|
More talloc ctx fixup.
|
2012-10-05 12:38:25 +01:00 |
Michael Drake
|
464df9f310
|
Need to use content->bctx for talloc ref.
|
2012-10-03 20:48:16 +01:00 |
Vincent Sanders
|
f22da7670d
|
fix missing sizeof() in amiga build
fix type warning by passing correct value
|
2012-10-03 19:41:14 +01:00 |
Vincent Sanders
|
c1671f37b1
|
reduce talloc usage to box tree layout only
|
2012-10-03 19:26:17 +01:00 |
Michael Drake
|
5a2212fda6
|
Variable already existed.
|
2012-10-03 17:20:57 +01:00 |
Michael Drake
|
391defb1c4
|
Don't convert spaces to non-breaking spaces inside white-space:pre. Instead, handle not wrapping in layout.
|
2012-10-03 17:14:11 +01:00 |
Michael Drake
|
b6202ab8cf
|
Remove pointless churn when text box has white-space:nowrap.
|
2012-10-03 15:40:27 +01:00 |
John-Mark Bell
|
ae8a3ede3e
|
Fix bug #3572539: handle empty option elements.
|
2012-09-28 08:27:32 +01:00 |
Michael Drake
|
ee9ab42f75
|
Fixup for latest libdom.
|
2012-09-11 13:10:50 +01:00 |
Michael Drake
|
02afe314af
|
Fix object box construction.
|
2012-08-21 16:46:46 +01:00 |
Michael Drake
|
2f408f0ecb
|
More use of interns.
|
2012-07-26 15:57:33 +01:00 |
John-Mark Bell
|
5d8959b30c
|
Fix reference handling when computing next node.
|
2012-07-22 17:52:30 +01:00 |
John-Mark Bell
|
1ecc94b187
|
Use case insensitive string comparisions for nodes
|
2012-07-15 01:39:25 +01:00 |
John-Mark Bell
|
64f098dfc7
|
Do not render noscript when script is enabled.
|
2012-07-15 01:17:04 +01:00 |
Vincent Sanders
|
bd244b121a
|
Merge branch 'vince/forms-fixed'
Conflicts:
Makefile.sources
render/box_construct.c
render/html.c
render/html_internal.h
Merge Daniel Silverstones forms branch
|
2012-07-14 14:42:02 -06:00 |
Vincent Sanders
|
6ab102c3b1
|
Rework form acessors to deal with binding changes
|
2012-07-14 13:24:14 -06:00 |
Vincent Sanders
|
394357b7c9
|
fix quirks mode setting with libdom hubbub parser
|
2012-07-14 09:13:21 -06:00 |
Vincent Sanders
|
d7289f6701
|
remove parser binding layer
|
2012-07-13 17:37:22 -06:00 |
Daniel Silverstone
|
b42c43dc01
|
Early <input> elements working, but we need more caseless comparisons
|
2012-07-08 11:45:27 +01:00 |
Michael Drake
|
cc35563f2b
|
Fix frameset processing.
svn path=/trunk/netsurf/; revision=13875
|
2012-04-16 16:14:40 +00:00 |
John Mark Bell
|
29708a2bf3
|
Fix logic inversion
svn path=/trunk/netsurf/; revision=13679
|
2012-03-25 11:23:09 +00:00 |
John Mark Bell
|
2b215a8df1
|
Initialise/finalise box constructor string constants
svn path=/trunk/netsurf/; revision=13653
|
2012-03-25 08:37:48 +00:00 |
John Mark Bell
|
d00b3c79c8
|
Squash aliasing warnings
svn path=/trunk/netsurf/; revision=13640
|
2012-03-24 22:30:28 +00:00 |
John Mark Bell
|
682eba9a56
|
Port box construction to libdom
svn path=/trunk/netsurf/; revision=13608
|
2012-03-24 18:47:51 +00:00 |
Vincent Sanders
|
b21f85a072
|
initial move to libdom
svn path=/trunk/netsurf/; revision=13573
|
2012-03-23 23:18:04 +00:00 |
Vincent Sanders
|
1490b52a6b
|
NetSurf options rework (a=vince r=daniels,jmb)
svn path=/trunk/netsurf/; revision=13548
|
2012-03-22 09:34:34 +00:00 |
Michael Drake
|
081217a321
|
Add core options to disable fetch of foreground & background images.
Remove broken background image option from RISC OS front end.
svn path=/trunk/netsurf/; revision=13332
|
2011-12-23 19:48:09 +00:00 |
John Mark Bell
|
f2993e6ed0
|
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
svn path=/trunk/netsurf/; revision=13236
|
2011-12-04 14:55:23 +00:00 |
Michael Drake
|
62e551f34d
|
Give INLINE_END boxes their own id reference.
svn path=/trunk/netsurf/; revision=13094
|
2011-10-29 12:03:54 +00:00 |
Michael Drake
|
ab45ecd228
|
Use lwc_string for box->id.
svn path=/trunk/netsurf/; revision=13093
|
2011-10-29 11:37:05 +00:00 |
John Mark Bell
|
6e23106b45
|
Convert more boxes before yielding
svn path=/trunk/netsurf/; revision=13023
|
2011-10-09 16:54:34 +00:00 |
John Mark Bell
|
4e574f1252
|
Improve performance of style selection
svn path=/trunk/netsurf/; revision=13000
|
2011-10-08 00:21:59 +00:00 |