summaryrefslogtreecommitdiff
path: root/developer-weekend/aug-2019.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'developer-weekend/aug-2019.mdwn')
-rw-r--r--developer-weekend/aug-2019.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index d9b69ec..3edef0a 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -65,7 +65,7 @@ Michael
* Updated duktape to version 2.4.0.
* Made local-history bitmaps scale with DPI
* Made iframe test on <https://test.netsurf-browser.org/html/iframe.html>
-* Attempted to add support for core window `scroll_visible` to RISC OS front end. (Still to be tested.)
+* Attempted to add support for core window `scroll_visible` to RISC OS front end.
- It didn't compile, so built the RISC OS toolchain and SDK, and then fixed the compilation error.
* Added support for scaling keyboard shortcuts to the Framebuffer front end.
* Optimised libnsfb's xrgb8888 surface rendering using a neat trick from Adrian Lees.
@@ -75,6 +75,9 @@ Michael
- And updated all the front ends.
* Changed the core window interface for scrolling from scroll_visible to much simpler get/set scroll APIs.
* Reimplemented old scroll_visisble API in the core on top of the new set/get scroll and get_window_dimensions, using Daniel's algorithm from the GTK front end.
+* Made the RISC OS local history window claim input focus when it opens.
+* Fixed a couple of Duktape bindings for DOM element nodes that didn't check the return value of a LibDOM call.
+* Suppressed dead store `scan-build` warnings in the CSS presentational hints gatherer.
Daniel
------