Re: Memory tracking in GJS

2014-03-03 Thread Andy Wingo
On Sun 02 Mar 2014 22:39, Colin Walters walt...@verbum.org writes: On Sun, Mar 2, 2014 at 3:37 PM, Andy Wingo wi...@pobox.com wrote: Ideally GLib could define an interface void g_register_allocation (size_t bytes, char *for_whom); What about GLib libraries which wrap non-GLib

Re: Memory tracking in GJS

2014-03-02 Thread Andy Wingo
Hi, A little late here. SM's GC needs to know about all allocations that it might collect, both those that it can trace and those that it can't. Ideally GLib could define an interface void g_register_allocation (size_t bytes, char *for_whom); and GJS should register some listener on that

Re: deprecating gdk threads

2012-08-04 Thread Andy Wingo
On Fri 03 Aug 2012 16:24, Pavel Holejsovsky pavel.holejsov...@gmail.com writes: I'd like to bring up the issue of how language bindings should cope with this. It is indeed pretty nasty, especially if you got used to a solution like the java-gnome one. One way to solve this would be to put

Re: GLib 2.32.0 released

2012-03-25 Thread Andy Wingo
On Sat 24 Mar 2012 17:54, Matthias Clasen mcla...@redhat.com writes: GLib 2.32.0 is now available Excellent! For concerns about porting from older GLib release, see the README file that is included in the tarball, or see: http://git.gnome.org/browse/glib/plain/README.in?id=2.32.0 I

Re: gdk threads ...

2012-03-05 Thread Andy Wingo
Heya, On Mon 05 Mar 2012 14:07, Ryan Lortie de...@desrt.ca writes: On Mon, 2012-03-05 at 12:11 +, Michael Meeks wrote: Does that mean you're removing gdk_threads_enter and leave and the semantics around that ? is there some cunning new scheme proposed to intercept the mainloop and

gnulib, libegg, foo

2011-08-14 Thread Andy Wingo
Hi! At the recent desktop summit there was some discussion about GTK's [0] role as a repository for blessed widgets. At one point Johan Dahlin, who works with business applications, argued that GTK needed more businessy widgets -- reporting facilities, a spreadsheet-like table, etc. He

./configure -C

2011-08-07 Thread Andy Wingo
Hello all, Brian Gough wrote, back in February [0]: In his talk about Autotools at the FOSDEM GNU Dev Room, Ralf Wildenheus mentioned an autoconf option that I wasn’t aware of. It’s the “-C” option and it enables caching, which speeds up multiple runs of a ./configure script enormously.

Re: Those darn gdk-pixbuf .po file conflicts

2011-08-02 Thread Andy Wingo
On Tue 02 Aug 2011 16:37, Matthias Clasen matthias.cla...@gmail.com writes: On Mon, Aug 1, 2011 at 10:43 PM, Colin Walters walt...@verbum.org wrote: Can we just convert clutter, gdk-pixbuf, and gtk+ to use intltool's Makefile.in.in? I don't want to use intltool, but I have no problem using

Re: Trimming gdk-pixbuf repository

2011-05-24 Thread Andy Wingo
On Tue 24 May 2011 13:33, Olav Vitters o...@vitters.nl writes: If someone[1] says that they're pretty confident that it doesn't have any drawbacks, then I can proceed. There are drawbacks. http://lists.freedesktop.org/archives/cairo/2006-May/006992.html By trimming the repo you invalidate

Re: AC_MSG_RESULT(patching libtool to fix HIDEOUS BREAKAGE)

2010-08-05 Thread Andy Wingo
Hi, On Wed 04 Aug 2010 22:33, Havoc Pennington h...@pobox.com writes: Given this I'm not sure why nobody has ever replaced libtool while keeping automake. For me it's probably 1) automake is written in perl which I just don't speak and 2) suspicion that automake upstream wouldn't take the

Re: glib 2.25.12 is here!

2010-07-31 Thread Andy Wingo
On Thu 29 Jul 2010 17:39, Ryan Lortie de...@desrt.ca writes: LIVE FROM GUADEC 2010, IT'S _ _ __ __ _ | | (_) | |__|___ \ |___ \ | ___| / | |___ \ / _` | | | | | | '_ \ __) | __) |

Re: GObject: Class and Instance Method

2010-07-31 Thread Andy Wingo
Hi Matthias, On Sat 31 Jul 2010 06:05, Matthias Berndt berndt.matth...@gmx.de writes: If you put them in the object struct, every time you instantiated a Foo object you'd have to fill in the bar function pointer to point to the same implementation; by putting them in the class struct, this

