Typo.
[cl-gtk2.git] / glib / gobject.package.lisp
2010-02-14 Dmitry KalyanovUse new GType designators
2010-02-03 Dmitry KalyanovUse new GType designators
2009-12-17 Dmitry KalyanovCorrect the DEFPACKAGE for GOBJECT to work with recent...
2009-11-12 Dmitry KalyanovAdd gobject:get-g-type-definition function
2009-11-08 Dmitry KalyanovAdd gobject:copy-boxed-slots-to-foreign and gobject...
2009-09-13 Dmitry KalyanovAdd define-cb-methods and create-fn-ref (Object-bound...
2009-09-12 Dmitry KalyanovProperly export gobject:disconnect-signal
2009-09-12 Dmitry Kalyanovgobject: exported foreign closures API; add disconnect...
2009-09-05 Dmitry KalyanovChange weak reference to toggle references
2009-08-15 Dmitry KalyanovWorked around importing symbols from CLOSER-MOP on...
2009-08-08 Dmitry Kalyanovglib: exported glib-defcallback
2009-08-08 Dmitry Kalyanovglib: removed undefined macros from export
2009-08-07 Dmitry Kalyanovglib: made debugf macro
2009-08-06 Dmitry Kalyanovglib: Added convenience functions
2009-08-02 Dmitry Kalyanovmore improvements on gboxed
2009-07-17 Dmitry KalyanovIntroduce g-type= and g-type/=
2009-07-17 Dmitry Kalyanovexport variables that affect gobject definitions generation
2009-07-17 Dmitry KalyanovAdd exports to gobject
2009-07-16 Dmitry KalyanovExport g-object-call-constructor, g-object-call-get...
2009-07-16 Dmitry Kalyanovglib: exported create-g-closure
2009-07-12 Dmitry KalyanovRename: s/gtype/g-type/g, s/gvalue/g-value/g
2009-07-12 Dmitry KalyanovCombined the gobject.type-info package info gobject...
2009-07-12 Dmitry KalyanovMoved stable-pointer code to its place
2009-07-12 Dmitry KalyanovMoved code
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
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