cl-gtk2.git
15 years agoInclude fields from GtkTreeViewColumn in generating.lisp
Dmitry Kalyanov [Mon, 16 Mar 2009 14:03:46 +0000 (17:03 +0300)]
Include fields from GtkTreeViewColumn in generating.lisp

15 years agorefactoring g-object generation; added support for adding additional properties to...
Dmitry Kalyanov [Mon, 16 Mar 2009 13:56:30 +0000 (16:56 +0300)]
refactoring g-object generation; added support for adding additional properties to g-object classes implemented with C functions

15 years agoDo not call g-value-init when setting return-value of closures
Dmitry Kalyanov [Mon, 9 Mar 2009 07:45:20 +0000 (10:45 +0300)]
Do not call g-value-init when setting return-value of closures

15 years agoGtk tree-model
Dmitry Kalyanov [Wed, 25 Feb 2009 23:38:03 +0000 (02:38 +0300)]
Gtk tree-model

15 years agoexport g-value-unset and g-value-zero
Dmitry Kalyanov [Wed, 25 Feb 2009 23:37:25 +0000 (02:37 +0300)]
export g-value-unset and g-value-zero

15 years agoExports from gobject
Dmitry Kalyanov [Wed, 25 Feb 2009 23:05:03 +0000 (02:05 +0300)]
Exports from gobject

15 years agoChanges to subtest.lisp
Dmitry Kalyanov [Wed, 25 Feb 2009 23:04:47 +0000 (02:04 +0300)]
Changes to subtest.lisp

15 years agoAdded :accessor option to g-boxed-ref' slots
Dmitry Kalyanov [Wed, 25 Feb 2009 23:04:08 +0000 (02:04 +0300)]
Added :accessor option to g-boxed-ref' slots

15 years agoMade subtest use g-boxed-refs
Dmitry Kalyanov [Wed, 25 Feb 2009 22:38:51 +0000 (01:38 +0300)]
Made subtest use g-boxed-refs

15 years agoMade (release nil) no-op instead of error. Added shorthand for using
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

15 years agoPartial conversion of subtest to use g-boxed-refs
Dmitry Kalyanov [Wed, 25 Feb 2009 22:20:39 +0000 (01:20 +0300)]
Partial conversion of subtest to use g-boxed-refs

15 years agoAdd refcount for found g-boxed-ref's
Dmitry Kalyanov [Wed, 25 Feb 2009 22:20:16 +0000 (01:20 +0300)]
Add refcount for found g-boxed-ref's

15 years agoFixes to g-boxed-ref gc'ing when underlying c-pointer was silently freed and returned...
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)

15 years agoCorrect bug with redundant g-value-unset. Some change to subtest.
Dmitry Kalyanov [Wed, 25 Feb 2009 20:54:17 +0000 (23:54 +0300)]
Correct bug with redundant g-value-unset. Some change to subtest.

15 years agoTest of tree-view-model subclassing and interface implementation
Dmitry Kalyanov [Wed, 25 Feb 2009 19:37:04 +0000 (22:37 +0300)]
Test of tree-view-model subclassing and interface implementation

15 years agoAdded signals
Dmitry Kalyanov [Wed, 25 Feb 2009 12:17:04 +0000 (15:17 +0300)]
Added signals

15 years agoAdded g-quark
Dmitry Kalyanov [Wed, 25 Feb 2009 12:16:18 +0000 (15:16 +0300)]
Added g-quark

15 years agoChange debug output from 'format t' to 'debugf'
Dmitry Kalyanov [Mon, 16 Feb 2009 11:41:08 +0000 (14:41 +0300)]
Change debug output from 'format t' to 'debugf'

15 years agoFix initialization of classes with multiple lisp classes in inheritance line
Dmitry Kalyanov [Mon, 16 Feb 2009 11:36:28 +0000 (14:36 +0300)]
Fix initialization of classes with multiple lisp classes in inheritance line

15 years agoAdded object-subclassing (with properties)
Dmitry Kalyanov [Mon, 16 Feb 2009 10:44:34 +0000 (13:44 +0300)]
Added object-subclassing (with properties)

15 years agoAdd type-initializer call to g-object types definitions
Dmitry Kalyanov [Sat, 14 Feb 2009 22:33:36 +0000 (01:33 +0300)]
Add type-initializer call to g-object types definitions

15 years agoAdded restart to closure marshal function
Dmitry Kalyanov [Sat, 14 Feb 2009 20:47:07 +0000 (23:47 +0300)]
Added restart to closure marshal function

15 years agoFixing ownership setting of g-boxed-refs
Dmitry Kalyanov [Sat, 14 Feb 2009 07:21:54 +0000 (10:21 +0300)]
Fixing ownership setting of g-boxed-refs

15 years agoFixes for memory management 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

15 years agoFixed gtk:text-buffer-insert handling of len argument
Dmitry Kalyanov [Fri, 13 Feb 2009 13:45:10 +0000 (16:45 +0300)]
Fixed gtk:text-buffer-insert handling of len argument

15 years agoSome more fixed mem-management
Dmitry Kalyanov [Thu, 12 Feb 2009 22:05:27 +0000 (01:05 +0300)]
Some more fixed mem-management

15 years agoAdded WITH-GTK-ERROR-MESSAGE-HANDLER
Dmitry Kalyanov [Thu, 12 Feb 2009 22:00:33 +0000 (01:00 +0300)]
Added WITH-GTK-ERROR-MESSAGE-HANDLER

15 years agoFixed to memory management
Dmitry Kalyanov [Thu, 12 Feb 2009 21:59:59 +0000 (00:59 +0300)]
Fixed to memory management

15 years agoInitial commit
Dmitry Kalyanov [Tue, 10 Feb 2009 11:54:39 +0000 (14:54 +0300)]
Initial commit