summaryrefslogtreecommitdiff
path: root/render/html_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* add post parse script executionVincent Sanders2012-07-311-0/+1
|
* fix parse completion - working syncronous scriptsVincent Sanders2012-07-301-2/+10
|
* extend script enumeration to include asyncronous and deferred scriptsVincent Sanders2012-07-301-0/+1
|
* Interned string cleanup, phase 3: Move html_forms.c to corestring.Michael Drake2012-07-221-3/+0
|
* Avoid strcasecmp in form control creation node name handler.Michael Drake2012-07-211-0/+3
|
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-141-0/+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-0/+4
| |
* | fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-141-1/+1
| |
* | remove parser binding layerVincent Sanders2012-07-131-3/+3
| |
* | split out script handling from htmlVincent Sanders2012-07-131-0/+12
|/
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-3/+7
| | | | | | | fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968
* improve javascript supportVincent Sanders2012-06-101-0/+4
| | | | svn path=/trunk/netsurf/; revision=13962
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-251-0/+20
| | | | svn path=/trunk/netsurf/; revision=13692
* Squash warning -- this API appears to be unusedJohn Mark Bell2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13632
* initial move to libdomVincent Sanders2012-03-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13573
* Improve performance of style selectionJohn Mark Bell2011-10-081-0/+2
| | | | svn path=/trunk/netsurf/; revision=13000
* Pass nsurls through html_fetch_object.Michael Drake2011-10-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=12945
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12926
* Core part of search improvement:Michael Drake2011-08-241-0/+4
| | | | | | | | | | + Split up browser window and content related elements of html & text search. + Associate search contexts with contents, rather than browser windows. + Remove highlighting of search terms dependency on current_redraw_browser. + Fixes issues with search contexts being applied to the wrong content. svn path=/trunk/netsurf/; revision=12646
* Selection is now subordinate to html and text content types, and ↵Michael Drake2011-07-261-0/+2
| | | | | | disassociated from browser windows. Note: search currently uses hlcache_handle_get_content() to go from bw to h to get at c for search highlighting via selection. svn path=/trunk/netsurf/; revision=12626
* Fix race when stopping an HTML content mid-loadJohn Mark Bell2011-07-191-0/+3
| | | | svn path=/trunk/netsurf/; revision=12611
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-0/+4
| | | | | | | Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with ↵Michael Drake2011-07-071-0/+2
| | | | | | browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows. svn path=/trunk/netsurf/; revision=12587
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+1
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-281-4/+2
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Core form select widget now associated with HTML contents. Don't use ↵Michael Drake2011-06-281-0/+4
| | | | | | current_redraw_browser for select widget redraw. Fixes core select widget in iframes. svn path=/trunk/netsurf/; revision=12522
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-0/+4
| | | | svn path=/trunk/netsurf/; revision=12519
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12363
* consolidate content redraw Vincent Sanders2011-05-081-1/+2
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+112
svn path=/trunk/netsurf/; revision=12283