Re: Is GTK+ 3.x 2x slower than GTK+ 2.x?

2011-08-19 Thread Stanislav Maslovski
On Sun, Jul 24, 2011 at 11:44:29AM -0700, Sergei Steshenko wrote: All of these are relevant questions. But a bug report is a responsibility of some _paid_ developers, so their managers will be nagging the developers to resolve the issues. /rant on/ I thing the real issue here is probably

Re: On deprecating GtkTearOffMenuItem

2010-06-06 Thread Stanislav Maslovski
On Sat, Jun 05, 2010 at 11:33:53PM +0100, Emmanuele Bassi wrote: On Sat, 2010-06-05 at 15:33 +0400, Stanislav Maslovski wrote: How many LOC/bytes this change will save? deprecation seldom has to do with lines of code or bytes saved; those are broken metrics. the TearoffMenuItem has

Re: Creating an app with optional GTK support

2010-05-16 Thread Stanislav Maslovski
On Sun, May 16, 2010 at 11:02:48AM +0200, Andreas Falkenhahn wrote: On 15.05.2010 at 21:14 Stanislav Maslovski wrote: On Fri, May 14, 2010 at 12:26:00PM +0200, Andreas Falkenhahn wrote: Hi, I'm currently developing an X11 app and would like to use GTK only for the file chooser dialog

Re: Creating an app with optional GTK support

2010-05-15 Thread Stanislav Maslovski
On Fri, May 14, 2010 at 12:26:00PM +0200, Andreas Falkenhahn wrote: Hi, I'm currently developing an X11 app and would like to use GTK only for the file chooser dialog. Are you sure you want to use it? It is broken beyond repair in all possible ways. The rest is done entirely in X11. Then

Re: file open dialog settings?

2008-09-22 Thread Stanislav Maslovski
On Sat, Sep 13, 2008 at 01:15:46PM +0100, Emmanuele Bassi wrote: On Sat, 2008-09-13 at 12:18 +0400, Stanislav Maslovski wrote: Are there any user-level settings to the file open dialog to make it faster on large directories? no. the goal is to make it faster, not provide options to unfuck

file open dialog settings?

2008-09-13 Thread Stanislav Maslovski
Hello, Are there any user-level settings to the file open dialog to make it faster on large directories? Firefox when opening /usr/bin is extremely slow. strace shows that it makes a long series of stat() calls on every file in /usr/bin followed by repeating pattern of open(), fstat(), mmap(),

Re: file open dialog settings?

2008-09-13 Thread Stanislav Maslovski
On Sat, Sep 13, 2008 at 01:15:46PM +0100, Emmanuele Bassi wrote: On Sat, 2008-09-13 at 12:18 +0400, Stanislav Maslovski wrote: Hello, Are there any user-level settings to the file open dialog to make it faster on large directories? no. That is a pity. the goal is to make it faster