summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-08-03 17:27:32 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-08-03 17:27:53 +0100
commitcac003dc1a5c92aa9c93a8c8e157ee851d95cf4c (patch)
tree83fec66e59bad876ffeed40b55e88627b005306e
parentd22ca32eef0610c92b51390a96c01da14b62dbb2 (diff)
downloadnetsurf-wiki-cac003dc1a5c92aa9c93a8c8e157ee851d95cf4c.tar.gz
netsurf-wiki-cac003dc1a5c92aa9c93a8c8e157ee851d95cf4c.tar.bz2
Update dev weekend.
-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
------