cl-gtk2.git
13 years agoFix wrong class name in GdkEvent structure definition
Dmitry Kalyanov [Sun, 29 Aug 2010 13:34:10 +0000 (17:34 +0400)]
Fix wrong class name in GdkEvent structure definition

13 years agoAdd gsize types for PPC32 and PPC64 archs
Dmitry Kalyanov [Wed, 9 Jun 2010 12:06:31 +0000 (16:06 +0400)]
Add gsize types for PPC32 and PPC64 archs

14 years agoClean up after merge
Dmitry Kalyanov [Tue, 9 Mar 2010 19:37:39 +0000 (22:37 +0300)]
Clean up after merge

14 years agoMerge branch 'andy128k'
Dmitry Kalyanov [Tue, 9 Mar 2010 19:28:36 +0000 (22:28 +0300)]
Merge branch 'andy128k'

14 years agoMerge commit 'cbd38328bc0e1c3d1585b41443cc9a1840bd2cf5'
Dmitry Kalyanov [Tue, 9 Mar 2010 19:27:35 +0000 (22:27 +0300)]
Merge commit 'cbd38328bc0e1c3d1585b41443cc9a1840bd2cf5'

14 years agomore GtkTreeModelFilter methods are wrapped
Andrey Kutejko [Sun, 28 Feb 2010 07:54:02 +0000 (09:54 +0200)]
more GtkTreeModelFilter methods are wrapped

14 years agofix error in menu-popup
Andrey Kutejko [Mon, 22 Feb 2010 14:58:59 +0000 (16:58 +0200)]
fix error in menu-popup

14 years agoadded clipboard-clear
Andrey Kutejko [Mon, 22 Feb 2010 14:58:38 +0000 (16:58 +0200)]
added clipboard-clear

14 years agoMore correct usage of CLOS MOP: add call to ENSURE-FINALIZED at start of MAKE-INSTANC...
Dmitry Kalyanov [Mon, 15 Feb 2010 21:10:36 +0000 (05:10 +0800)]
More correct usage of CLOS MOP: add call to ENSURE-FINALIZED at start of MAKE-INSTANCE for GOBJECT-CLASS

14 years agoMore correct usage of CLOS MOP: add call to ENSURE-FINALIZED at start of MAKE-INSTANC...
Dmitry Kalyanov [Mon, 15 Feb 2010 21:10:36 +0000 (00:10 +0300)]
More correct usage of CLOS MOP: add call to ENSURE-FINALIZED at start of MAKE-INSTANCE for GOBJECT-CLASS

14 years agoChange doc for GType
Dmitry Kalyanov [Sun, 14 Feb 2010 03:41:20 +0000 (11:41 +0800)]
Change doc for GType

14 years agoAdd some type initializers to classes to remove some warnings
Dmitry Kalyanov [Tue, 9 Feb 2010 22:10:59 +0000 (06:10 +0800)]
Add some type initializers to classes to remove some warnings

14 years agoFix issuing warning in gobject metaclass if gtype is not available
Dmitry Kalyanov [Tue, 9 Feb 2010 22:10:32 +0000 (06:10 +0800)]
Fix issuing warning in gobject metaclass if gtype is not available

14 years agoRefactor gtype-from-id, gtype-from-name
Dmitry Kalyanov [Tue, 9 Feb 2010 22:10:00 +0000 (06:10 +0800)]
Refactor gtype-from-id, gtype-from-name

14 years agoUse new GType designators
Dmitry Kalyanov [Wed, 3 Feb 2010 00:17:08 +0000 (08:17 +0800)]
Use new GType designators

14 years agoAdd declarations to gtype functions so that sbcl would allocate less
Dmitry Kalyanov [Fri, 29 Jan 2010 23:35:20 +0000 (07:35 +0800)]
Add declarations to gtype functions so that sbcl would allocate less

14 years agoAdd compiler-macro that handles gtype calls with constant args
Dmitry Kalyanov [Fri, 29 Jan 2010 23:30:36 +0000 (07:30 +0800)]
Add compiler-macro that handles gtype calls with constant args

14 years agoAdded gtype and tests
Dmitry Kalyanov [Fri, 29 Jan 2010 23:13:07 +0000 (07:13 +0800)]
Added gtype and tests

14 years agoChange doc for GType
Dmitry Kalyanov [Sun, 14 Feb 2010 03:41:20 +0000 (06:41 +0300)]
Change doc for GType

