X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/731b66f64e2b72f05c0a197b61f4a3406d33eac7..cc74b2c987edc3e2bc85413e92f33e2690a32b1c:/TODO?ds=sidebyside diff --git a/TODO b/TODO index d226076..870b38e 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,18 @@ -* 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 -- 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