Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support Document::createEvent() | Daniel Silverstone | 2019-05-03 | 3 | -1/+19 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Event: Implement initEvent() and getter isTrusted | Daniel Silverstone | 2019-05-03 | 2 | -2/+37 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Update UnimplementedJavascript with the window functions now implemented | Daniel Silverstone | 2019-05-03 | 2 | -5/+1 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Add some more bits to the jsbinding document | Daniel Silverstone | 2019-05-03 | 1 | -0/+28 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Javascript: Support setTimeout and friends | Daniel Silverstone | 2019-05-03 | 4 | -31/+291 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Tests: Add simple JS test for dynamic layout. | Michael Drake | 2019-05-03 | 1 | -0/+18 |
| | |||||
* | dukky: Clean up the logging levels a little | Daniel Silverstone | 2019-05-02 | 1 | -2/+3 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | add initial javascript binding documentation | Vincent Sanders | 2019-05-02 | 2 | -37/+163 |
| | |||||
* | Release guigfx drawhandle | Chris Young | 2019-04-10 | 1 | -9/+10 |
| | |||||
* | Re-instate accidental removal of pkg-config for curl/openssl | Chris Young | 2019-04-08 | 1 | -3/+5 |
| | |||||
* | Small Capital Q codepoint | Chris Young | 2019-04-08 | 1 | -2/+2 |
| | |||||
* | Add AmiSSL requirement | Chris Young | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Fix some bsdsocket.library usage | Chris Young | 2019-04-08 | 2 | -0/+11 |
| | | | | NetSurf now builds against libcurl-AmiSSL | ||||
* | Allow for building against AmiSSL instead of OpenSSL | Chris Young | 2019-04-08 | 2 | -1/+16 |
| | |||||
* | No reason why RISC OS ,type extensions should end up in the Amiga resources ↵ | Chris Young | 2019-03-17 | 1 | -15/+1 |
| | | | | any more | ||||
* | Fix IORequest duplication and ensure library bases are cleared when closed. | Chris Young | 2019-03-17 | 2 | -4/+16 |
| | |||||
* | Reduce compression level for compatibility with Amiga LhA 2.15 | Chris Young | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Ensure the message port has been initialised | Chris Young | 2019-03-15 | 1 | -0/+1 |
| | |||||
* | SVG content handler: Fix plot style stroke_width | Michael Forney | 2019-03-05 | 1 | -1/+1 |
| | | | | | | | | In 8332bf6b2a, when the stroke width was moved from a parameter to the plot style field, it accidentally used the `stroke` field of the svgtiny shape (the color) instead of `stroke_width`. Signed-off-by: Michael Drake <michael.drake@codethink.co.uk> | ||||
* | use memcpy instead of strcpy to make the dom string copy intention explicit | Vincent Sanders | 2019-03-04 | 1 | -4/+4 |
| | |||||
* | Fix URL + FORCE issue #2635 | Chris Young | 2019-03-02 | 1 | -4/+4 |
| | |||||
* | validate the form button element type attribute as per spec | Vincent Sanders | 2019-02-22 | 1 | -4/+16 |
| | | | | | | | https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type says if the type attribute is anything but "reset" or "button" it is of "submit" type. The previous logic was incorrect and only used the button if its type was explicitly submit and noting else. | ||||
* | free language vector in framebuffer resource setup | Vincent Sanders | 2019-02-21 | 1 | -0/+2 |
| | |||||
* | Fixup copyright year | Vincent Sanders | 2019-02-19 | 1 | -4/+4 |
| | |||||
* | add webp image handler | Vincent Sanders | 2019-02-17 | 6 | -0/+274 |
| | |||||
* | improve some comments | Vincent Sanders | 2019-02-17 | 1 | -2/+6 |
| | |||||
* | tidy up bmp and ico makefile entries to be one per line | Vincent Sanders | 2019-02-17 | 1 | -1/+2 |
| | |||||
* | MAKEFILE: Update pkg_config_find_and_add_enabled for default CFLAGS | Daniel Silverstone | 2019-02-17 | 1 | -7/+3 |
| | | | | | | | | Since 90% of the time we can pre-calculate the CFLAGS for a pkg-config enabled feature, let's do just that to ensure fewer confusion moments as we add new pkg-config libraries. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | DUKKY: Remove LOG/JS_LOG macros, update to dukky category | Daniel Silverstone | 2019-02-17 | 2 | -57/+49 |
| | | | | | | | Update the logging levels, change to NSLOG across the board, and ensure that we use the `dukky` category now added for us. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Use NSLOG rather than LOG/JS_LOG | Daniel Silverstone | 2019-02-17 | 2 | -3/+3 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | LOG: Add a dukky logging category | Daniel Silverstone | 2019-02-17 | 2 | -0/+2 |
| | | | | | | For better logging separation, add a dukky logging category Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | HTML handler: Reformat passing viewport height when triggered by object. | Michael Drake | 2019-02-17 | 1 | -3/+3 |
| | | | | | | Previously we correctly used the viewport width, but we were using the document height instead of viewport height when an HTML child content triggered a reformat of the parent HTML document. | ||||
* | Content: Make the content structure aware of viewport height. | Michael Drake | 2019-02-17 | 2 | -1/+4 |
| | | | | | | | It was always aware of viewport width, but since adding support for vh CSS units, the HTML content handler also needs viewport height. Signed-off-by: Michael Drake <michael.drake@codethink.co.uk> | ||||
* | Layout: Add debug logging to show viewport dimensions passed into layout. | Michael Drake | 2019-02-17 | 1 | -0/+4 |
| | | | | Signed-off-by: Michael Drake <michael.drake@codethink.co.uk> | ||||
* | make framebuffer use the language environment for the UI resources | Vincent Sanders | 2019-02-17 | 18 | -32/+181 |
| | |||||
* | monkey: Add bmp and ico to mime_hash. | Michael Drake | 2019-02-16 | 1 | -0/+2 |
| | |||||
* | Mention about testing monkey | Daniel Silverstone | 2019-02-16 | 1 | -0/+7 |
| | |||||
* | monkey driver: Print the bitmap plot-check. | Michael Drake | 2019-02-16 | 1 | -0/+1 |
| | |||||
* | Add missing call to run_test_plan | Daniel Silverstone | 2019-02-16 | 1 | -0/+1 |
| | |||||
* | Automated testing output: Show description differently from test lines. | Michael Drake | 2019-02-16 | 1 | -1/+1 |
| | |||||
* | Enable running of the tests from test.netsurf-browser.org | Daniel Silverstone | 2019-02-16 | 2 | -2/+80 |
| | |||||
* | monkey test: Rename file with an '=' character. | Michael Drake | 2019-02-16 | 1 | -0/+0 |
| | |||||
* | Monkey: Support 401login in the monkey-driver et al. | Daniel Silverstone | 2019-02-16 | 2 | -1/+112 |
| | | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Add plot commands output for auth test | Daniel Silverstone | 2019-02-16 | 1 | -1/+1 |
| | |||||
* | Fix text plotter in monkey | Daniel Silverstone | 2019-02-16 | 1 | -1/+1 |
| | |||||
* | fix case of framebuffer message install | Vincent Sanders | 2019-02-16 | 1 | -2/+2 |
| | |||||
* | Framebuffer: Add symlink to build messages resource | Daniel Silverstone | 2019-02-15 | 1 | -0/+1 |
| | | | | | | | | | Since framebuffer lacks the language directories in its resources currently, we need a symbolic link to the en/Messages built in the top level resources directory in order that nsfb can run without the Messages file having been installed previously. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
* | Improve framebuffer install rule | Vincent Sanders | 2019-02-15 | 3 | -8/+10 |
| | |||||
* | fix feature flags for openbsd | Anthony J. Bentley | 2019-02-15 | 1 | -7/+12 |
| | |||||
* | Treeview: Consider search bar for redraw area calculation. | Michael Drake | 2019-01-19 | 1 | -2/+2 |
| |