14 years agoAdd some type initializers to classes to remove some warnings
Dmitry Kalyanov [Tue, 9 Feb 2010 22:10:59 +0000 (01:10 +0300)]
Add some type initializers to classes to remove some warnings

14 years agoFix issuing warning in gobject metaclass if gtype is not available
Dmitry Kalyanov [Tue, 9 Feb 2010 22:10:32 +0000 (01:10 +0300)]
Fix issuing warning in gobject metaclass if gtype is not available

14 years agoRefactor gtype-from-id, gtype-from-name
Dmitry Kalyanov [Tue, 9 Feb 2010 22:10:00 +0000 (01:10 +0300)]
Refactor gtype-from-id, gtype-from-name

14 years agoUse new GType designators
Dmitry Kalyanov [Wed, 3 Feb 2010 00:17:08 +0000 (03:17 +0300)]
Use new GType designators

14 years agoAdd declarations to gtype functions so that sbcl would allocate less
Dmitry Kalyanov [Fri, 29 Jan 2010 23:35:20 +0000 (02:35 +0300)]
Add declarations to gtype functions so that sbcl would allocate less

14 years agoAdd compiler-macro that handles gtype calls with constant args
Dmitry Kalyanov [Fri, 29 Jan 2010 23:30:36 +0000 (02:30 +0300)]
Add compiler-macro that handles gtype calls with constant args

14 years agoAdded gtype and tests
Dmitry Kalyanov [Fri, 29 Jan 2010 23:13:07 +0000 (02:13 +0300)]
Added gtype and tests

14 years agoMerge branch 'gboxed-gc'
Dmitry Kalyanov [Mon, 25 Jan 2010 15:02:31 +0000 (18:02 +0300)]
Merge branch 'gboxed-gc'

14 years agoImproved gtk-demo: ensure that leave-gtk-main is called; use show-message instead...
Dmitry Kalyanov [Mon, 25 Jan 2010 02:23:19 +0000 (05:23 +0300)]
Improved gtk-demo: ensure that leave-gtk-main is called; use show-message instead of format

14 years agoRefactor gtk-main; rename join-main-thread to join-gtk-main; make join-gtk-main usefu...
Dmitry Kalyanov [Mon, 25 Jan 2010 01:54:07 +0000 (04:54 +0300)]
Refactor gtk-main; rename join-main-thread to join-gtk-main; make join-gtk-main usefully work on multithreaded lisps

14 years agoAdd call to leave-gtk-main in gtk-demo:demo
Dmitry Kalyanov [Mon, 25 Jan 2010 01:15:41 +0000 (04:15 +0300)]
Add call to leave-gtk-main in gtk-demo:demo

14 years agoIn gdk <2.18, make GdkWindow:cursor property use accessors
Dmitry Kalyanov [Mon, 25 Jan 2010 01:10:57 +0000 (04:10 +0300)]
In gdk <2.18, make GdkWindow:cursor property use accessors

14 years agoFix gtk-demo:demo's usage of text-tag-table
Dmitry Kalyanov [Mon, 25 Jan 2010 00:39:06 +0000 (03:39 +0300)]
Fix gtk-demo:demo's usage of text-tag-table

14 years agoHide new functions in Gdk-2.18 behind conditional read
Dmitry Kalyanov [Mon, 25 Jan 2010 00:17:51 +0000 (03:17 +0300)]
Hide new functions in Gdk-2.18 behind conditional read

14 years agoCheck the libraries' versions requirement and throw compile-time error; add libraries...
Dmitry Kalyanov [Sun, 24 Jan 2010 23:37:51 +0000 (02:37 +0300)]
Check the libraries' versions requirement and throw compile-time error; add libraries' versions to *features*

14 years agofix typos
Andrey Kutejko [Fri, 22 Jan 2010 23:32:48 +0000 (01:32 +0200)]
fix typos

14 years agogtk 2.16 compatibility downgrade
Andrey Kutejko [Tue, 22 Dec 2009 22:59:04 +0000 (00:59 +0200)]
gtk 2.16 compatibility downgrade

14 years agoConform to style
Dmitry Kalyanov [Fri, 22 Jan 2010 10:44:44 +0000 (13:44 +0300)]
Conform to style

14 years agotree-model-filter
Andrey Kutejko [Sun, 17 Jan 2010 22:03:42 +0000 (00:03 +0200)]
tree-model-filter

14 years agoclipboard functions
Andrey Kutejko [Mon, 4 Jan 2010 19:11:33 +0000 (21:11 +0200)]
clipboard functions

