Typo.
[cl-gtk2.git] / glib / gobject.boxed.lisp
2013-08-30 Ryan PavlikPatch for the majority of the gtk drag'n'drop API....
2012-08-26 Olof-Joachim FrahmFix warnings for bare struct references in glib/.
2010-02-14 Dmitry KalyanovUse new GType designators
2010-02-03 Dmitry KalyanovUse new GType designators
2010-01-25 Dmitry KalyanovMerge branch 'gboxed-gc'
2010-01-18 Dmitry KalyanovAdd handling of NIL values in translate-to-foreign...
2009-11-26 Dmitry KalyanovDestroy opaque GBoxed object thread-safely (not tested)
2009-11-08 Dmitry KalyanovAdd gobject:copy-boxed-slots-to-foreign and gobject...
2009-10-04 Dmitry KalyanovFix some compilation warnings
2009-10-02 Dmitry Kalyanovdefine-g-boxed-*: generate predictable names for structures
2009-08-28 Dmitry KalyanovAdded defgenerics for boxed type functions
2009-08-22 Dmitry Kalyanovfix for clozure: do not use (non-standard) make-instanc...
2009-08-08 Dmitry Kalyanovglib: Now really commented out debugging code
2009-08-07 Dmitry Kalyanovglib: Commented out debugging code
2009-08-07 Dmitry Kalyanovglib: Fixed boxed-related-symbols for variant structures
2009-08-07 Dmitry Kalyanovglib: Changed generated-c{struct,union}-name to generat...
2009-08-07 Dmitry Kalyanovglib: Fixed copying inline slots to proxy
2009-08-06 Dmitry Kalyanovglib: Added convenience functions
2009-08-06 Dmitry Kalyanovglib: Support inline boxed cstruct slots
2009-08-06 Dmitry Kalyanovglib: Fix memory overwrite in translate-to-foreign...
2009-08-06 Dmitry Kalyanovglib: make arguments in type decision procedure ignorab...
2009-08-06 Dmitry Kalyanovglib: user internal package to generate structure names...
2009-08-06 Dmitry Kalyanovglib: GBoxed structures slots with :count are interpret...
2009-08-05 Dmitry Kalyanovglib: fixed free-translated-object for variant cstruct
2009-08-05 Dmitry Kalyanovglib: Fixed generation of union for variant struct...
2009-08-05 Dmitry Kalyanovglib: use copy-slots-to-{native,proxy} in variant-cstruct
2009-08-05 Dmitry Kalyanovglib: Fix and improve boxed-variant-cstruct
2009-08-05 Dmitry Kalyanovglib: improve parsing and generation of cstructs
2009-08-05 Dmitry KalyanovGObject: correctly specify :count options for slots...
2009-08-04 Dmitry KalyanovUpdated formalization of GBoxed mapping
2009-08-03 Dmitry KalyanovGlib: Fixed native-to-proxy for opaque wrappers; fixed...
2009-08-02 Dmitry KalyanovImplemented gboxed foreign types based on new formalization
2009-08-02 Dmitry Kalyanovmore improvements on gboxed
2009-08-01 Dmitry KalyanovAdded new gobject code to glib
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
2009-07-11 Dmitry Kalyanovdocstrings and g-type-designator
2009-02-10 Dmitry KalyanovInitial commit