X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/169fe0c46e01e71b15bf8a26de4437c2c17b530b..d9a7b2f889a946b9d91fd63fc687ed8dced85c62:/TODO diff --git a/TODO b/TODO index 29671ec..247f58e 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,16 @@ -* 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 + +* 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 +* Add documentation and more examples + +* Make sub classing of gobjects possible -* Make subclassing of gobjects possible +* Port to SBCL