summaryrefslogtreecommitdiff
path: root/developer-weekend
diff options
context:
space:
mode:
Diffstat (limited to 'developer-weekend')
-rw-r--r--developer-weekend/aug-2019.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index 35937e1..e8c189e 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -68,6 +68,7 @@ Michael
* Attempted to add support for core window `scroll_visible` to RISC OS front end. (Still to be tested.)
- 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.
* 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.