X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/921d25218d59736f07cf04cfba7a7685e6f9521d..5884be5c1dd5f6dfa460088a9332230fe1a1d7af:/TODO diff --git a/TODO b/TODO index 29671ec..870b38e 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,18 @@ -* Add support for interfaces +* Enable building without opening display -- done -* Use .defs files to generate class definitions and function - bindings (to enable building without initialization of gtk) +* Complete bindings of all widgets -- mostly done + +* Clean up code in glib module -- done + +* Use CMUCL's native mechanism for callbacks from C -- done * Create all foreign function bindings at compile time (necessary for - CLisp port and to improve startup time) + CLisp port) + +* Add documentation and more examples + +* Make sub classing of gobjects possible -* Add documentation and examples +* Port to SBCL -- done -* Make subclassing of gobjects possible +* Improve load time