fixed harmless style-warnings
[cl-gtk2.git] / glib / gobject.foreign-gobject-subclassing.lisp
2009-08-08 Dmitry Kalyanovfixed harmless style-warnings
2009-08-08 Dmitry Kalyanovglib: add glib-defcallback macro to be able to work...
2009-07-12 Dmitry KalyanovRename: s/gtype/g-type/g, s/gvalue/g-value/g
2009-07-12 Dmitry KalyanovSeparate enum and signals from gobject.type-info.object...
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
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-05-12 Dmitry KalyanovRemoved dependency on anaphora and metabang-bind
2009-02-25 Dmitry KalyanovAdded signals
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)