summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-02-24 10:59:43 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-02-24 10:59:47 +0000
commit2aea0afca75ead74b1e90dae3705f3452a1d4632 (patch)
tree4b9fc9f353dde15bce06f8bfbf5acc8e10e67818
parentfccf2d1b41a55e6fbe452676fab5bdc60f25a54b (diff)
downloadnetsurf-wiki-2aea0afca75ead74b1e90dae3705f3452a1d4632.tar.gz
netsurf-wiki-2aea0afca75ead74b1e90dae3705f3452a1d4632.tar.bz2
Daniel did the surface listing
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--developer-weekend/feb-2020.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/developer-weekend/feb-2020.mdwn b/developer-weekend/feb-2020.mdwn
index bc62834..2422732 100644
--- a/developer-weekend/feb-2020.mdwn
+++ b/developer-weekend/feb-2020.mdwn
@@ -45,7 +45,7 @@ Pathway to 3.10
(Assigned to Vince)
* At least some attention given to GTK focus issues (Daniel to complete this)
* Review styling for internal pages. (Assigned to Michael)
-* Listing compiled-in surfaces for nsfb (Assigned to Vincent)
+* Listing compiled-in surfaces for nsfb (Assigned to Daniel)
* [[!bug 2650]] Inappropriate error message (Assigned to Vincent)
* [[!bug 2722]] GTK3 UI vertical scrollbar wrong (Assigned to Vincent)
* [[!bug 2721]] Bizarre corners on download box in highdpi (Assigned to Michael)
@@ -170,6 +170,8 @@ Daniel
* Corrected ring handling in about, resource, file, and data fetchers
* Made fetch core send a `FETCH_ERROR` of `FetchFailedToFinish` if a fetch
is freed without actually passing through one of the finish states
+* Added surface enumeration to libnsfb
+ * Added support to use that to nsfb
Vince