summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-24 09:22:53 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-24 09:22:53 +0000
commit30246470c354e663b111f3acb2b1d61be6f555dd (patch)
treec71aef57664b5724cd8938d656c1ffa4ea114cc0
parent8638dae7d2f93e7d10bdca48aa680c495996b19c (diff)
downloadnetsurf-wiki-30246470c354e663b111f3acb2b1d61be6f555dd.tar.gz
netsurf-wiki-30246470c354e663b111f3acb2b1d61be6f555dd.tar.bz2
Developer weekend: Update progress so far.
-rw-r--r--developer-weekend/feb-2020.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/developer-weekend/feb-2020.mdwn b/developer-weekend/feb-2020.mdwn
index 3a2a180..1807152 100644
--- a/developer-weekend/feb-2020.mdwn
+++ b/developer-weekend/feb-2020.mdwn
@@ -91,6 +91,36 @@ Mostly individual activity here
Michael
-------
+* Converted NetSurf's README to Markdown.
+* Removed unused minimum GIF delay setting from front ends (RISC OS, Amiga,
+ GTK, Atari, Windows).
+* Removed unused minimum GIF delay option from Core settings.
+* Removed unused minimum GIF delay option from documentation.
+* Various constifications of parameters though APIs:
+ - The `bw` in browser window URL access function.
+ - The core window in the core window callback table's getters.
+ - The treeview clip rectangle through redraw.
+ - The `bw` though the browser_window page_info getter.
+* Check for success/failure on HTML script mimetype interning.
+* Split out a helper to get colour lightness in plot_style.
+* Added function to engorge a particular component channel in a colour.
+* Added stubs for new browser window interfaces for page-info functionality.
+* Added new page info core window.
+ - Handles correct scaling of everything (text, paddings, etc) for different DPIs.
+ - Handles light on dark, or dark on light colour configurations.
+ - Implemented content layout, redraw and mouse action.
+* Initialise/finalise the page-info module in NetSurf startup/quit handling.
+* Renamed "crtvrfy" to "pi" (for page-info) in the GTK front end.
+* Found a bug in the Amiga m86k toolchain where the compiler generates assembly
+ that the assembler says is invalid.
+ - For now, since we can't build the Amiga m86k toolchain, we have just
+ disabled that entry in the CI build matrix.
+* Added `-ldl` link flag for unit test build of `libmalloc_fig.so`.
+* Addressed missing malloc check in hashmap from Rob's code review.
+* Added treeview API for setting a search string in searchable treeviews.
+* Added cookie manager API for setting search string.
+* Made the browser window cookie opener set the search term to the current
+ URL's host.
Daniel
------