cl-gtk2.git
15 years agoVersion bump to 0.1
Dmitry Kalyanov [Sat, 24 Oct 2009 17:07:54 +0000 (21:07 +0400)]
Version bump to 0.1

15 years agoCreate bug
Dmitry Kalyanov [Sat, 24 Oct 2009 16:30:52 +0000 (20:30 +0400)]
Create bug

15 years agoAdd GtkTreeStore binding
Dmitry Kalyanov [Sat, 24 Oct 2009 16:31:11 +0000 (20:31 +0400)]
Add GtkTreeStore binding

15 years agoAdd GtkListStore binding
Dmitry Kalyanov [Fri, 23 Oct 2009 22:23:28 +0000 (02:23 +0400)]
Add GtkListStore binding

15 years agoReassign bugs
Dmitry Kalyanov [Fri, 23 Oct 2009 21:09:36 +0000 (01:09 +0400)]
Reassign bugs

15 years agoAdd gtk:timer class
Dmitry Kalyanov [Sun, 18 Oct 2009 18:48:20 +0000 (22:48 +0400)]
Add gtk:timer class

15 years agoAdd GtkTreeModelSort binding
Dmitry Kalyanov [Sat, 17 Oct 2009 14:09:45 +0000 (18:09 +0400)]
Add GtkTreeModelSort binding

15 years agoAdd integration to cl-cairo2
Dmitry Kalyanov [Sat, 17 Oct 2009 00:10:13 +0000 (04:10 +0400)]
Add integration to cl-cairo2

15 years agoglib: in finalize-inheritance :after method, ensure that superclasses are finalized
Dmitry Kalyanov [Fri, 16 Oct 2009 23:54:44 +0000 (03:54 +0400)]
glib: in finalize-inheritance :after method, ensure that superclasses are finalized

15 years agoImplement tree-model-iter-children-impl for array-list-store
Dmitry Kalyanov [Fri, 16 Oct 2009 23:53:25 +0000 (03:53 +0400)]
Implement tree-model-iter-children-impl for array-list-store

15 years agoAdd impl-call option to define-vtable
Dmitry Kalyanov [Fri, 16 Oct 2009 05:20:21 +0000 (09:20 +0400)]
Add impl-call option to define-vtable

15 years agoAdd GtkTreeSortable vtable
Dmitry Kalyanov [Wed, 14 Oct 2009 19:56:04 +0000 (23:56 +0400)]
Add GtkTreeSortable vtable

15 years agoRefactoring of gobject:define-vtable
Dmitry Kalyanov [Wed, 14 Oct 2009 19:43:40 +0000 (23:43 +0400)]
Refactoring of gobject:define-vtable

15 years agoReassign bugs
Dmitry Kalyanov [Tue, 13 Oct 2009 20:47:28 +0000 (00:47 +0400)]
Reassign bugs

15 years agoAdd GtkTextBuffer serialization/deserialization binding
Dmitry Kalyanov [Mon, 12 Oct 2009 20:34:26 +0000 (00:34 +0400)]
Add GtkTextBuffer serialization/deserialization binding

15 years agoBasic GError binding
Dmitry Kalyanov [Mon, 12 Oct 2009 20:30:27 +0000 (00:30 +0400)]
Basic GError binding

15 years agoCreate bugs
Dmitry Kalyanov [Sun, 11 Oct 2009 19:13:58 +0000 (23:13 +0400)]
Create bugs

15 years agoAdditions to GtkIconView bindings
Dmitry Kalyanov [Sun, 11 Oct 2009 18:41:42 +0000 (22:41 +0400)]
Additions to GtkIconView bindings

15 years agoReassigned bugs
Dmitry Kalyanov [Sun, 11 Oct 2009 18:25:42 +0000 (22:25 +0400)]
Reassigned bugs

15 years agoMark functions as deferred
Dmitry Kalyanov [Sun, 11 Oct 2009 18:17:57 +0000 (22:17 +0400)]
Mark functions as deferred

15 years agoFinish bindings to GtkHsv
Dmitry Kalyanov [Sun, 11 Oct 2009 18:06:30 +0000 (22:06 +0400)]
Finish bindings to GtkHsv

