Move foreign library loading to gobject.init.lisp; separated gobject.type-info packag...
[cl-gtk2.git] / glib / gobject.package.lisp
2009-07-11 Dmitry KalyanovMove foreign library loading to gobject.init.lisp;...
2009-07-11 Dmitry Kalyanovdocstrings and g-type-designator
2009-07-08 Dmitry KalyanovAdded some docstrings and changed exports
2009-07-03 Dmitry KalyanovAdded export of G-OBJECT-CLASS symbol, fixed build...
2009-07-03 Dmitry KalyanovFix typo in :gobject package export definition
2009-05-12 Dmitry KalyanovRemoved dependency on anaphora and metabang-bind
2009-05-03 Dmitry KalyanovPortability: add definition of gsize for x86; add other...
2009-04-15 Dmitry KalyanovAdded gobject metaclasses
2009-03-18 Dmitry Kalyanovexport signal-lookup; defctype g-initially-unowned
2009-03-18 Dmitry Kalyanovmiscellaneous classes, containers, child properties
2009-03-17 Dmitry Kalyanovsupport for setting gvalue to values of g-boxed-class
2009-02-25 Dmitry Kalyanovexport g-value-unset and g-value-zero
2009-02-25 Dmitry KalyanovExports from gobject
2009-02-25 Dmitry KalyanovCorrect bug with redundant g-value-unset. Some change...
2009-02-14 Dmitry KalyanovAdd type-initializer call to g-object types definitions
2009-02-12 Dmitry KalyanovFixed to memory management
2009-02-10 Dmitry KalyanovInitial commit