cl-gtk2.git
10 years agoTypo. master
Olof-Joachim Frahm [Sat, 31 Aug 2013 00:02:04 +0000 (02:02 +0200)]
Typo.

10 years ago Merge subset of commit '4a6ca9e91e82da3047bd0029296e00e9030a3686' of git://github... axes
Olof-Joachim Frahm [Fri, 30 Aug 2013 23:37:40 +0000 (01:37 +0200)]
 Merge subset of commit '4a6ca9e91e82da3047bd0029296e00e9030a3686' of git://github.com/Valera/cl-gtk2

    So it seams axes of length 7 is correct, i.e. GdkAxisUse has that
    length.  However I don't see why we even need a FIXED-ARRAY there
    when there GDK functions to retrieve the respective axis anyway.

10 years agoFixup for selection-data where format=32. X specification is odd. drag-n-drop
Ryan Pavlik [Mon, 29 Aug 2011 14:25:34 +0000 (09:25 -0500)]
Fixup for selection-data where format=32.  X specification is odd.
Added basic, ugly convenience function for cairo->pixbuf conversion,
so cursors can be drawn on a cairo image surface.  gtk-drag-dest-set
now passes (null-pointer) if targets is nil; this invokes a special
case in gtk where all dragging can be handled by the client.

Conflicts:

cairo/cairo.lisp
gdk/gdk.pixbufs.lisp

10 years agoPatch for the majority of the gtk drag'n'drop API. This changes
Ryan Pavlik [Mon, 29 Aug 2011 14:22:10 +0000 (09:22 -0500)]
Patch for the majority of the gtk drag'n'drop API. This changes
selection-data to g-boxed-opaque and _removes_ boxed-copy-fn from
parsed GValues.  Also establish selection-get and selection-set for
easy selection data access.

10 years agoMove registration before first type query. fix-warnings
Olof-Joachim Frahm [Fri, 30 Aug 2013 23:09:23 +0000 (01:09 +0200)]
Move registration before first type query.

Fixes warnings, but may not be completely correct.

10 years agoInitialize types GdkGLPixmap, GdkGLWindow.
Olof-Joachim Frahm [Fri, 30 Aug 2013 22:30:19 +0000 (00:30 +0200)]
Initialize types GdkGLPixmap, GdkGLWindow.

10 years agoAdd two more DEFCTYPES to fix warnings.
Olof-Joachim Frahm [Fri, 30 Aug 2013 22:14:11 +0000 (00:14 +0200)]
Add two more DEFCTYPES to fix warnings.

10 years agoFix warning for unused variable.
Olof-Joachim Frahm [Fri, 30 Aug 2013 21:33:07 +0000 (23:33 +0200)]
Fix warning for unused variable.

10 years agoRemove unknown GtkFileChooserEmbed interface.
Olof-Joachim Frahm [Sun, 26 Aug 2012 16:16:38 +0000 (18:16 +0200)]
Remove unknown GtkFileChooserEmbed interface.

10 years agoFix two compilation warnings.
Olof-Joachim Frahm [Fri, 30 Aug 2013 21:17:36 +0000 (23:17 +0200)]
Fix two compilation warnings.

11 years agoFix missing G-ERROR foreign type.
Olof-Joachim Frahm [Thu, 1 Nov 2012 21:17:43 +0000 (22:17 +0100)]
Fix missing G-ERROR foreign type.

11 years agoMove markup to glib, use G-STRING.
Olof-Joachim Frahm [Sun, 26 Aug 2012 21:32:53 +0000 (23:32 +0200)]
Move markup to glib, use G-STRING.

11 years agoFix wrong function arguments.
Olof-Joachim Frahm [Sun, 26 Aug 2012 16:29:25 +0000 (18:29 +0200)]
Fix wrong function arguments.

11 years agoFix unknown type.
Olof-Joachim Frahm [Sun, 26 Aug 2012 16:01:48 +0000 (18:01 +0200)]
Fix unknown type.

