Re: GTK+ 2.18.0 released

2009-09-23 Thread Sebastian Rittau
Hello, On Wed, Sep 23, 2009 at 01:17:07AM -0400, Matthias Clasen wrote: Changes in the file chooser [...] - File sizes are shown by default Could you point me to the rationale for this change? Thanks, - Sebastian ___ gtk-devel-list mailing

Re: Proposal for a collection API in glib

2008-07-18 Thread Sebastian Rittau
On Thu, Jul 17, 2008 at 05:51:24PM +0200, Philip Van Hoof wrote: I would like to propose this API to go into glib/gio: http://live.gnome.org/IteratorsAPI I'd like to point to my comment on that page: Please make the Iterator interface derive from the Iterable interface, where the iterator()

Re: gtk_show_help and gtk_show_url

2007-10-08 Thread Sebastian Rittau
On Mon, Oct 08, 2007 at 12:10:26PM -0400, Havoc Pennington wrote: I had a random thought at the summit; what if we add a new library in the stack (perhaps shipping with GLib or GTK tarball, I don't know). Call it libgapplication. It would contain: - GApplication - GSettings - dbus

Re: The printing work has been merged

2006-03-28 Thread Sebastian Rittau
Am Montag, den 27.03.2006, 17:26 +0200 schrieb Alexander Larsson: I have a question about generating postscript. Using copy/paste method I implemented postscript print backend, and it's working fine. While generated postscript is just a bunch of page images due to cairo problems, the

Re: Proposition for platform maximum filename/pathname length symbols

2005-12-27 Thread Sebastian Rittau
On Sat, Dec 24, 2005 at 01:18:29AM -, Chris Morrison wrote: I would like to make a suggestion for a small but useful addition GLib, which I think is a glaring omission and which I have found myself needing for a current development project. I propose that the following symbols be

Re: Proposal for making the GtkFileChooser code asynchronous

2005-11-08 Thread Sebastian Rittau
On Tue, Nov 08, 2005 at 03:08:16PM +0100, Kristian Rietveld wrote: The last few weeks I have been working on making the GtkFileChooser code asynchronous. I've been making quite a bit of progress and hope to get the changes in on time for GTK+ 2.10. Great news! Here are some comments to your