(probably) fix the error in refcount
[cl-gtk2.git] / glib /
2009-04-03 Dmitry Kalyanov(probably) fix the error in refcount
2009-03-28 Dmitry KalyanovAdded within-main-loop and call-from-main-loop macros...
2009-03-18 Dmitry Kalyanovexport signal-lookup; defctype g-initially-unowned
2009-03-18 Dmitry Kalyanovmiscellaneous classes, containers, child properties
2009-03-17 Dmitry Kalyanovinclude interface properties in class constructor args
2009-03-17 Dmitry Kalyanovsupport for setting gvalue to values of g-boxed-class
2009-03-17 Dmitry Kalyanovuse defmethod instead of defun for property accessor...
2009-03-16 Dmitry Kalyanovfix for property accessors generators; sort interface...
2009-03-16 Dmitry Kalyanovcheck at get-stable-pointer-value
2009-03-16 Dmitry Kalyanovrefactoring g-object generation; added support for...
2009-03-09 Dmitry KalyanovDo not call g-value-init when setting return-value...
2009-02-25 Dmitry Kalyanovexport g-value-unset and g-value-zero
2009-02-25 Dmitry KalyanovExports from gobject
2009-02-25 Dmitry KalyanovAdded :accessor option to g-boxed-ref' slots
2009-02-25 Dmitry KalyanovMade (release nil) no-op instead of error. Added shorth...
2009-02-25 Dmitry KalyanovAdd refcount for found g-boxed-ref's
2009-02-25 Dmitry KalyanovFixes to g-boxed-ref gc'ing when underlying c-pointer...
2009-02-25 Dmitry KalyanovCorrect bug with redundant g-value-unset. Some change...
2009-02-25 Dmitry KalyanovAdded signals
2009-02-25 Dmitry KalyanovAdded g-quark
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-14 Dmitry KalyanovAdd type-initializer call to g-object types definitions
2009-02-14 Dmitry KalyanovAdded restart to closure marshal function
2009-02-14 Dmitry KalyanovFixing ownership setting of g-boxed-refs
2009-02-13 Dmitry KalyanovFixes for memory management of g-boxed-refs
2009-02-12 Dmitry KalyanovSome more fixed mem-management
2009-02-12 Dmitry KalyanovFixed to memory management
2009-02-10 Dmitry KalyanovInitial commit