Typo.
[cl-gtk2.git] / glib / gobject.meta.lisp
2010-02-16 Dmitry KalyanovMore correct usage of CLOS MOP: add call to ENSURE...
2010-02-15 Dmitry KalyanovMore correct usage of CLOS MOP: add call to ENSURE...
2010-02-14 Dmitry KalyanovFix issuing warning in gobject metaclass if gtype is...
2010-02-14 Dmitry KalyanovUse new GType designators
2010-02-09 Dmitry KalyanovFix issuing warning in gobject metaclass if gtype is...
2010-02-03 Dmitry KalyanovUse new GType designators
2010-01-08 Dmitry KalyanovRemove eXecute permissions from several .lisp files
2009-10-30 Dmitry Kalyanovglib: Actions in reinitialize-instance for gobject...
2009-10-16 Dmitry Kalyanovglib: in finalize-inheritance :after method, ensure...
2009-10-08 Kalyanov Dmitrygobject: use more portable approach for compute the...
2009-10-08 Kalyanov Dmitrygobject: use more portable approach for injecting base...
2009-10-04 Dmitry KalyanovFix some compilation warnings
2009-10-04 Dmitry Kalyanovin slot-boundp-using-class, check that pointer slot...
2009-10-04 Dmitry KalyanovSafer way to compile GObject property accessors that...
2009-09-13 Dmitry KalyanovSupport for gobject:release method for GObjects
2009-09-12 Dmitry KalyanovSlot setters for gobject-class metaclass classes return...
2009-09-05 Dmitry Kalyanovglib: more debugging logs for gobject creation; fixed...
2009-08-30 Dmitry KalyanovFixed bug with (re-)initialising instances of gobject...
2009-08-29 Dmitry KalyanovTake :default-initargs into account when creating insta...
2009-08-29 Dmitry KalyanovImprovement of GObject class mapping:
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