summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Force root element box type to BOX_BLOCK.Michael Drake2013-07-101-2/+7
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Fix 3608298: only apply link hack if JS is disabled.John-Mark Bell2013-03-191-14/+17
|
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-126/+38
| | | | | (Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues.
* make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-301-1/+4
|
* Improve html renderer error reportingVincent Sanders2012-11-261-6/+7
|
* Fix frame name allocation.John-Mark Bell2012-10-061-1/+1
|
* More talloc ctx fixup.Michael Drake2012-10-051-2/+3
|
* Need to use content->bctx for talloc ref.Michael Drake2012-10-031-1/+1
|
* fix missing sizeof() in amiga buildVincent Sanders2012-10-031-1/+1
| | | | fix type warning by passing correct value
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-51/+63
|
* Variable already existed.Michael Drake2012-10-031-1/+1
|
* Don't convert spaces to non-breaking spaces inside white-space:pre. ↵Michael Drake2012-10-031-1/+13
| | | | Instead, handle not wrapping in layout.
* Remove pointless churn when text box has white-space:nowrap.Michael Drake2012-10-031-21/+0
|
* Fix bug #3572539: handle empty option elements.John-Mark Bell2012-09-281-3/+6
|
* Fixup for latest libdom.Michael Drake2012-09-111-1/+2
|
* Fix object box construction.Michael Drake2012-08-211-1/+1
|
* More use of interns.Michael Drake2012-07-261-32/+60
|
* Fix reference handling when computing next node.John-Mark Bell2012-07-221-1/+3
|
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-151-7/+9
|
* Do not render noscript when script is enabled.John-Mark Bell2012-07-151-0/+16
|
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-141-24/+5
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile.sources render/box_construct.c render/html.c render/html_internal.h Merge Daniel Silverstones forms branch
| * Rework form acessors to deal with binding changesVincent Sanders2012-07-141-4/+4
| |
| * Early <input> elements working, but we need more caseless comparisonsDaniel Silverstone2012-07-081-1/+1
| |
* | fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-141-2/+2
| |
* | remove parser binding layerVincent Sanders2012-07-131-4/+23
|/
* Fix frameset processing.Michael Drake2012-04-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=13875
* Fix logic inversionJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13679
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-251-1/+94
| | | | svn path=/trunk/netsurf/; revision=13653
* Squash aliasing warningsJohn Mark Bell2012-03-241-3/+4
| | | | svn path=/trunk/netsurf/; revision=13640
* Port box construction to libdomJohn Mark Bell2012-03-241-388/+908
| | | | svn path=/trunk/netsurf/; revision=13608
* initial move to libdomVincent Sanders2012-03-231-26/+24
| | | | svn path=/trunk/netsurf/; revision=13573
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-6/+7
| | | | svn path=/trunk/netsurf/; revision=13548
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-231-3/+9
| | | | | | Remove broken background image option from RISC OS front end. svn path=/trunk/netsurf/; revision=13332
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Give INLINE_END boxes their own id reference.Michael Drake2011-10-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=13094
* Use lwc_string for box->id.Michael Drake2011-10-291-5/+28
| | | | svn path=/trunk/netsurf/; revision=13093
* Convert more boxes before yieldingJohn Mark Bell2011-10-091-39/+46
| | | | svn path=/trunk/netsurf/; revision=13023
* Improve performance of style selectionJohn Mark Bell2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13000
* Pass nsurls through html_fetch_object.Michael Drake2011-10-041-28/+49
| | | | svn path=/trunk/netsurf/; revision=12945
* Set url pointers to NULL after unref.Michael Drake2011-10-031-2/+6
| | | | svn path=/trunk/netsurf/; revision=12942
* More talloc destructors for nsurls.Michael Drake2011-10-031-5/+41
| | | | svn path=/trunk/netsurf/; revision=12939
* Fix handling of preformatted textJohn Mark Bell2011-10-031-6/+20
| | | | svn path=/trunk/netsurf/; revision=12938
* Add talloc destructor for object_params.Michael Drake2011-10-031-0/+21
| | | | svn path=/trunk/netsurf/; revision=12937
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-51/+45
| | | | svn path=/trunk/netsurf/; revision=12933
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-15/+29
| | | | svn path=/trunk/netsurf/; revision=12926
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-448/+614
| | | | svn path=/trunk/netsurf/; revision=12912
* Remove gui_multitaskJohn Mark Bell2011-09-211-4/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Refactor http utilitiesJohn Mark Bell2011-07-081-10/+37
| | | | svn path=/trunk/netsurf/; revision=12595
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=12474