15 years agoAdd clozurecl's lx64fsl to .gitignore
Dmitry Kalyanov [Sun, 11 Oct 2009 18:06:06 +0000 (22:06 +0400)]
Add clozurecl's lx64fsl to .gitignore

15 years agoGtkFileChooser
Dmitry Kalyanov [Sun, 11 Oct 2009 08:48:03 +0000 (12:48 +0400)]
GtkFileChooser

15 years agoMake stub package for pango
Dmitry Kalyanov [Sun, 11 Oct 2009 05:54:35 +0000 (09:54 +0400)]
Make stub package for pango

15 years agoreassign bugs
Dmitry Kalyanov [Sun, 11 Oct 2009 05:49:13 +0000 (09:49 +0400)]
reassign bugs

15 years agoGtkContainer binding
Dmitry Kalyanov [Sat, 10 Oct 2009 11:44:47 +0000 (15:44 +0400)]
GtkContainer binding

15 years agoGtkWidget binding
Dmitry Kalyanov [Sat, 10 Oct 2009 10:58:25 +0000 (14:58 +0400)]
GtkWidget binding

15 years agofinish tree-path and tree-row-reference bindings
Dmitry Kalyanov [Thu, 8 Oct 2009 20:15:28 +0000 (00:15 +0400)]
finish tree-path and tree-row-reference bindings

15 years agofinished bindings for GtkTextView
Dmitry Kalyanov [Thu, 8 Oct 2009 19:44:58 +0000 (23:44 +0400)]
finished bindings for GtkTextView

15 years agoFix circularity in class-precedence-list of tree-models
Dmitry Kalyanov [Thu, 8 Oct 2009 18:40:24 +0000 (22:40 +0400)]
Fix circularity in class-precedence-list of tree-models

15 years agogobject: use more portable approach for compute the class slots
Kalyanov Dmitry [Thu, 8 Oct 2009 14:23:46 +0000 (18:23 +0400)]
gobject: use more portable approach for compute the class slots

15 years agogobject: use more portable approach for injecting base class for metaclass
Kalyanov Dmitry [Thu, 8 Oct 2009 14:23:06 +0000 (18:23 +0400)]
gobject: use more portable approach for injecting base class for metaclass

15 years agogobject:define-g-object-class: do not insert g-object as a superclass => fixes circul...
Kalyanov Dmitry [Thu, 8 Oct 2009 14:21:07 +0000 (18:21 +0400)]
gobject:define-g-object-class: do not insert g-object as a superclass => fixes circular class-precende-list

15 years agoAdd clisp's fals to gitignore
Kalyanov Dmitry [Thu, 8 Oct 2009 14:11:42 +0000 (18:11 +0400)]
Add clisp's fals to gitignore

15 years agoMark bugs
Dmitry Kalyanov [Thu, 8 Oct 2009 17:45:36 +0000 (21:45 +0400)]
Mark bugs

15 years agoAdd support for saving images with Clozure
Dmitry Kalyanov [Sun, 4 Oct 2009 20:31:24 +0000 (00:31 +0400)]
Add support for saving images with Clozure

15 years agoFix 'publish' target of doc/Makefile
Dmitry Kalyanov [Sun, 4 Oct 2009 20:31:01 +0000 (00:31 +0400)]
Fix 'publish' target of doc/Makefile

15 years agoFix some compilation warnings
Dmitry Kalyanov [Sun, 4 Oct 2009 19:02:56 +0000 (23:02 +0400)]
Fix some compilation warnings

15 years agoMerge branch 'master' of /home/dvk/infomed/cl-gtk2
Dmitry Kalyanov [Sun, 4 Oct 2009 14:38:55 +0000 (18:38 +0400)]
Merge branch 'master' of /home/dvk/infomed/cl-gtk2

15 years agoFix libgobject definition
Dmitry Kalyanov [Sun, 4 Oct 2009 14:38:26 +0000 (18:38 +0400)]
Fix libgobject definition

15 years agoMore careful use of structures in gtk.tree-model.lisp (fix for clozure)
Dmitry Kalyanov [Sun, 4 Oct 2009 12:29:01 +0000 (16:29 +0400)]
More careful use of structures in gtk.tree-model.lisp (fix for clozure)

