Re: glib memory allocation problems

2007-05-11 Thread Tim Janik
On Fri, 11 May 2007, Dimitrios Apostolou wrote: > On Fri, 11 May 2007 13:55:25 +0200 (CEST) > Tim Janik <[EMAIL PROTECTED]> wrote: >> it's likely that some code portions erroneously use GSlice and thus screw >> up the memory handling at some point. G_SLICE=debug-blocks is really the >> recommended

Re: GTK Win32 scripts

2007-05-11 Thread Cody Russell
On Fri, 2007-05-11 at 12:48 +0100, Alberto Ruiz wrote: > > Cody, may I put there my jhbuildrc and moduleset for automated cross > compiling with mingw32? > > The reason I asked tml for his scripts is to improve them so we can > have a transparent and automated way to release the windows builds

Re: Fwd: Supporting Gtk+ Maintenance

2007-05-11 Thread Tim Janik
On Thu, 29 Mar 2007, Vincent Untz wrote: Hi Murray, Le jeudi 29 mars 2007, à 23:27, Murray Cumming a écrit : On Thu, 2007-03-29 at 21:25 +0200, Vincent Untz wrote: I'm wondering if gtk-devel-list is the place where the discussion about collaboration should be happening: I don't know if having

Grab and drag feature

2007-05-11 Thread Cezary Krzyzanowski
Hello! I have been experimenting some time now with a Wacom tablet used as the main pointer for my desktop. I have found it very useful and faster than a normal mouse. The best thing I have found so far is the Grab and Drag Firefox extension: It is really great a

Re: glib memory allocation problems

2007-05-11 Thread Tim Janik
On Thu, 10 May 2007, Dimitrios Apostolou wrote: > Hello glib developers, > > I have been hitting an sshfs crash very often and according to Miklos Szeredi > (of FUSE and sshfs fame) it is very probable that glib is responsible, and in > particular the g_slice allocation routines when multiple thre

Re: GTK Win32 scripts

2007-05-11 Thread Alberto Ruiz
2007/5/11, Cody Russell <[EMAIL PROTECTED]>: Since tml is posting his Win32 build scripts, I figured I'd also mention that I started a wiki page on live.gnome.org about cross-compiling GTK for Win32 from Linux, and I think arc and muntyan have also updated it further. http://live.gnome.org/Cros

RE: Tap and Hold API

2007-05-11 Thread David Moffatt
So is that a request for a bribe? Give me cool enough swag and I will let your feature in. :-) Just teasing. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Federico Mena Quintero Sent: Thursday, May 10, 2007 11:58 AM To: Kristian Rietveld Cc: gtk-deve

glib memory allocation problems

2007-05-11 Thread Dimitrios Apostolou
Hello glib developers, I have been hitting an sshfs crash very often and according to Miklos Szeredi (of FUSE and sshfs fame) it is very probable that glib is responsible, and in particular the g_slice allocation routines when multiple threads are involved. Unfortunately the crashes don't alwa

Re: Fixing the GtkTreeModel::row-deleted inconsistency

2007-05-11 Thread Fontana Nicola
On Wednesday 09 May 2007 14:06, Kristian Rietveld wrote: > Hi, > > In the past all GtkTreeModels used to emit the row-deleted signal *after* a > node had been fully deleted from the internal data structures. This means > that it is not possible to get an iter to that node any longer. When > fixin

Re: Default DND action when multiple actions defined

2007-05-11 Thread Martyn Russell
Bastien Nocera wrote: > Heya, Hi Bastien, > It doesn't seem possible to achieve the following in GTK+: > - widget accepts GDK_ACTION_COPY and GDK_ACTION_MOVE, but widget has a > *default* action of GDK_ACTION_MOVE (not copy) Yea, I found this in Gossip too. I couldn't see any way to do it in GTK