refactoring: separated gobject.ffi with ffi definitions
[cl-gtk2.git] / glib / gobject.foreign-gobject.lisp
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
2009-07-11 Dmitry Kalyanovdocstrings and g-type-designator
2009-07-08 Dmitry KalyanovAdded some docstrings and changed exports
2009-05-13 Dmitry KalyanovAdd condition type for access to unreadable properties...
2009-05-12 Dmitry KalyanovRemoved dependency on anaphora and metabang-bind
2009-04-15 Dmitry KalyanovReordered cases in translate-to-foreign for GObject...
2009-04-15 Dmitry Kalyanovhandle NILs in arg-types in gobject property setter
2009-04-03 Dmitry Kalyanov(probably) fix the error in refcount
2009-03-18 Dmitry Kalyanovmiscellaneous classes, containers, child properties
2009-02-16 Dmitry KalyanovChange debug output from 'format t' to 'debugf'
2009-02-16 Dmitry KalyanovFix initialization of classes with multiple lisp classe...
2009-02-16 Dmitry KalyanovAdded object-subclassing (with properties)
2009-02-12 Dmitry KalyanovSome more fixed mem-management
2009-02-12 Dmitry KalyanovFixed to memory management
2009-02-10 Dmitry KalyanovInitial commit