summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-0926-9163/+0
|
* remove cocoa frontendVincent Sanders2017-05-232-88/+0
| | | | | | The cocoa frontend has been broken for a few years and we have no maintainer. It was removed from the CI six months ago and has already bitrotted so it cannot be compiled.
* update invalidate area core window APIVincent Sanders2017-05-231-14/+16
| | | | | | | | slightly extends the invalidate core window API with error return and whole window invalidation. Also renames it to be more inline with browser window API call. cannot quite reuse browser window API yet as that applies scaling
* Duktape 2.X: Update to Duktape 2.0.2.Michael Drake2017-03-231-0/+29
| | | | | | | | | | | | | | | | Note that DUK_OPT_XXX feature selection has been removed. This means we can't use `DUK_OPT_HAVE_CUSTOM_H`, so we need another way to tell duktape about our custom header. This means assembling our own duktape distribution with a duktape "tools/configure.py" invocation. Instructions for updating duktape have been added to NetSurf's `Docs/` directory. See: https://github.com/svaarala/duktape/blob/master/doc/release-notes-v2-0.rst#duk_opt_xxx-feature-option-support-removed
* Update doxygen config and use svg instead of png for graphsVincent Sanders2017-02-271-928/+1488
|
* Record that we have implemented EventTargetDaniel Silverstone2017-02-051-3/+0
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-1/+1
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* fix spelling in backing store documentationVincent Sanders2016-11-201-23/+23
|
* Docs: Fix for zsh in env.shDaniel Silverstone2016-11-131-2/+2
|
* add some example code to aid in explaining the core window interfaceVincent Sanders2016-10-261-3/+572
|
* Initial attempt to document the core window interfaceVincent Sanders2016-10-241-0/+108
|
* env: add m68k-unknown-amigaosJohn-Mark Bell2016-10-051-0/+6
|
* fix gtk install target to cope with gtk3Vincent Sanders2016-10-051-8/+19
|
* enable use of netsurf public suffix library to prevent supercookiesVincent Sanders2016-09-201-1/+1
|
* add some sanity checking for HOST variable if already set in environmentVincent Sanders2016-08-291-0/+20
|
* add basic documentation on unit testing using checkVincent Sanders2016-07-311-0/+166
|
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-072-3/+2
|
* move the CSS content handlerVincent Sanders2016-05-261-1/+2
|
* update doxygen to accomodate image content handler relocationVincent Sanders2016-05-231-1/+1
|
* Update Doxygen config to follow new frontend locationsVincent Sanders2016-05-151-17/+17
|
* update gource generation script for this years uploadVincent Sanders2016-05-061-12/+11
|
* Fix several doxygen errorsVincent Sanders2016-05-051-1/+1
|
* Spidermonkey isn't needed.Michael Drake2016-02-191-3/+3
|
* Use automatically generated event handers on DocumentVincent Sanders2015-11-061-126/+0
|
* Use automatic generation for all HTMLElement event handler attributesVincent Sanders2015-11-051-129/+7
|
* Improve the manual section in the gtk manual pageVincent Sanders2015-11-051-1/+1
|
* Add CSS object model and DOM parsing IDL ready for implementationVincent Sanders2015-11-041-12/+90
|
* Implement Element::hasAttribute().Michael Drake2015-11-011-1/+0
|
* Add Element::getAttribute() implementation.Michael Drake2015-10-311-1/+0
|
* Log window.alert() messages.Michael Drake2015-10-311-1/+0
|
* Add support for Element::removeAttribute.Michael Drake2015-10-291-1/+0
|
* Add support for Element::setAttribute method.Michael Drake2015-10-291-1/+0
| | | | This fixes test/js/dom-html-div-element.html test case.
* Add binding for DIV element's align getter/setter, and test.Michael Drake2015-10-291-2/+0
| | | | Currently the second part of the test fails.
* Use automatically generated unsigned long bindings on HTMLTableRowElementVincent Sanders2015-10-251-11/+0
|
* add automaticaly generated property setter and getters to HTMLPreElementVincent Sanders2015-10-251-2/+0
|
* Use automatically generated unsigned long bindings on HTMLLIElementVincent Sanders2015-10-251-2/+0
|
* Use automatically generated unsigned long bindings on HTMLInputElementVincent Sanders2015-10-251-5/+0
|
* Fix env.sh some more [ns-pull] for zshDaniel Silverstone2015-10-251-1/+1
|
* Use automatically generated unsigned long bindings on HTMLImageElementVincent Sanders2015-10-251-127/+110
|
* add automaticaly generated property setter and getters to HTMLTitleElementVincent Sanders2015-10-141-2/+0
|
* add automaticaly generated property setter and getters to HTMLTextAreaElementVincent Sanders2015-10-141-11/+0
|
* add automaticaly generated property setter and getters to ↵Vincent Sanders2015-10-141-8/+0
| | | | HTMLTableSectionElement
* add automaticaly generated property setter and getters to HTMLTableRowElementVincent Sanders2015-10-141-10/+0
|
* add automaticaly generated property setter and getters to HTMLTableElementVincent Sanders2015-10-141-18/+0
|
* add automaticaly generated property setter and getters to HTMLTableColElementVincent Sanders2015-10-141-10/+0
|
* add automaticaly generated property setter and getters to HTMLTableCellElementVincent Sanders2015-10-141-18/+0
|
* add automaticaly generated property setter and getters to ↵Vincent Sanders2015-10-141-2/+0
| | | | HTMLTableCaptionElement
* add automaticaly generated property setter and getters to HTMLStyleElementVincent Sanders2015-10-141-4/+0
|
* add automaticaly generated property setter and getters to HTMLSelectElementVincent Sanders2015-10-141-9/+0
|
* add automaticaly generated property setter and getters to HTMLScriptElementVincent Sanders2015-10-141-14/+0
|