summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--developer-weekend/aug-2019.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index e6e4d38..5a1161c 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -67,6 +67,12 @@ Michael
* 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.)
* Added support for scaling keyboard shortcuts to nsfb.
+* Added support for scrolling core windows to the RISC OS front end.
+* Fixed the RISC OS core window get_window_dimensions to handle toolbar height.
+* Made all the core window callbacks return nserror instead of void.
+ - 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.
Daniel
------