15 years agoin slot-boundp-using-class, check that pointer slot is bound before checking its...
Dmitry Kalyanov [Sun, 4 Oct 2009 11:44:04 +0000 (15:44 +0400)]
in slot-boundp-using-class, check that pointer slot is bound before checking its value (breaks on clozure)

15 years agoComment on bug
Dmitry Kalyanov [Sun, 4 Oct 2009 10:43:04 +0000 (14:43 +0400)]
Comment on bug

15 years agoSafer way to compile GObject property accessors that works with lisps other than...
Dmitry Kalyanov [Sun, 4 Oct 2009 10:33:58 +0000 (14:33 +0400)]
Safer way to compile GObject property accessors that works with lisps other than SBCL with linkage table

15 years agoSafer way to call GType initializers that works with lisps other than SBCL with linka...
Dmitry Kalyanov [Sat, 3 Oct 2009 21:28:28 +0000 (01:28 +0400)]
Safer way to call GType initializers that works with lisps other than SBCL with linkage table

15 years agoFix library definitions for ms-windows
Dmitry Kalyanov [Sat, 3 Oct 2009 21:26:06 +0000 (01:26 +0400)]
Fix library definitions for ms-windows

15 years agoAdd bindings; add information on bindings coverage
Dmitry Kalyanov [Sat, 3 Oct 2009 19:10:21 +0000 (23:10 +0400)]
Add bindings; add information on bindings coverage

15 years agodefine-g-boxed-*: generate predictable names for structures
Dmitry Kalyanov [Fri, 2 Oct 2009 20:49:31 +0000 (00:49 +0400)]
define-g-boxed-*: generate predictable names for structures

15 years agoAdd ditz bug tracking (see ditz.rubyforge.org)
Dmitry Kalyanov [Thu, 1 Oct 2009 19:59:20 +0000 (23:59 +0400)]
Add ditz bug tracking (see ditz.rubyforge.org)

15 years agoWork on GtkText* bindings
Dmitry Kalyanov [Thu, 1 Oct 2009 19:56:38 +0000 (23:56 +0400)]
Work on GtkText* bindings

15 years agoAdd 'publish' target to doc/Makefile
Dmitry Kalyanov [Sun, 27 Sep 2009 08:04:39 +0000 (12:04 +0400)]
Add 'publish' target to doc/Makefile

15 years agoAdd embedded UI specification language
Dmitry Kalyanov [Sun, 27 Sep 2009 05:56:32 +0000 (09:56 +0400)]
Add embedded UI specification language

15 years agoAdd GtkEditable documentation
Dmitry Kalyanov [Thu, 24 Sep 2009 03:07:40 +0000 (07:07 +0400)]
Add GtkEditable documentation

15 years agoFix default keyword argument on gtk:editable-get-chars
Dmitry Kalyanov [Thu, 24 Sep 2009 03:04:46 +0000 (07:04 +0400)]
Fix default keyword argument on gtk:editable-get-chars

15 years agoMove GtkEditable properties to generating.lisp; regenerate gtk.generated-classes...
Dmitry Kalyanov [Thu, 24 Sep 2009 02:45:45 +0000 (06:45 +0400)]
Move GtkEditable properties to generating.lisp; regenerate gtk.generated-classes with sbcl-1.0.31 (changed pretty-printing style)

15 years agoAdd opengl-interactive demo
Dmitry Kalyanov [Sat, 19 Sep 2009 13:25:57 +0000 (17:25 +0400)]
Add opengl-interactive demo

15 years agoExport gl-drawing-area-on-resize
Dmitry Kalyanov [Sat, 19 Sep 2009 12:31:52 +0000 (16:31 +0400)]
Export gl-drawing-area-on-resize

15 years agofix gtk-demo:demo-all
Dmitry Kalyanov [Sat, 19 Sep 2009 11:02:46 +0000 (15:02 +0400)]
fix gtk-demo:demo-all

