summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dmitry Kalyanov [Wed, 25 Feb 2009 22:37:53 +0000 (01:37 +0300)]
Made (release nil) no-op instead of error. Added shorthand for using
Dmitry Kalyanov [Wed, 25 Feb 2009 22:20:39 +0000 (01:20 +0300)]
Partial conversion of subtest to use g-boxed-refs
Dmitry Kalyanov [Wed, 25 Feb 2009 22:20:16 +0000 (01:20 +0300)]
Add refcount for found g-boxed-ref's
Dmitry Kalyanov [Wed, 25 Feb 2009 22:09:26 +0000 (01:09 +0300)]
Fixes to g-boxed-ref gc'ing when underlying c-pointer was silently freed and returned again (would create two objects)
Dmitry Kalyanov [Wed, 25 Feb 2009 20:54:17 +0000 (23:54 +0300)]
Correct bug with redundant g-value-unset. Some change to subtest.
Dmitry Kalyanov [Wed, 25 Feb 2009 19:37:04 +0000 (22:37 +0300)]
Test of tree-view-model subclassing and interface implementation
Dmitry Kalyanov [Wed, 25 Feb 2009 12:17:04 +0000 (15:17 +0300)]
Added signals
Dmitry Kalyanov [Wed, 25 Feb 2009 12:16:18 +0000 (15:16 +0300)]
Added g-quark
Dmitry Kalyanov [Mon, 16 Feb 2009 11:41:08 +0000 (14:41 +0300)]
Change debug output from 'format t' to 'debugf'
Dmitry Kalyanov [Mon, 16 Feb 2009 11:36:28 +0000 (14:36 +0300)]
Fix initialization of classes with multiple lisp classes in inheritance line
Dmitry Kalyanov [Mon, 16 Feb 2009 10:44:34 +0000 (13:44 +0300)]
Added object-subclassing (with properties)
Dmitry Kalyanov [Sat, 14 Feb 2009 22:33:36 +0000 (01:33 +0300)]
Add type-initializer call to g-object types definitions
Dmitry Kalyanov [Sat, 14 Feb 2009 20:47:07 +0000 (23:47 +0300)]
Added restart to closure marshal function
Dmitry Kalyanov [Sat, 14 Feb 2009 07:21:54 +0000 (10:21 +0300)]
Fixing ownership setting of g-boxed-refs
Dmitry Kalyanov [Fri, 13 Feb 2009 13:54:09 +0000 (16:54 +0300)]
Fixes for memory management of g-boxed-refs
Dmitry Kalyanov [Fri, 13 Feb 2009 13:45:10 +0000 (16:45 +0300)]
Fixed gtk:text-buffer-insert handling of len argument
Dmitry Kalyanov [Thu, 12 Feb 2009 22:05:27 +0000 (01:05 +0300)]
Some more fixed mem-management
Dmitry Kalyanov [Thu, 12 Feb 2009 22:00:33 +0000 (01:00 +0300)]
Added WITH-GTK-ERROR-MESSAGE-HANDLER
Dmitry Kalyanov [Thu, 12 Feb 2009 21:59:59 +0000 (00:59 +0300)]
Fixed to memory management
Dmitry Kalyanov [Tue, 10 Feb 2009 11:54:39 +0000 (14:54 +0300)]
Initial commit