From cac003dc1a5c92aa9c93a8c8e157ee851d95cf4c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 3 Aug 2019 17:27:32 +0100 Subject: Update dev weekend. --- developer-weekend/aug-2019.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) 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 * 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 ------ -- cgit v1.2.3