X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/731b66f64e2b72f05c0a197b61f4a3406d33eac7..cc7092e40b16bf9f938dded9c50fe9711119f076:/TODO diff --git a/TODO b/TODO index d226076..2204dab 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,16 @@ -* Use .defs files to generate class definitions and function - bindings (to enable building without initialization of gtk) +* Enable building without opening display -- done + +* Complete bindings of all widgets + +* Clean up code in glib module + +* 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) -* Add documentation and examples +* Add documentation and more examples + +* Make sub classing of gobjects possible -* Make subclassing of gobjects possible +* Port to SBCL