11 years agoFix warnings for bare struct references in gtk/.
Olof-Joachim Frahm [Sun, 26 Aug 2012 16:29:19 +0000 (18:29 +0200)]
Fix warnings for bare struct references in gtk/.

11 years agoFix warnings for bare struct references in gdk/.
Olof-Joachim Frahm [Sun, 26 Aug 2012 16:05:26 +0000 (18:05 +0200)]
Fix warnings for bare struct references in gdk/.

11 years agoFix warnings for bare struct references in glib/.
Olof-Joachim Frahm [Sun, 26 Aug 2012 15:23:48 +0000 (17:23 +0200)]
Fix warnings for bare struct references in glib/.

I.e. DEFCTYPE for every DEFCSTRUCT as well as for for generated and
boxed types.

11 years agoMake file usable with LOAD.
Olof-Joachim Frahm [Sun, 26 Aug 2012 15:23:18 +0000 (17:23 +0200)]
Make file usable with LOAD.

11 years agoOnly one ITERATE.
Olof-Joachim Frahm [Sun, 26 Aug 2012 14:18:40 +0000 (16:18 +0200)]
Only one ITERATE.

11 years agoDrop package prefix.
Olof-Joachim Frahm [Sun, 26 Aug 2012 14:18:28 +0000 (16:18 +0200)]
Drop package prefix.

11 years agoMerge subset of commit '4a6ca9e91e82da3047bd0029296e00e9030a3686' of git://github...
Olof-Joachim Frahm [Sun, 26 Aug 2012 13:55:27 +0000 (15:55 +0200)]
Merge subset of commit '4a6ca9e91e82da3047bd0029296e00e9030a3686' of git://github.com/Valera/cl-gtk2

I.e. it's not obvious to me why the axes should be length 7 and PROG1
should instead either return all values or use UNWIND-PROTECT, but that
part is adapted from CL-CAIRO2 in the first place (and should probably
be fixed there as well).

11 years agoMerge commit 'ae006838093cfeb67b3818526622fb5cb61d5300' of git://github.com/scymtym...
Olof-Joachim Frahm [Sun, 26 Aug 2012 13:32:23 +0000 (15:32 +0200)]
Merge commit 'ae006838093cfeb67b3818526622fb5cb61d5300' of git://github.com/scymtym/cl-gtk2

12 years agoMerge branch 'master' of git://github.com/dmitryvk/cl-gtk2
Olof-Joachim Frahm [Wed, 28 Sep 2011 01:21:51 +0000 (03:21 +0200)]
Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2

13 years agoMerge remote-tracking branch 'andy128k/master'
Dmitry Kalyanov [Sat, 2 Apr 2011 19:03:51 +0000 (23:03 +0400)]
Merge remote-tracking branch 'andy128k/master'

13 years agoUse iterate in place of non-ansi-conforming usage of loop
Dmitry Kalyanov [Sat, 2 Apr 2011 18:43:16 +0000 (22:43 +0400)]
Use iterate in place of non-ansi-conforming usage of loop

13 years agoFix typo
Dmitry Kalyanov [Sat, 2 Apr 2011 18:41:37 +0000 (22:41 +0400)]
Fix typo

13 years agofix file chooser functions on Win32
Andrey Kutejko [Fri, 1 Apr 2011 02:58:22 +0000 (05:58 +0300)]
fix file chooser functions on Win32

13 years agoFixes for Darwin/OSX.
Igor Zubkov [Mon, 14 Mar 2011 00:18:46 +0000 (08:18 +0800)]
Fixes for Darwin/OSX.

13 years agoAdded escaping of Gtk markup in gtk/gtk.markup.lisp
Jan Moringen [Sat, 5 Feb 2011 22:38:39 +0000 (23:38 +0100)]
Added escaping of Gtk markup in gtk/gtk.markup.lisp

