summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* free language vector in framebuffer resource setupVincent Sanders2019-02-211-0/+2
|
* Fixup copyright yearVincent Sanders2019-02-191-4/+4
|
* add webp image handlerVincent Sanders2019-02-176-0/+274
|
* improve some commentsVincent Sanders2019-02-171-2/+6
|
* tidy up bmp and ico makefile entries to be one per lineVincent Sanders2019-02-171-1/+2
|
* MAKEFILE: Update pkg_config_find_and_add_enabled for default CFLAGSDaniel Silverstone2019-02-171-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 categoryDaniel Silverstone2019-02-172-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_LOGDaniel Silverstone2019-02-172-3/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* LOG: Add a dukky logging categoryDaniel Silverstone2019-02-172-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 Drake2019-02-171-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 Drake2019-02-172-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 Drake2019-02-171-0/+4
| | | | Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
* make framebuffer use the language environment for the UI resourcesVincent Sanders2019-02-1718-32/+181
|
* monkey: Add bmp and ico to mime_hash.Michael Drake2019-02-161-0/+2
|
* Mention about testing monkeyDaniel Silverstone2019-02-161-0/+7
|
* monkey driver: Print the bitmap plot-check.Michael Drake2019-02-161-0/+1
|
* Add missing call to run_test_planDaniel Silverstone2019-02-161-0/+1
|
* Automated testing output: Show description differently from test lines.Michael Drake2019-02-161-1/+1
|
* Enable running of the tests from test.netsurf-browser.orgDaniel Silverstone2019-02-162-2/+80
|
* monkey test: Rename file with an '=' character.Michael Drake2019-02-161-0/+0
|
* Monkey: Support 401login in the monkey-driver et al.Daniel Silverstone2019-02-162-1/+112
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add plot commands output for auth testDaniel Silverstone2019-02-161-1/+1
|
* Fix text plotter in monkeyDaniel Silverstone2019-02-161-1/+1
|
* fix case of framebuffer message installVincent Sanders2019-02-161-2/+2
|
* Framebuffer: Add symlink to build messages resourceDaniel Silverstone2019-02-151-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 ruleVincent Sanders2019-02-153-8/+10
|
* fix feature flags for openbsdAnthony J. Bentley2019-02-151-7/+12
|
* Treeview: Consider search bar for redraw area calculation.Michael Drake2019-01-191-2/+2
|
* Treeview: Use helper to get tree height.Michael Drake2019-01-191-1/+1
|
* Treeview: Consolidate search bar height calculation.Michael Drake2019-01-191-26/+27
|
* Use pkg-config for freetype2 if available else fallback to old scriptVincent Sanders2018-12-181-6/+22
|
* Box construction: Don't handle IMAGE specially.Michael Drake2018-12-131-1/+0
|
* Message: Fix french translation.Michael Drake2018-11-221-1/+1
| | | | Thanks to rico542.
* single precision testChris Young2018-11-212-11/+11
|
* ensure filename numeric is not truncated and hence cause output buffer overflowVincent Sanders2018-11-061-1/+3
|
* ensure url buffer is sufficient to not truncate outputVincent Sanders2018-11-061-1/+1
|
* ensure output buffer is large enough to not be truncatedVincent Sanders2018-11-061-1/+1
|
* fix helper script apt packaging to work with busterVincent Sanders2018-11-061-1/+4
|
* fix logging level in duktape bindingVincent Sanders2018-11-061-6/+6
|
* fix gcc version parameter ordering for gcc 8Vincent Sanders2018-11-061-1/+1
|
* Test: Fix simultanious-fetches.yaml to not look like a YAML alias.Michael Drake2018-11-041-1/+1
|
* Test: Monkey driver: Fix blocking for *all* windows.Michael Drake2018-11-041-1/+1
|
* Test: Monkey driver: Implement sleep-ms and repeat actions.Michael Drake2018-11-042-5/+42
|
* Test: Monkey driver: Split out conds_met function.Michael Drake2018-11-041-17/+17
|
* Test: Monkey driver: Timers can live outside launches.Michael Drake2018-11-041-2/+1
|
* add certificate window handlingVincent Sanders2018-11-044-16/+133
|
* Test: Monkey driver: Improve navigate step logging.Michael Drake2018-11-041-0/+2
|
* Test: Monkey driver: Add support for timer actions.Michael Drake2018-11-041-1/+27
|
* Final tweaks, support LOGIN in monkeyfarmerDaniel Silverstone2018-11-043-2/+99
|
* Update monkey 401login a little to be easier to work withDaniel Silverstone2018-11-042-5/+25
|