[Gtk2hs-devel] Patch to enable missing functions related to GValues

2009-10-11 Thread Matt Arsenault
Hi, I've been working on Clutter bindings, and I ran into an issue where the functions for setting/getting Gvalues with Char and UChar were commented out in Gtk2hs. Here's a patch which uncomments them and adds the necessary type conversion. Thanks, Matt Arsenault

[Gtk2hs-devel] Patch adding Pixbuf Animation

2009-11-13 Thread Matt Arsenault
Hi, Here's a patch which adds the missing Gdk Pixbuf Animation functions. - Matt Arsenault AddGdkPixbufAnimation.txt.gz Description: GNU Zip compressed data import Graphics.UI.Gtk import Graphics.UI.Gtk.Gdk.Pixbuf import Graphics.UI.Gtk.Gdk.PixbufAnimation main = do initGUI window

[Gtk2hs-devel] Patch to fix UInt Type mistakes

2009-11-20 Thread Matt Arsenault
Hi, The newAttrFromUIntProperty type functions were using Int instead of Word.There were a couple other similar minor errors, such as using GType.uint for the Char properties, and UChar properties were missing. FixUIntTypeMistakes.txt.gz Description: GNU Zip compressed data

Re: [Gtk2hs-devel] cabalized Gtk2Hs

2010-03-13 Thread Matt Arsenault
On Sat, 2010-03-13 at 18:31 +0100, Axel Simon wrote: Dear all, this is a first announcement of cabal packages for Gtk2Hs. This is meant for all those who can spare five minutes to check the packages and to improve them. You need to download the following: gtk2hs-buildtools-0.9.tar.gz

Re: [Gtk2hs-devel] Gtk2hs GSoC project idea

2010-04-04 Thread Matt Arsenault
On Sat, 2010-04-03 at 19:12 +0200, Axel Simon wrote: Although I think you need a mentor at Google as well. Maybe you could mail Paolo Martini p.mart...@neuralnoise.com who had a SoC project when he bound the Cairo modules. You don't need a mentor at Google, unless something has changed

[Gtk2hs-devel] Darcs repo password prompt

2010-05-20 Thread Matt Arsenault
Hi, I'm unable to check out the latest gtk2hs. $ darcs get code.haskell.org:/srv/code/gtk2hs Prompts me for a password. - Matt Arsenault -- ___ Gtk2hs-devel mailing list

Re: [Gtk2hs-devel] Clutterhs and introspection bindings generator

2010-09-30 Thread Matt Arsenault
On Sep 24, 2010, at 2:40 AM, Axel Simon wrote: Since we just had a discussion on GValue, what were the problems you encountered? Do we need to expand the GValue API? Cheers, Axel I'm not exactly sure. It's been a while so I don't exactly remember the issues I had. I don't really

[Gtk2hs-devel] Hidden modules?

2011-01-12 Thread Matt Arsenault
If I try to build Clutterhs with recent versions of Gtk2hs, I get build errors such as: Could not find module `Graphics.UI.Gtk.Types': it is a hidden module in the package `gtk-0.12.0' Use -v to see a list of the files searched for. This didn't used to happen. I need access to