14 years agoXDG functions are added
Andrey Kutejko [Tue, 22 Dec 2009 22:58:38 +0000 (00:58 +0200)]
XDG functions are added

14 years agoRename g-signal-connect to connect-signal in gtk demo; use link-text-tag in gtk demo
Dmitry Kalyanov [Wed, 20 Jan 2010 00:08:22 +0000 (03:08 +0300)]
Rename g-signal-connect to connect-signal in gtk demo; use link-text-tag in gtk demo

14 years agoChanged gtk demo to text view instead of table with buttons
Dmitry Kalyanov [Tue, 19 Jan 2010 23:53:06 +0000 (02:53 +0300)]
Changed gtk demo to text view instead of table with buttons

14 years agoAdd GdkWindow.cursor property
Dmitry Kalyanov [Tue, 19 Jan 2010 00:39:34 +0000 (03:39 +0300)]
Add GdkWindow.cursor property

14 years agoAdd handling of NIL values in translate-to-foreign for boxed-opaque
Dmitry Kalyanov [Mon, 18 Jan 2010 23:27:07 +0000 (02:27 +0300)]
Add handling of NIL values in translate-to-foreign for boxed-opaque

14 years agoMerge branch 'andy128k' into andy128kr
Dmitry Kalyanov [Mon, 18 Jan 2010 20:38:44 +0000 (23:38 +0300)]
Merge branch 'andy128k' into andy128kr

14 years agoChanged patch to conform
Dmitry Kalyanov [Mon, 18 Jan 2010 20:29:30 +0000 (23:29 +0300)]
Changed patch to conform

14 years agoMerge branch 'master' into andy128kr
Dmitry Kalyanov [Mon, 18 Jan 2010 19:43:08 +0000 (22:43 +0300)]
Merge branch 'master' into andy128kr

14 years agoSquashed andy128k patch
Andrey Kutejko [Wed, 11 Nov 2009 21:39:09 +0000 (23:39 +0200)]
Squashed andy128k patch

14 years agoWrap gtk-main in Gdk threads lock in unithreaded lisps too
Dmitry Kalyanov [Tue, 12 Jan 2010 10:46:16 +0000 (13:46 +0300)]
Wrap gtk-main in Gdk threads lock in unithreaded lisps too

14 years agoMerge remote branch 'remotes/mathrick/gvalue-fix'
Dmitry Kalyanov [Mon, 11 Jan 2010 00:37:24 +0000 (03:37 +0300)]
Merge remote branch 'remotes/mathrick/gvalue-fix'

14 years agoMinor correction to cl-gtk2-gtk.asd:
Dmitry Kalyanov [Fri, 8 Jan 2010 13:04:16 +0000 (16:04 +0300)]
Minor correction to cl-gtk2-gtk.asd:
1) Introduce plain-file component class to specify the file type
2) Fix the :pathname of demo-files
Delete unneeded .glade files

14 years agoRemove eXecute permissions from several .lisp files
Dmitry Kalyanov [Fri, 8 Jan 2010 12:18:33 +0000 (15:18 +0300)]
Remove eXecute permissions from several .lisp files

14 years agoBugfix: call G-VALUE-ZERO instead of G-VALUE-UNSET on freshly allocated gvalues
mathrick [Thu, 7 Jan 2010 19:54:02 +0000 (20:54 +0100)]
Bugfix: call G-VALUE-ZERO instead of G-VALUE-UNSET on freshly allocated gvalues
in GTK child property getters.

14 years agoSupport :pack-type child-property in gtk:let-ui
Dmitry Kalyanov [Tue, 5 Jan 2010 23:05:44 +0000 (02:05 +0300)]
Support :pack-type child-property in gtk:let-ui

14 years agoVersion bump to 0.1.1
Dmitry Kalyanov [Wed, 30 Dec 2009 22:39:08 +0000 (01:39 +0300)]
Version bump to 0.1.1

14 years agoDeleted api.ods
Dmitry Kalyanov [Wed, 30 Dec 2009 22:32:43 +0000 (01:32 +0300)]
Deleted api.ods

14 years agoReorder definitions in gdk.objects
Dmitry Kalyanov [Wed, 30 Dec 2009 20:51:34 +0000 (23:51 +0300)]
Reorder definitions in gdk.objects

14 years agoWhen multithreading is supported, run gtk_main with Gdk threads lock acquired
Dmitry Kalyanov [Wed, 30 Dec 2009 20:10:53 +0000 (23:10 +0300)]
When multithreading is supported, run gtk_main with Gdk threads lock acquired

