Re: Two questions: GTK for visually impaired. Windows gtk bundle for apps guidance.

2012-04-10 Thread Jernej Simončič
On Wed, 11 Apr 2012 08:29:35 +0900, Evgeniy Philippov wrote: > There is no mention for downloading sources in the script's README. There isn't, but if you run the script without any parameters, you'll notice this: --src Download source instead of noarch package -- < Jernej Sim

Re: Two questions: GTK for visually impaired. Windows gtk bundle for apps guidance.

2012-04-10 Thread Evgeniy Philippov
В Втр, 10/04/2012 в 23:46 +0200, Jernej Simončič пишет: > On Wed, 11 Apr 2012 06:18:47 +0900, Evgeniy Philippov wrote: > > >> 2. Current stable Pidgin uses gtk+-bundle_2.14.7-20090119_win32 under > >> Windows. > > I haven't made myself clear enough. I want to program and change GTK+, > > not only

Re: Two questions: GTK for visually impaired. Windows gtk bundle for apps guidance.

2012-04-10 Thread Jernej Simončič
On Wed, 11 Apr 2012 06:18:47 +0900, Evgeniy Philippov wrote: >> 2. Current stable Pidgin uses gtk+-bundle_2.14.7-20090119_win32 under >> Windows. > I haven't made myself clear enough. I want to program and change GTK+, > not only Pidgin. I already have full source for Pidgin and all of its > depe

Re: Two questions: GTK for visually impaired. Windows gtk bundle for apps guidance.

2012-04-10 Thread Evgeniy Philippov
В Срд, 11/04/2012 в 06:14 +0900, Evgeniy Philippov пишет: > 1. I'd like to try to help develop GTK for visually impaired people > under Windows. I am not sure how my motivation will last long or not, > but my free time is currently unlimited. > > I have reports from visually impaired ones that Pi

Two questions: GTK for visually impaired. Windows gtk bundle for apps guidance.

2012-04-10 Thread Evgeniy Philippov
1. I'd like to try to help develop GTK for visually impaired people under Windows. I am not sure how my motivation will last long or not, but my free time is currently unlimited. I have reports from visually impaired ones that Pidgin client under Windows is not very accessibility-features-friendl

Re: RFC: glocal - automatically freeing memory when it goes out of scope

2012-04-10 Thread Mikkel Kamstrup Erlandsen
On 04/04/2012 05:35 AM, Colin Walters wrote: On Wed, 2011-11-16 at 21:05 +0100, Mikkel Kamstrup Erlandsen wrote: Hi all, I have been looking at gcc's "cleanup" attribute[1] that allows one to specify a callback that will be invoked when a variable goes out of scope. This allows one to play with