Re: rendering-cleanup

2010-07-22 Thread Andy Wingo
Hi Benjamin, Neat stuff! On Thu 22 Jul 2010 04:54, Benjamin Otte o...@gnome.org writes: Most of the users are really old parts of the code and in those cases switching to Cairo should be a reasonably easy. In fact, a lot of the functions can be replaced using similar functions from Cairo in

Re: Unix signals in GLib

2010-04-30 Thread Andy Wingo
On Fri 30 Apr 2010 10:23, Xavier Bestel xavier.bes...@free.fr writes: On Fri, 2010-04-30 at 09:18 +0100, Richard Hughes wrote: I'm writing for comments. Making my daemons (upower, PackageKit, etc) quit nicely after receiving SIGTERM or SIGINT is _really_ hard to do correctly. The fact that I

Re: Units and resolution independence for gtk+

2008-08-09 Thread Andy Wingo
Hi, On Fri 08 Aug 2008 18:36, BJörn Lindqvist [EMAIL PROTECTED] writes: 2008/8/8 David Zeuthen [EMAIL PROTECTED]: The thinking is that if the feature becomes default then the macro will be resolved to a GtkSize with high bits set at compile time. For 2.x, the thinking is that it will resolve

Re: Language bindings on gtk.org

2008-04-10 Thread Andy Wingo
Heya Andreas, On Thu 10 Apr 2008 10:34, Andreas Nilsson [EMAIL PROTECTED] writes: On Mon 07 Apr 2008 16:24, Andreas Nilsson [EMAIL PROTECTED] writes: * guile-gnome (http://www.gnu.org/software/guile-gnome/) libs, and wraps GTK+ 2.10: Hi Andy! Does that mean 2.10 only, or 2.6 and 2.8

Re: Language bindings on gtk.org

2008-04-09 Thread Andy Wingo
Hi Andreas, On Mon 07 Apr 2008 16:24, Andreas Nilsson [EMAIL PROTECTED] writes: * guile-gtk (http://www.gnu.org/software/guile-gtk) Obsoleted by guile-gnome, whose gtk binding is independent of gnome * guile-gnome (http://www.gnu.org/software/guile-gnome/) libs, and wraps GTK+ 2.10:

Re: Theory of good signal/event API design?

2007-09-23 Thread Andy Wingo
Hi, On Mon 17 Sep 2007 07:28, Sander Marechal [EMAIL PROTECTED] writes: Let me give an example how my app works inside. I have a music player written in GStreamer. It needs a song to play so it sends out a MESSAGE_REQUEST_SONG on it's bus. You probably won't get terribly useful answers here,

Re: GtkBuildable type resolver

2007-06-05 Thread Andy Wingo
Hi Tristan, On Mon, 2007-06-04 at 15:32 -0400, Tristan Van Berkom wrote: One thing that might or might not be a can of worms is language bindings. I wonder if someone more experienced than myself in this realm could point out how we plan to load widgets written in other languages from the

Re: Some comments about GVFS

2007-05-10 Thread Andy Wingo
Hi Alex, On Thu, 2007-05-10 at 09:41 +0200, Alexander Larsson wrote: So, if you were to implement gstreamer sinks and sources for gvfs, an api like: gssize g_input_stream_read (GInputStream *stream, void *buffer,

Re: Some comments about GVFS

2007-05-09 Thread Andy Wingo
Hello, On Tue, 2007-05-08 at 16:59 +0200, Alexander Larsson wrote: I'm still not sure why gstreamer needs to run its own mainloop in its thread though. If its async, then it should be able to use the default mainloop. Is it because there is no guarantee of the default mainloop running always?

Re: Gtk+ unit tests (brainstorming)

2006-10-26 Thread Andy Wingo
Hi, On Wed, 2006-10-25 at 17:52 +0200, Tim Janik wrote: - GLib based test programs should never produce a CRITICAL **: or WARNING **: message and succeed. Sometimes it is useful to check that a critical message was indeed shown, and then move on. GStreamer installs a log handler that aborts

Re: Transformation functions from G_TYPE_STRING to G_TYPE_any

2006-05-22 Thread Andy Wingo
Regards, -- Andy Wingo http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: g_slice_

2005-12-05 Thread Andy Wingo
, etc. Maybe one day it can make it into glibc itself, who knows. Just some data points, -- Andy Wingo http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: gobject thread safety

2005-07-08 Thread Andy Wingo
now subscribed. He needs to update the closure refcounting, and claims he'll get to it today. Regards, -- Andy Wingo http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list