14 years agoCorrect the DEFPACKAGE for GOBJECT to work with recent closer-mop (0.60)
Dmitry Kalyanov [Thu, 17 Dec 2009 09:19:23 +0000 (12:19 +0300)]
Correct the DEFPACKAGE for GOBJECT to work with recent closer-mop (0.60)

14 years agoFix GtkWidget's structure definition
Dmitry Kalyanov [Sun, 29 Nov 2009 00:14:21 +0000 (03:14 +0300)]
Fix GtkWidget's structure definition

14 years agoFix typo
Dmitry Kalyanov [Sun, 29 Nov 2009 00:13:43 +0000 (03:13 +0300)]
Fix typo

14 years agoRemove dnd - was implemented in 'master' branch
Dmitry Kalyanov [Thu, 26 Nov 2009 20:53:51 +0000 (23:53 +0300)]
Remove dnd - was implemented in 'master' branch

14 years agoDestroy opaque GBoxed object thread-safely (not tested)
Dmitry Kalyanov [Thu, 26 Nov 2009 20:46:57 +0000 (23:46 +0300)]
Destroy opaque GBoxed object thread-safely (not tested)

14 years agorest gtk-icon-factory- functions
Andrey Kutejko [Tue, 24 Nov 2009 21:54:14 +0000 (23:54 +0200)]
rest gtk-icon-factory- functions

14 years agosome new code
Andrey Kutejko [Tue, 24 Nov 2009 19:09:12 +0000 (21:09 +0200)]
some new code

14 years agomore gdk d'n'd functions
Andrey Kutejko [Thu, 12 Nov 2009 19:06:46 +0000 (21:06 +0200)]
more gdk d'n'd functions

14 years agomore d'n'd functions
Andrey Kutejko [Wed, 11 Nov 2009 23:41:08 +0000 (01:41 +0200)]
more d'n'd functions

14 years agonew files
Andrey Kutejko [Wed, 11 Nov 2009 21:46:49 +0000 (23:46 +0200)]
new files

14 years agosome functions related to d'n'd are written
Andrey Kutejko [Wed, 11 Nov 2009 21:39:09 +0000 (23:39 +0200)]
some functions related to d'n'd are written

14 years agoAdd type-initializer-call for GtkTextIter
Dmitry Kalyanov [Thu, 26 Nov 2009 14:24:52 +0000 (17:24 +0300)]
Add type-initializer-call for GtkTextIter

14 years agoAdd display-add-client-message-handler and gdk-spawn-on-screen
Dmitry Kalyanov [Fri, 20 Nov 2009 22:04:52 +0000 (01:04 +0300)]
Add display-add-client-message-handler and gdk-spawn-on-screen

14 years agoAdd gdk-add-client-message-filter
Dmitry Kalyanov [Fri, 20 Nov 2009 21:27:15 +0000 (00:27 +0300)]
Add gdk-add-client-message-filter

14 years agoFinish Gdk/Drawing-primitives and add sever Pango types
Dmitry Kalyanov [Sat, 14 Nov 2009 21:47:32 +0000 (00:47 +0300)]
Finish Gdk/Drawing-primitives and add sever Pango types

14 years agoAdd Gdk/application-launching
Dmitry Kalyanov [Sat, 14 Nov 2009 10:02:08 +0000 (13:02 +0300)]
Add Gdk/application-launching

14 years agoAdd Gdk/Cairo-integration
Dmitry Kalyanov [Sat, 14 Nov 2009 04:21:26 +0000 (07:21 +0300)]
Add Gdk/Cairo-integration

14 years agoAdd Gdk/Pango-interaction
Dmitry Kalyanov [Sat, 14 Nov 2009 04:12:14 +0000 (07:12 +0300)]
Add Gdk/Pango-interaction

14 years agoAdd Gdk/Input-events
Dmitry Kalyanov [Sat, 14 Nov 2009 03:43:36 +0000 (06:43 +0300)]
Add Gdk/Input-events

14 years agoFix parsing of arrays of GBoxed in Gdk/key-values
Dmitry Kalyanov [Sat, 14 Nov 2009 03:09:00 +0000 (06:09 +0300)]
Fix parsing of arrays of GBoxed in Gdk/key-values

14 years agoFix typo
Dmitry Kalyanov [Sat, 14 Nov 2009 02:37:54 +0000 (05:37 +0300)]
Fix typo