13 years agoFixed typo in gtk_info_bar_get_content_area in generating.lisp
Jan Moringen [Sat, 5 Feb 2011 22:37:12 +0000 (23:37 +0100)]
Fixed typo in gtk_info_bar_get_content_area in generating.lisp

13 years agoadded GtkSpinner in gtk/gtk.spinner.lisp
Jan Moringen [Sat, 5 Feb 2011 19:18:23 +0000 (20:18 +0100)]
added GtkSpinner in gtk/gtk.spinner.lisp

13 years agoadded GtkInfoBar in gtk/gtk.info-bar.lisp
Jan Moringen [Sat, 5 Feb 2011 18:04:59 +0000 (19:04 +0100)]
added GtkInfoBar in gtk/gtk.info-bar.lisp

13 years agoFixed a documentation string in cairo/cairo.lisp
Jan Moringen [Sat, 5 Feb 2011 17:48:34 +0000 (18:48 +0100)]
Fixed a documentation string in cairo/cairo.lisp

13 years agoadded GtkTreeDragSource, GtkTreeDragDest vtables
Andrey Kutejko [Wed, 22 Dec 2010 09:34:04 +0000 (11:34 +0200)]
added GtkTreeDragSource, GtkTreeDragDest vtables

13 years agoAdded finalizing of all gtk+ classes at the end of compilation
Dmitry Kalyanov [Tue, 16 Nov 2010 09:12:26 +0000 (17:12 +0800)]
Added finalizing of all gtk+ classes at the end of compilation

13 years agoDo not try to set signal handler on SBCL/Win32
Dmitry Kalyanov [Tue, 2 Nov 2010 08:30:40 +0000 (16:30 +0800)]
Do not try to set signal handler on SBCL/Win32

13 years agoAdded finalizing of all gtk+ classes at the end of compilation
Dmitry Kalyanov [Tue, 16 Nov 2010 09:12:26 +0000 (12:12 +0300)]
Added finalizing of all gtk+ classes at the end of compilation

13 years agoMerge branch 'gdk-pixbuf'
Olof-Joachim Frahm [Thu, 4 Nov 2010 03:34:43 +0000 (04:34 +0100)]
Merge branch 'gdk-pixbuf'

13 years agoMerge branch 'master' of git://github.com/andy128k/cl-gtk2 into gdk-pixbuf
Olof-Joachim Frahm [Thu, 4 Nov 2010 03:33:31 +0000 (04:33 +0100)]
Merge branch 'master' of git://github.com/andy128k/cl-gtk2 into gdk-pixbuf

Conflicts:
gtk/gtk.main_loop_events.lisp

13 years agoMerge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf
Olof-Joachim Frahm [Thu, 4 Nov 2010 03:30:13 +0000 (04:30 +0100)]
Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf

13 years agoDo not try to set signal handler on SBCL/Win32
Dmitry Kalyanov [Tue, 2 Nov 2010 08:30:40 +0000 (11:30 +0300)]
Do not try to set signal handler on SBCL/Win32

13 years agoSince Gtk+-2.18 "helpfully" ignores SIGPIPE in gtk_init, reinstall handler
Dmitry Kalyanov [Tue, 14 Sep 2010 18:29:20 +0000 (02:29 +0800)]
Since Gtk+-2.18 "helpfully" ignores SIGPIPE in gtk_init, reinstall handler

13 years agoMerge branch 'master' of git://github.com/dmitryvk/cl-gtk2
Olof-Joachim Frahm [Sat, 25 Sep 2010 23:44:41 +0000 (01:44 +0200)]
Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2

13 years agoMerge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf
Olof-Joachim Frahm [Sat, 25 Sep 2010 23:43:31 +0000 (01:43 +0200)]
Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf

13 years agoSince Gtk+-2.18 "helpfully" ignores SIGPIPE in gtk_init, reinstall handler
Dmitry Kalyanov [Tue, 14 Sep 2010 18:29:20 +0000 (22:29 +0400)]
Since Gtk+-2.18 "helpfully" ignores SIGPIPE in gtk_init, reinstall handler

