fix for clozure: do not use (non-standard) make-instance method for STRUCTURE-CLASSes
[cl-gtk2.git] / glib / gobject.meta.lisp
2009-07-18 Dmitry KalyanovFix slot-boundp-using-class method for gobject-class
2009-07-17 Dmitry KalyanovIntroduce g-type= and g-type/=
2009-07-17 Dmitry KalyanovFix :gobject-fn slot accessor by implementing slot...
2009-07-12 Dmitry KalyanovMoved GObject code
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-07-03 Dmitry KalyanovFixed re-initialization of gtk libraries on loading...
2009-07-03 Dmitry KalyanovAdded ability to save and restore SBCL image with cl...
2009-06-24 Dmitry Kalyanovgobject: improved checks in initialize-instance for...
2009-06-17 Dmitry Kalyanovglib/gobjetc: fix filtering to filter out only gobject...
2009-06-17 Dmitry KalyanovReverse previous commit; filter initargs in initialize...
2009-06-17 Dmitry Kalyanovglib/gobject.meta: remove slot initargs before call...
2009-06-13 Dmitry KalyanovIn make-instance-using-class for gobjects, pass all...
2009-06-01 Dmitry KalyanovAdded slot-boundp-using-class for gobjects
2009-05-13 Dmitry KalyanovAdd condition type for access to unreadable properties...
2009-04-15 Dmitry KalyanovAdded gobject metaclasses