Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/30246470c354e663b111f3acb2b1d61be6f555dd
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/30246470c354e663b111f3acb2b1d61be6f555dd
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/30246470c354e663b111f3acb2b1d61be6f555dd

The branch, master has been updated
       via  30246470c354e663b111f3acb2b1d61be6f555dd (commit)
      from  8638dae7d2f93e7d10bdca48aa680c495996b19c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=30246470c354e663b111f3acb2b1d61be6f555dd
commit 30246470c354e663b111f3acb2b1d61be6f555dd
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Developer weekend: Update progress so far.

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
 ------


-----------------------------------------------------------------------

Summary of changes:
 developer-weekend/feb-2020.mdwn |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

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
 ------


-- 
NetSurf Developer Wiki Backing Store

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to