Removed old Gboxed code
[cl-gtk2.git] / glib / gobject.generating.lisp
2009-07-30 Dmitry Kalyanovglib: do not call undefined foreign type initializers...
2009-07-17 Dmitry KalyanovIntroduce g-type= and g-type/=
2009-07-17 Dmitry KalyanovAdd optional lisp-name-package arguments to gobject...
2009-07-17 Dmitry KalyanovFix gobject.generating: using numeric value comparison...
2009-07-08 Dmitry KalyanovAdd at-init calls to define-g-enum and define-g-flags...
2009-07-08 Dmitry KalyanovAdded some docstrings and changed exports
2009-05-13 Dmitry Kalyanovget-g-flags-definition should call to register-flags...
2009-04-15 Dmitry KalyanovAdded gobject metaclasses
2009-03-18 Dmitry Kalyanovmiscellaneous classes, containers, child properties
2009-03-17 Dmitry Kalyanovinclude interface properties in class constructor args
2009-03-17 Dmitry Kalyanovuse defmethod instead of defun for property accessor...
2009-03-16 Dmitry Kalyanovfix for property accessors generators; sort interface...
2009-03-16 Dmitry Kalyanovrefactoring g-object generation; added support for...
2009-02-14 Dmitry KalyanovAdd type-initializer call to g-object types definitions
2009-02-10 Dmitry KalyanovInitial commit