summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* put html content handler object interface into its own headerVincent Sanders2020-05-015-23/+98
|
* remove unused available width and height parameters from html_fecth_object()Vincent Sanders2020-04-305-34/+37
|
* remove unecessary filename prefixes in the html content handlerVincent Sanders2020-04-308-10/+10
|
* split html box processing codeVincent Sanders2020-04-2923-2674/+2961
| | | | | | | reduce the module size of the html box handling code by splitting into smaller sections. No functional code change.
* Initial special canvas handling to not show fallbackVincent Sanders2020-04-281-3/+27
|
* clean up html box, no functionality change just cosmeticVincent Sanders2020-04-288-827/+1040
| | | | | | split up the html box headers tidy up the documentation comments avoid forward declarations in normalisation implementation
* use dom type interface instead of strcasecmpVincent Sanders2020-04-261-52/+87
|
* dukky: Don't allow js_exec on a thread pending destructionDaniel Silverstone2020-04-261-0/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* dukky: Various checks for win being NULLDaniel Silverstone2020-04-262-1/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* remove forward declarationsVincent Sanders2020-04-262-2044/+2170
| | | | | reorder module to remove need for forward function declarations. remove unecessary and confusing parameter macros
* monkey: Catch some signals and backtraceDaniel Silverstone2020-04-251-0/+32
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Window: Do not get stuck if callbacks are in-train during compartment closeDaniel Silverstone2020-04-251-1/+30
| | | | | | | | | When we close the JS compartment we try and cancel all callbacks so that they do not fire after the compartment is closed. However if we have in-train callbacks, they can gum up the closedown and so we need to check and if we've done all we can, we break out of the callback removal loop. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* add bindings for canvas width and heightVincent Sanders2020-04-242-1/+19
|
* Implement javascript scheme url script https://wiki.whatwg.org/wiki/URL_schemesVincent Sanders2020-04-173-4/+46
|
* fixup riscos image configuration dialog gadget idVincent Sanders2020-04-141-4/+4
| | | | | | | | when minimum GIF delay was removed in 38c632a7da14c2b0e46b0b81724200578482f4c9 the remaining gadget identifier numbers were not updated. Fixes #2745
* use form of window create which returns an error instead of abortingVincent Sanders2020-04-144-4/+38
|
* refactor html mouse actionVincent Sanders2020-04-131-482/+738
| | | | | | | | | | | | | | | | | This reduces the source complexity of the html_mouse_action() previously this was a single function of several thousand lines with over 30 local variables allocated on the stack. Variables are now mostly held in a single static structure which drasticaly reduces the size of stack frame required and improves lookup locality. The generated code does cause two additional function calls as the compiler avoids inlining the sub functions. The optimiser seems to produce somewhat better code within the sub functions. In the final analysis there appears to be no significant performance loss or gain with this change, just more readable source.
* Resources: Update presentation to use nscolour.Michael Drake2020-04-076-144/+135
|
* About pages: Update presentation using nscolour.Michael Drake2020-04-072-154/+115
|
* Directory listings: Update to use nscolour.Michael Drake2020-04-071-53/+19
|
* Internal stylesheet: Update dirlist style.Michael Drake2020-04-071-6/+0
|
* Internal stylesheet: Update heading styles.Michael Drake2020-04-071-1/+9
|
* Internal stylesheet: Import the nscolour stylesheet.Michael Drake2020-04-071-0/+2
|
* about fetcher: Add about:nscolour.css generated colour stylesheet.Michael Drake2020-04-071-0/+46
|
* nscolour: Add function to get nscolour stylesheet.Michael Drake2020-04-072-0/+86
|
* Local history: Convert to use nscolour.Michael Drake2020-04-071-23/+12
|
* Scrollbar: Convert to use nscolour.Michael Drake2020-04-071-15/+4
|
* Page info: Convert to nscolour.Michael Drake2020-04-071-52/+27
|
* Treeview: Convert to nscolour.Michael Drake2020-04-071-40/+11
|
* NetSurf: Setup the nscolour module on startup.Michael Drake2020-04-071-0/+6
|
* Buildsystem: Build the nscolour module.Michael Drake2020-04-071-0/+1
|
* nscolour: Add nscolour module for NetSurf UI colours.Michael Drake2020-04-072-0/+258
|
* Tests: Update test data for improved nsoption colour rendering.Michael Drake2020-04-071-1/+1
|
* nsoption: Improve how we show colours in about:config.Michael Drake2020-04-071-4/+9
|
* nsoption: Use colour_rb_swap macro.Michael Drake2020-04-071-3/+1
|
* Plot style: Add half lighten/darken helper variants.Michael Drake2020-04-071-0/+11
|
* Local history: Improve look of keyboard nav cursor highlight.Michael Drake2020-04-061-8/+11
|
* html: Also close js thread on html_stop()Daniel Silverstone2020-03-291-0/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix source object backing store documentationVincent Sanders2020-03-261-47/+73
| | | | | fix formatting add section on version 2 layout
* remove unused constantsVincent Sanders2020-03-261-7/+4
|
* Makefile: Add STMTEXPR detection for wapcapletDaniel Silverstone2020-03-261-0/+7
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* For some reason atari mkdir_all operation was using the wrong path separatorVincent Sanders2020-03-251-6/+6
|
* unit testing table of contents marker was wrong caseVincent Sanders2020-03-241-1/+1
|
* Improve unit testing documentation headers and code blocksVincent Sanders2020-03-241-100/+99
|
* fix use of headings in integration test documentVincent Sanders2020-03-241-45/+44
|
* fix start stop test to set launch options correctlyVincent Sanders2020-03-231-3/+2
|
* Document the integration test setupVincent Sanders2020-03-232-41/+548
|
* integration test remove remaining windows when browser has been quitVincent Sanders2020-03-231-0/+2
|
* fix integration test repeat "max" handlingVincent Sanders2020-03-231-12/+30
|
* make conditionals optional in integration test sleep-ms actionVincent Sanders2020-03-231-1/+1
|