13 years agoMerge branch 'master' of git://github.com/dmitryvk/cl-gtk2
Olof-Joachim Frahm [Sun, 5 Sep 2010 23:58:21 +0000 (01:58 +0200)]
Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2

13 years agoMerge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf
Olof-Joachim Frahm [Sun, 5 Sep 2010 23:58:00 +0000 (01:58 +0200)]
Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf

13 years agoAdd translate-to-foreign and free-translated-object methods to gobject:fixed-array...
Dmitry Kalyanov [Sun, 29 Aug 2010 14:01:45 +0000 (22:01 +0800)]
Add translate-to-foreign and free-translated-object methods to gobject:fixed-array foreign type

13 years agoFix wrong class name in GdkEvent structure definition
Dmitry Kalyanov [Sun, 29 Aug 2010 13:34:10 +0000 (21:34 +0800)]
Fix wrong class name in GdkEvent structure definition

13 years agoAdd translate-to-foreign and free-translated-object methods to gobject:fixed-array...
Dmitry Kalyanov [Sun, 29 Aug 2010 14:01:45 +0000 (18:01 +0400)]
Add translate-to-foreign and free-translated-object methods to gobject:fixed-array foreign type

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 agoMerge branch 'master' into gdk-pixbuf
Olof-Joachim Frahm [Tue, 24 Aug 2010 16:57:25 +0000 (18:57 +0200)]
Merge branch 'master' into gdk-pixbuf

13 years agoMerge branch 'master' of git://github.com/andy128k/cl-gtk2
Olof-Joachim Frahm [Tue, 24 Aug 2010 16:55:05 +0000 (18:55 +0200)]
Merge branch 'master' of git://github.com/andy128k/cl-gtk2

13 years agolet-ui eDSL uses generics for packing
Andrey Kutejko [Thu, 19 Aug 2010 07:37:18 +0000 (10:37 +0300)]
let-ui eDSL uses generics for packing

13 years agoadded group property to GtkRadioButton
Andrey Kutejko [Sun, 15 Aug 2010 11:09:10 +0000 (14:09 +0300)]
added group property to GtkRadioButton

13 years agoadded GtkAboutDialog hooks
Andrey Kutejko [Sun, 15 Aug 2010 11:08:33 +0000 (14:08 +0300)]
added GtkAboutDialog hooks

13 years agoadded translate-to-foreign method for GSList
Andrey Kutejko [Sun, 15 Aug 2010 11:07:56 +0000 (14:07 +0300)]
added translate-to-foreign method for GSList

13 years agoadded child properties of toolbar items to ui-markup eDSL.
Andrey Kutejko [Sun, 15 Aug 2010 11:05:11 +0000 (14:05 +0300)]
added child properties of toolbar items to ui-markup eDSL.

13 years agoMerge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf
Olof-Joachim Frahm [Sun, 4 Jul 2010 00:03:12 +0000 (02:03 +0200)]
Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf

13 years agofixed tree-lisp-store and tree-view-column errors.
Andrey Kutejko [Tue, 22 Jun 2010 00:11:47 +0000 (03:11 +0300)]
fixed tree-lisp-store and tree-view-column errors.

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

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

13 years agoadded construction of tree-view columns to ui-markup eDSL.
Andrey Kutejko [Wed, 26 May 2010 22:47:54 +0000 (01:47 +0300)]
added construction of tree-view columns to ui-markup eDSL.

13 years agofixed typo.
Andrey Kutejko [Thu, 20 May 2010 23:10:46 +0000 (02:10 +0300)]
fixed typo.

14 years agoAdded scaling and compositing pixbufs
Olof-Joachim Frahm [Tue, 13 Apr 2010 23:43:13 +0000 (01:43 +0200)]
Added scaling and compositing pixbufs

14 years agoadded random functions
Andrey Kutejko [Thu, 11 Mar 2010 23:00:45 +0000 (01:00 +0200)]
added random functions

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