Re: Should we drop XP?

2015-03-31 Thread Allin Cottrell
On Tue, 31 Mar 2015, Emmanuele Bassi wrote: Hi; On 31 March 2015 at 21:58, Allin Cottrell wrote: so I was wondering if for 3.18/2.46 if we should drop XP. I think it would make our life easier and anyway why do we need to support something that microsoft is also not supporting? For 3.18 t

Re: Should we drop XP?

2015-03-31 Thread Emmanuele Bassi
Hi; On 31 March 2015 at 21:58, Allin Cottrell wrote: >> so I was wondering if for 3.18/2.46 if we should drop XP. I think it would >> make our life easier and anyway why do we need to support something that >> microsoft is also not supporting? > > > For 3.18 that sounds fine. But why 2.46? I mea

Re: Should we drop XP?

2015-03-31 Thread Allin Cottrell
On Tue, 31 Mar 2015, Ignacio Casal Quinteiro wrote: Hey folks, so I was wondering if for 3.18/2.46 if we should drop XP. I think it would make our life easier and anyway why do we need to support something that microsoft is also not supporting? For 3.18 that sounds fine. But why 2.46? I mean,

Re: Should we drop XP?

2015-03-31 Thread Emmanuele Bassi
Hi; I think that was the definite plan for this cycle, at the very least for GLib. Ciao, Emmanuele. On 31 March 2015 at 21:41, Ignacio Casal Quinteiro wrote: > Hey folks, > > so I was wondering if for 3.18/2.46 if we should drop XP. I think it would > make our life easier and anyway why do we

Should we drop XP?

2015-03-31 Thread Ignacio Casal Quinteiro
Hey folks, so I was wondering if for 3.18/2.46 if we should drop XP. I think it would make our life easier and anyway why do we need to support something that microsoft is also not supporting? Cheers. -- Ignacio Casal Quinteiro ___ gtk-devel-list mail

Re: I'm done with O_CLOEXEC

2015-03-31 Thread Ryan Lortie
hi, On Tue, Mar 31, 2015, at 03:48, Alexander Larsson wrote: > In general, setting O_CLOEXEC is a nice thing to do, but doing so does > not change the fundamental fact that you can't rely on it being set. This is pretty much the entire point of this thread. I now consider O_CLOEXEC as a 'nice to

Re: I'm done with O_CLOEXEC

2015-03-31 Thread Alexander Larsson
On tis, 2015-03-31 at 09:48 +0200, Alexander Larsson wrote: > On lör, 2015-03-21 at 20:57 -0400, Ryan Lortie wrote: > > hi, > > > > On Sat, Mar 21, 2015, at 01:59, Jürg Billeter wrote: > > > I would keep using O_CLOEXEC as it's as close as we can get to the > > > behavior that should have been the

hint for vertical writing mode to input method

2015-03-31 Thread Makoto Kato
Hi, GTK team. Mozilla is implementing vertical-writing spec [*1] to Gecko rendering engine. But GTK has no API to add hint of vertical writing mode to input method. Other OS already has the following method / attribute for this case. OSX / Cocoa drawsVerticallyForCharacterAtIndex method https:/

Re: I'm done with O_CLOEXEC

2015-03-31 Thread Alexander Larsson
On lör, 2015-03-21 at 20:57 -0400, Ryan Lortie wrote: > hi, > > On Sat, Mar 21, 2015, at 01:59, Jürg Billeter wrote: > > I would keep using O_CLOEXEC as it's as close as we can get to the > > behavior that should have been the default: don't implicitly inherit > > file descriptors on exec. > > >