14 years agoAdd Gdk/Threads
Dmitry Kalyanov [Sat, 14 Nov 2009 02:31:30 +0000 (05:31 +0300)]
Add Gdk/Threads

14 years agoAdd Gdk/Drag-and-drop
Dmitry Kalyanov [Sat, 14 Nov 2009 02:00:02 +0000 (05:00 +0300)]
Add Gdk/Drag-and-drop

14 years agoSet correct GdkNativeWindow typedef on Windows
Dmitry Kalyanov [Sat, 14 Nov 2009 01:59:36 +0000 (04:59 +0300)]
Set correct GdkNativeWindow typedef on Windows

14 years agoAdd Gdk/Selections
Dmitry Kalyanov [Sat, 14 Nov 2009 00:53:18 +0000 (03:53 +0300)]
Add Gdk/Selections

14 years agoAdd Gdk/KeyValues
Dmitry Kalyanov [Thu, 12 Nov 2009 22:27:33 +0000 (01:27 +0300)]
Add Gdk/KeyValues

14 years agoAdd PangoDirection
Dmitry Kalyanov [Thu, 12 Nov 2009 22:27:05 +0000 (01:27 +0300)]
Add PangoDirection

14 years agoAdd Gdk/Events
Dmitry Kalyanov [Thu, 12 Nov 2009 21:35:47 +0000 (00:35 +0300)]
Add Gdk/Events

14 years agoAdd Gdk/Windows and refactor a bit
Dmitry Kalyanov [Thu, 12 Nov 2009 20:54:49 +0000 (23:54 +0300)]
Add Gdk/Windows and refactor a bit

14 years agoAdd gobject:get-g-type-definition function
Dmitry Kalyanov [Thu, 12 Nov 2009 20:50:08 +0000 (23:50 +0300)]
Add gobject:get-g-type-definition function

14 years agoFix tracking of 'realized' state of gtkglext:gl-drawing-area (thanks to Vitaly Mayats...
Dmitry Kalyanov [Wed, 11 Nov 2009 21:06:04 +0000 (00:06 +0300)]
Fix tracking of 'realized' state of gtkglext:gl-drawing-area (thanks to Vitaly Mayatskikh)

14 years agoEnsure that foreign libraries are defined and loaded at image startup
Dmitry Kalyanov [Wed, 11 Nov 2009 20:18:43 +0000 (23:18 +0300)]
Ensure that foreign libraries are defined and loaded at image startup

14 years agoAdd Gdk/Visuals and Gdk/Cursors
Dmitry Kalyanov [Sun, 8 Nov 2009 15:47:31 +0000 (18:47 +0300)]
Add Gdk/Visuals and Gdk/Cursors

14 years agoAdd bug
Dmitry Kalyanov [Sun, 8 Nov 2009 15:16:58 +0000 (18:16 +0300)]
Add bug

14 years agoFix typo
Dmitry Kalyanov [Sun, 8 Nov 2009 12:22:53 +0000 (15:22 +0300)]
Fix typo

14 years agoAdd Gdk/Colormaps and Colors
Dmitry Kalyanov [Sun, 8 Nov 2009 12:21:43 +0000 (15:21 +0300)]
Add Gdk/Colormaps and Colors

14 years agoUse gobject:with-foreign-boxed-array in Gdk
Dmitry Kalyanov [Sun, 8 Nov 2009 12:10:21 +0000 (15:10 +0300)]
Use gobject:with-foreign-boxed-array in Gdk

14 years agoAdd gobject:copy-boxed-slots-to-foreign and gobject:with-boxed-foreign-array
Dmitry Kalyanov [Sun, 8 Nov 2009 12:09:18 +0000 (15:09 +0300)]
Add gobject:copy-boxed-slots-to-foreign and gobject:with-boxed-foreign-array

14 years agoFix typos in GtkTreeModel
Dmitry Kalyanov [Sat, 7 Nov 2009 20:21:16 +0000 (23:21 +0300)]
Fix typos in GtkTreeModel

14 years agoExport gtk:widget-hide
Dmitry Kalyanov [Sat, 7 Nov 2009 20:15:59 +0000 (23:15 +0300)]
Export gtk:widget-hide

14 years agoAdd Gdk/Pixbufs
Dmitry Kalyanov [Sat, 7 Nov 2009 03:36:06 +0000 (06:36 +0300)]
Add Gdk/Pixbufs

14 years agoAdd Gdk/Images
Dmitry Kalyanov [Sat, 7 Nov 2009 02:57:34 +0000 (05:57 +0300)]
Add Gdk/Images