chiark / gitweb /
gtk/gtk.lisp: Apparently when you ask for a stock Button, you get a Bin.
[clg] / TODO
diff --git a/TODO b/TODO
index 29671ecb9961ee503c2a0152d021e43b86def3d2..f98ddfa84ed64240d0a6792d121d7c7e6852726b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,19 @@
-* 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
 
-* Create all foreign function bindings at compile time (necessary for
-  CLisp port and to improve startup time)
+* Clean up code in glib module -- done
 
-* Add documentation and examples
+* Use CMUCL's native mechanism for callbacks from C -- done
 
-* Make subclassing of gobjects possible
+* Add documentation and more examples
+
+* Make subclassing of gobjects possible -- done
+
+* Port to SBCL -- done
+
+* Improve load time
+
+* Porting to amd64 -- done (patch supplied by Gabriel Ebner)
+
+* CLisp port -- done