15 years agoAdd 'gtk-' prefix for GtkWindow accessors and functions; make 'keep-above' and 'keep...
Dmitry Kalyanov [Sat, 19 Sep 2009 10:11:53 +0000 (14:11 +0400)]
Add 'gtk-' prefix for GtkWindow accessors and functions; make 'keep-above' and 'keep-below' properties

15 years agoUpdated documentation and generated-classes
Dmitry Kalyanov [Sat, 19 Sep 2009 09:17:29 +0000 (13:17 +0400)]
Updated documentation and generated-classes

15 years agogenerating: add deprecated Gtk+ classes to exclusion from generation
Dmitry Kalyanov [Sat, 19 Sep 2009 08:24:32 +0000 (12:24 +0400)]
generating: add deprecated Gtk+ classes to exclusion from generation

15 years agogobject.generating: remove duplicate type definitions from generating
Dmitry Kalyanov [Sat, 19 Sep 2009 08:23:45 +0000 (12:23 +0400)]
gobject.generating: remove duplicate type definitions from generating

15 years agoTypo fix
Dmitry Kalyanov [Sat, 19 Sep 2009 07:00:46 +0000 (11:00 +0400)]
Typo fix

15 years agoMerge from ichernetsky
Dmitry Kalyanov [Sat, 19 Sep 2009 05:12:05 +0000 (09:12 +0400)]
Merge from ichernetsky

15 years agoAdd GTK-DEMO:DEMO-ALL function that lets run any demo-function
Dmitry Kalyanov [Thu, 17 Sep 2009 19:40:57 +0000 (23:40 +0400)]
Add GTK-DEMO:DEMO-ALL function that lets run any demo-function

15 years agoUnbalanced parentheses.
Ivan Chernetsky [Thu, 17 Sep 2009 18:45:14 +0000 (21:45 +0300)]
Unbalanced parentheses.

15 years agoMerge branch 'master' into bindings-coverage
Ivan Chernetsky [Thu, 17 Sep 2009 18:36:55 +0000 (21:36 +0300)]
Merge branch 'master' into bindings-coverage

Conflicts:
generating.lisp

15 years agoAdd GtkHScale and GtkVScale documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 20:38:11 +0000 (00:38 +0400)]
Add GtkHScale and GtkVScale documentation

15 years agoAdd GtkEntryCompletion documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 20:35:19 +0000 (00:35 +0400)]
Add GtkEntryCompletion documentation

15 years agoAdd GtkEntryCompletion
Dmitry Kalyanov [Sun, 13 Sep 2009 20:20:01 +0000 (00:20 +0400)]
Add GtkEntryCompletion

15 years agoRefactoring
Dmitry Kalyanov [Sun, 13 Sep 2009 20:19:40 +0000 (00:19 +0400)]
Refactoring

15 years agoAdd define-cb-methods and create-fn-ref (Object-bound closures)
Dmitry Kalyanov [Sun, 13 Sep 2009 20:02:25 +0000 (00:02 +0400)]
Add define-cb-methods and create-fn-ref (Object-bound closures)

15 years agoReindent generating.lisp
Dmitry Kalyanov [Sun, 13 Sep 2009 18:19:00 +0000 (22:19 +0400)]
Reindent generating.lisp

15 years agoAdd GtkEntry documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 13:45:13 +0000 (17:45 +0400)]
Add GtkEntry documentation

15 years agoMove GtkEntry::layout property to generating
Dmitry Kalyanov [Sun, 13 Sep 2009 13:33:39 +0000 (17:33 +0400)]
Move GtkEntry::layout property to generating

15 years agoFix typos; add GtkEntryIconPosition enum to generating
Dmitry Kalyanov [Sun, 13 Sep 2009 12:58:35 +0000 (16:58 +0400)]
Fix typos; add GtkEntryIconPosition enum to generating

15 years agoRefactoring of GtkEntry
Dmitry Kalyanov [Sun, 13 Sep 2009 12:40:02 +0000 (16:40 +0400)]
Refactoring of GtkEntry

15 years agoAdd GtkVolumeButton documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 12:15:49 +0000 (16:15 +0400)]
Add GtkVolumeButton documentation

15 years agoAdd GtkScaleButton documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 12:13:52 +0000 (16:13 +0400)]
Add GtkScaleButton documentation

