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