15 years agoAdd GtkLinkButton documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 12:10:32 +0000 (16:10 +0400)]
Add GtkLinkButton documentation

15 years agoAdd GtkLinkbutton's set-uri-hook
Dmitry Kalyanov [Sun, 13 Sep 2009 12:05:13 +0000 (16:05 +0400)]
Add GtkLinkbutton's set-uri-hook

15 years agoAdd GtkToggleButton documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 11:53:43 +0000 (15:53 +0400)]
Add GtkToggleButton documentation

15 years agoAdd GtkRadioButton documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 11:48:37 +0000 (15:48 +0400)]
Add GtkRadioButton documentation

15 years agoAdd GtkButton documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 11:39:51 +0000 (15:39 +0400)]
Add GtkButton documentation

15 years agoAdd GtkStatusbar documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 11:27:43 +0000 (15:27 +0400)]
Add GtkStatusbar documentation

15 years agoAdd GtkStatusbar documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 11:27:40 +0000 (15:27 +0400)]
Add GtkStatusbar documentation

15 years agoRefactoring of GtkStatusbar
Dmitry Kalyanov [Sun, 13 Sep 2009 11:01:19 +0000 (15:01 +0400)]
Refactoring of GtkStatusbar

15 years agoDisplay EnumVRefs in documentation as @code{:keyword}
Dmitry Kalyanov [Sun, 13 Sep 2009 10:49:30 +0000 (14:49 +0400)]
Display EnumVRefs in documentation as @code{:keyword}

15 years agoAdd GtkProgressBar documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 10:47:46 +0000 (14:47 +0400)]
Add GtkProgressBar documentation

15 years agoAdd GtkLabel documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 10:38:49 +0000 (14:38 +0400)]
Add GtkLabel documentation

15 years agoSet named anchor on Function emit-signal documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 10:38:06 +0000 (14:38 +0400)]
Set named anchor on Function emit-signal documentation

15 years agoAdd GtkLabel properties and stubs for PangoWrapMode and PangoEllipsizeMode
Dmitry Kalyanov [Sun, 13 Sep 2009 10:34:17 +0000 (14:34 +0400)]
Add GtkLabel properties and stubs for PangoWrapMode and PangoEllipsizeMode

15 years agoAdd documentation for GtkImage
Dmitry Kalyanov [Sun, 13 Sep 2009 09:11:46 +0000 (13:11 +0400)]
Add documentation for GtkImage

15 years agoAdd GdkImage declaration stub and documentation stub for it
Dmitry Kalyanov [Sun, 13 Sep 2009 09:11:34 +0000 (13:11 +0400)]
Add GdkImage declaration stub and documentation stub for it

15 years agoAdd documentation for GtkAccelLabel
Dmitry Kalyanov [Sun, 13 Sep 2009 08:24:10 +0000 (12:24 +0400)]
Add documentation for GtkAccelLabel

15 years agodoc/Makefile: Include gobject/ in manual.tar.bz2 make target
Dmitry Kalyanov [Sun, 13 Sep 2009 08:23:48 +0000 (12:23 +0400)]
doc/Makefile: Include gobject/ in manual.tar.bz2 make target

15 years agoAdd information on gobject:release and gobject:using into documentation
Dmitry Kalyanov [Sun, 13 Sep 2009 00:45:00 +0000 (04:45 +0400)]
Add information on gobject:release and gobject:using into documentation

15 years agoSupport for gobject:release method for GObjects
Dmitry Kalyanov [Sun, 13 Sep 2009 00:40:58 +0000 (04:40 +0400)]
Support for gobject:release method for GObjects

15 years agodefine-g-object-class: do not specify :initarg for slots that can not be written to
Dmitry Kalyanov [Sun, 13 Sep 2009 00:30:48 +0000 (04:30 +0400)]
define-g-object-class: do not specify :initarg for slots that can not be written to

15 years agogtk-glext: workaround for cl-glut not reinitializaing on image restart
Dmitry Kalyanov [Sun, 13 Sep 2009 00:06:24 +0000 (04:06 +0400)]
gtk-glext: workaround for cl-glut not reinitializaing on image restart