Re: GIO performance improvements

2011-11-15 Thread Christian Dywan
Am 15.11.2011 17:49, schrieb André Gillibert: I'm not sure this mailing list is the correct place to post GLIB-related requests, but I didn't find a glib-devel-list. Yes it is. If you have patches, even if not yet perfect, you should file (a) bug(s) in Bugzilla. Keep in mind, patches will go

Re: _wstat on Windows (actually stat stuff in general)

2011-09-29 Thread Christian Dywan
Am 29.09.2011 12:24, schrieb Kean Johnston: If you are happy limiting yourself to a single platform and don't need some the magic that comes with GIO, feel free to use stat(). It's not UNIXWARE, SCO OpenServer, AIX, Solaris, MacOS X, Windows, Linux, FreeBSD, OpenBSD, NetBSD, Minix, HP-UX ...

Re: About gsettings aborting on unkown schemas

2011-05-31 Thread Christian Dywan
Am Mon, 30 May 2011 21:13:16 -0400 schrieb Havoc Pennington: Hi, On Mon, May 30, 2011 at 8:37 PM, Shaun McCance sha...@gnome.org wrote: But I want to point out that my point was never that GLib should behave like a language with exceptions. Just that it should let bindings in those

Re: OOP in C (A SIMPLE BUT EASY LIBRARY. NOT USEFUL FOR Professional APP)

2011-02-15 Thread Christian Dywan
Am Tue, 15 Feb 2011 20:55:13 +0800 schrieb Mike: HI, ALL. I HAVE A FRIEND. HE WIRTES A OOP LIBRARY FOR C, LOOKS NICE AND LIKE CPP (USEFUL FOR SIMPLE APP. Lack of FUNCTIONAL FOR Professional APP). URL (RAR FORMAT): http://code.google.com/p/ooc-gcc/downloads/list IF YOU CAN READ CHINESE

Re: gtk_window_move can't move GtkWindow to negative position.

2011-01-21 Thread Christian Dywan
Am Fri, 21 Jan 2011 07:23:49 + (GMT) schrieb 박보람 boram1288.p...@samsung.com: Using gtk_window_move, I give negative value to GtkWindow. (e.g. gtk_window_move (GTK_WINDOW (window), -100, -100)) But it's not moving to the negative position I given. Hey Boram, I looked at your test case. I

Re: right click *in* a menu

2010-12-07 Thread Christian Dywan
Am Tue, 7 Dec 2010 07:16:25 -0500 schrieb Paul Davis p...@linuxaudiosystems.com: On Tue, Dec 7, 2010 at 2:44 AM, Martin Nordholts ense...@gmail.com wrote: The problem to be solved is not How do we modify GTK+ to make it as easy as possible to invoke nested menu items several times in a

Re: right click *in* a menu

2010-12-07 Thread Christian Dywan
Am Tue, 7 Dec 2010 09:38:55 -0500 schrieb Paul Davis p...@linuxaudiosystems.com: We *could* push all the operations in the current region context menu, for example (right click on a region - Select region name - menu with 20+ items) into a dialog for that region, but it would 1 mouse

Re: Questions about GTK3

2010-09-10 Thread Christian Dywan
Am Wed, 8 Sep 2010 07:31:58 -0400 schrieb Matthias Clasen matthias.cla...@gmail.com: On Wed, Sep 8, 2010 at 7:10 AM, Christian Dywan So a possible idea would be to turn GtkEditable into a clipboard interface, where entry specific features are removed. Which features do you consider

Re: glib: love to have GIO::GLocalFile::canonicalize_filename in glib

2010-08-03 Thread Christian Dywan
Am Tue, 03 Aug 2010 18:24:33 +0900 schrieb Yasushi SHOJI ya...@atmark-techno.com: Hi, just noticed that GLocalFile have a static function to canonicalize a file name, canonicalize_filename(). the function does not depends on gio funcs at all. So, wouldn't it be nice to have in glib, say

Re: Why is GCompletion deprecated

2010-06-29 Thread Christian Dywan
Am Mon, 28 Jun 2010 17:59:47 +0100 schrieb Emmanuele Bassi eba...@gmail.com: On Mon, 2010-06-28 at 18:43 +0200, Christian Dywan wrote: and, again, there is this false impression that deprecation is akin to removal. [...] you can either #undef G_DISABLE_DEPRECATED

Re: gtk3 planning

2010-06-28 Thread Christian Dywan
Am Fri, 25 Jun 2010 14:12:00 -0400 schrieb Colin Walters walt...@verbum.org: On Fri, Jun 25, 2010 at 12:50 PM, Matthias Clasen matthias.cla...@gmail.com wrote: Sure, we could continue to shoehorn features in to 2.x and it will increasingly get harder, and the bugs will increasingly get

Re: Why is GCompletion deprecated

2010-06-28 Thread Christian Dywan
Am Mon, 28 Jun 2010 17:28:47 +0100 schrieb Emmanuele Bassi eba...@gmail.com: On Mon, 2010-06-28 at 17:58 +0200, Salvatore De Paolis wrote: On Mon, 28 Jun 2010 14:49:48 +0100 Emmanuele Bassi eba...@gmail.com wrote: The issue isn't really about deprecating some code but instead not

Re: New widget proposal: GtkLiveSearch

2010-06-14 Thread Christian Dywan
Am Sat, 12 Jun 2010 19:30:52 +0200 schrieb Xavier Claessens xclae...@gmail.com: Hello, I've been working on the HildonLiveSearch widget you can see on N900. This is the entry you see when typing on the keyboard to filter your contact list for example. Felix Kaser and I ported that

Re: Breaking things in git master...

2010-06-14 Thread Christian Dywan
Am Mon, 14 Jun 2010 10:36:42 +0200 schrieb Laurent Wan dev@free.fr: In Google Reader it's as simple as clicking Add a Subscription and then just pasting http://git.gnome.org/browse/glib/log/ into the field. For other readers you probably need a ATOM/RSS URL or something

Re: Ige-mac-integration: New version with Cocoa interface available.

2010-05-18 Thread Christian Dywan
Am Tue, 18 May 2010 08:33:45 -0700 schrieb John Ralls jra...@ceridwen.us: On May 18, 2010, at 7:34 AM, Nicolas Dufresne wrote: Le mardi 18 mai 2010 à 09:26 -0400, Matthias Clasen a écrit : Not really. Its up to you and us working together on making this happen... therefore, I'd love

Re: Deprecations for 3.x

2010-05-12 Thread Christian Dywan
Am Wed, 12 May 2010 09:29:29 +0200 schrieb Cody Russell brats...@gnome.org: I think it would be kind of nice to deprecate GtkStatusbar. It's one of the more useless widgets we have, imo. It basically serves two purposes: 1/ Pushing and popping text messages. This is a really terrible way

Re: GtkNotebook cleanup

2010-04-08 Thread Christian Dywan
Am Thu, 8 Apr 2010 22:23:03 +0930 schrieb James Moschou james.mosc...@gmail.com: Hello, I'm trying my hand at the GtkNotebook cleanup bug (96834) and had a few questions. The old code had a lot of if (!notebook-focus_tab) stuff going on and I thought that since focus_tab is now

Minutes of the GTK+ Team Meeting - 2010-03-23

2010-03-23 Thread Christian Dywan
= Minutes of the 2010-03-23 GTK+ Team Meeting = - Client-Side-Windows on Win32 needs work, but currently it is unclear who can step up to do it. Alberto Ruiz suggested he might help out. - GdkRectangle, GdkRegion, gdk_cairo_rectangle, gdk_cairo_region should be mapped to cairo_rectangle_t

Re: on replacing GTK_WIDGET_* with gtk_widget_get_* INSIDE gtk+

2010-03-17 Thread Christian Dywan
Am Wed, 17 Mar 2010 15:55:23 +0100 schrieb Christian Persch c...@gnome.org: Hi; recently there's been a flood of changes in gtk+ where *internal* uses of GTK_WIDGET_* macros accessing the widget flags were replaced by the new public accessors. Why is that? I thought the GSEAL work was

Re: on replacing GTK_WIDGET_* with gtk_widget_get_* INSIDE gtk+

2010-03-17 Thread Christian Dywan
Am Wed, 17 Mar 2010 17:10:02 + schrieb Emmanuele Bassi eba...@gmail.com: On Wed, 2010-03-17 at 17:49 +0100, Christian Dywan wrote: recently there's been a flood of changes in gtk+ where *internal* uses of GTK_WIDGET_* macros accessing the widget flags were replaced by the new

Re: GtkNotebook scrolling usability

2010-03-11 Thread Christian Dywan
Am Wed, 10 Mar 2010 16:50:04 -0600 schrieb Cody Russell brats...@gnome.org: So, right now GtkNotebook allows you to change tabs by using the mouse wheel. Once I noticed this and the more I thought about it, it really seems like a terrible feature and one that may be detrimental to usability.

Re: [Usability] GTK+ at the UX Hackfest

2010-03-08 Thread Christian Dywan
Am Mon, 8 Mar 2010 19:27:40 + schrieb Alberto Ruiz ar...@gnome.org: 2010/3/8 Matthew Barnes mbar...@redhat.com: It would also be useful in Evolution for opening attachments... Are projects like Firefox or Thunar willing to use gmenu or gnome-desktop as a dependency? I remember

Re: When deprecating, always say what the replacement is.

2010-02-25 Thread Christian Dywan
Am Tue, 23 Feb 2010 23:13:51 +0100 schrieb Murray Cumming murr...@murrayc.com: On Tue, 2010-02-23 at 22:36 +0100, Michael Natterer wrote: On Tue, 2010-02-23 at 19:59 +0100, Murray Cumming wrote: No, Deprecated: 2.20: Do not use it. is not good enough. As a matter of fact, it is. There

Re: Proposal: Enable threads by default

2009-11-26 Thread Christian Dywan
Am Thu, 26 Nov 2009 14:35:36 +0100 schrieb Alexander Larsson al...@redhat.com: This was previously discussed here, but was sort of hidden in a technical discussion so it got no replies. I'm starting over in order to reach a wider target for the discussion. I'll start with the proposal and

Re: GConverter commited

2009-11-24 Thread Christian Dywan
Am Tue, 24 Nov 2009 11:16:19 +0100 schrieb Alexander Larsson al...@redhat.com: On Tue, 2009-11-24 at 04:22 -0500, Behdad Esfahbod wrote: Anyway, since I was one of the people wanting this, I thought I'd share my first experiences with it. I'm curious what other people would like to

Re: Unsubscribe

2009-11-09 Thread Christian Dywan
Am Mon, 9 Nov 2009 03:28:57 -0800 schrieb Shashidhara B shashidhar...@mphasis.com: Hi, Kindly unsubscribe from the mailing list. Regards, Shashi Please use http://mail.gnome.org/mailman/listinfo/gtk-devel-list like everyone else to unsubscribe yourself. You managed to subscribe on your

Re: Minutes of the GTK+ Team Meeting - 2009-10-20

2009-10-21 Thread Christian Dywan
Am Wed, 21 Oct 2009 00:55:43 +0100 schrieb Alberto Ruiz ar...@gnome.org: 2009/10/21 Emmanuele Bassi eba...@gmail.com: = minutes for the 2009-10-20 meeting = 1. schedule post 2.20 [bratsche]  - aim for 3.0 after 2.20  - list of things to deprecate, including signals and properties  -

Re: 2.90 branch

2009-10-07 Thread Christian Dywan
Am Tue, 29 Sep 2009 18:47:48 +0200 schrieb Christian Dywan christ...@lanedo.com: Am Tue, 29 Sep 2009 13:04:54 +0200 schrieb Javier Jardón javierjc1...@gmail.com: Hello, I've read here [1] about the creation of a GTK+ branch for GTK+ 2.90/3.0 development after 2.14 has been released

Re: GtkIconView Pixbuf rendering

2009-10-06 Thread Christian Dywan
Am Tue, 06 Oct 2009 16:13:00 +0530 schrieb Amol Kulkarni amolgkulka...@gmail.com: Hi All, In newer versions of Gtk+[After GIcon addition] user is not able to add mixed images in IconView that is file path plus named icons. User will prefer named icons over file path to have consistent look

Re: 2.90 branch

2009-09-29 Thread Christian Dywan
Am Tue, 29 Sep 2009 13:04:54 +0200 schrieb Javier Jardón javierjc1...@gmail.com: Hello, I've read here [1] about the creation of a GTK+ branch for GTK+ 2.90/3.0 development after 2.14 has been released. GTK+ 2.18 has been released and I think that no branch was created, is there any plans

Re: GTK+ 2.18.0 released

2009-09-23 Thread Christian Dywan
Am Wed, 23 Sep 2009 12:32:34 +0200 schrieb Sebastian Rittau srit...@jroger.in-berlin.de: 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

Re: Webkit-gtk and MacOSX

2009-08-26 Thread Christian Dywan
Am Wed, 26 Aug 2009 10:45:00 +1000 schrieb Davyd Madeley da...@madeley.id.au: On Tue, 2009-08-25 at 21:44 +0200, Kristian Rietveld wrote: On Tue, Aug 25, 2009 at 9:35 PM, Xan Lopezx...@gnome.org wrote: WebKit is the native layer on top of WebCore offered by each port for their platform,

Re: Webkit-gtk and MacOSX

2009-08-26 Thread Christian Dywan
Am Tue, 25 Aug 2009 19:40:04 -0700 schrieb Brian J. Tarricone br...@tarricone.org: On 08/25/2009 06:04 PM, John Ralls wrote: Thank you both for hashing this out for me. I'll persevere with getting Webkit-Gtk to build with quartz, then. I'm not sure I agree that it's not that big:

Re: Proposal: Deprecate tab-pack child property in notebook for 2.18

2009-08-24 Thread Christian Dywan
Am Mon, 24 Aug 2009 17:29:18 +0200 schrieb Carlos Garnacho carl...@gnome.org: Hi! On lun, 2009-08-24 at 14:34 +0100, Alberto Ruiz wrote: Hello everyone, as you may know, the notebook implementation is a bit of a nightmare, most of its problems comes from the fact that it allows

Re: GCancellable hints

2009-08-24 Thread Christian Dywan
Am Mon, 24 Aug 2009 18:14:11 +0200 schrieb Jannis Pohlmann jan...@xfce.org: On Mon, 24 Aug 2009 17:03:02 +0100 Richard Hughes hughsi...@gmail.com wrote: In the last few weeks I subclassed GCancellable into a ZifCancellable object, which allowed me to complete a personal project. I now

Re: GZip{In,Out}putStream in GIO?

2009-08-02 Thread Christian Dywan
Am Fri, 31 Jul 2009 15:07:10 -0700 schrieb Brian J. Tarricone bj...@cornell.edu: On 07/31/2009 01:59 PM, Mikkel Kamstrup Erlandsen wrote: 2009/7/31 Brian J. Tarriconebj...@cornell.edu: On 07/31/2009 05:48 AM, Mikkel Kamstrup Erlandsen wrote: From the looks of it, it should be straight

Re: Thoughts on GTK+ and CSS

2009-08-02 Thread Christian Dywan
Am Fri, 31 Jul 2009 13:28:02 -0400 schrieb Tristan Van Berkom t...@gnome.org: On Fri, Jul 31, 2009 at 12:47 PM, Robert Staudingerrobert.staudin...@gmail.com wrote: On Fri, Jul 31, 2009 at 6:19 PM, Tristan Van Berkomt...@gnome.org wrote: [...] The idea of theme writers doing

Re: Thoughts on GTK+ and CSS

2009-08-02 Thread Christian Dywan
Am Fri, 31 Jul 2009 10:33:41 +0200 schrieb Robert Staudinger robert.staudin...@gmail.com: On Thu, Jul 30, 2009 at 4:37 PM, Christian Dywanchrist...@lanedo.com wrote: [...] You are probably aware that gtk_container_get_children () does give yo the positions of children. Assuming that

Re: Thoughts on GTK+ and CSS

2009-07-30 Thread Christian Dywan
Am Tue, 28 Jul 2009 08:45:26 +0200 schrieb Robert Staudinger robert.staudin...@gmail.com: On Tue, Jul 28, 2009 at 3:40 AM, Keith Rarickk...@xph.us wrote: [...] The margin property in gtk is not implemented like you assume above. Also does GtkContainer not expose information about child

Re: Thoughts on GTK+ and CSS

2009-07-30 Thread Christian Dywan
Am Mon, 27 Jul 2009 18:40:41 -0700 schrieb Keith Rarick k...@xph.us: The margin property in gtk is not implemented like you assume above. Also does GtkContainer not expose information about child widget positions like you suggest using :first-child and friends. Work on those limitations

Re: GTK on Macintosh OSX

2009-07-13 Thread Christian Dywan
Am Sun, 12 Jul 2009 19:47:21 -0700 schrieb John Ralls jra...@ceridwen.us: On Jul 12, 2009, at 6:18 PM, Dominic Lachowicz wrote: Glib on Win32 has routines to solve this problem. It resolves things relative to where the Glib DLL is installed. If your applications use the XDG data

Re: GLib substr function

2009-06-30 Thread Christian Dywan
Am Fri, 26 Jun 2009 18:52:10 +0200 schrieb Daniel Elstner daniel.ki...@googlemail.com: Am Freitag, den 10.04.2009, 14:08 +0200 schrieb Christian Dywan: For the sake of demonstration, it took me 2 minutes to write a simple substring function in C that does what you want, have a look how

Re: GLib substr function

2009-06-26 Thread Christian Dywan
Am Fri, 26 Jun 2009 18:52:10 +0200 schrieb Daniel Elstner daniel.ki...@googlemail.com: Am Freitag, den 10.04.2009, 14:08 +0200 schrieb Christian Dywan: For the sake of demonstration, it took me 2 minutes to write a simple substring function in C that does what you want, have a look how

Re: client side windows - request for testing and reviewing

2009-06-18 Thread Christian Dywan
Am Wed, 17 Jun 2009 18:52:03 +0200 schrieb Alexander Larsson al...@redhat.com: On Wed, 2009-06-17 at 18:21 +0200, Mikkel Kamstrup Erlandsen wrote: 2009/6/17 Alexander Larsson al...@redhat.com: The client side window branch is now feature complete on X11, and includes API to do offscreen

Re: GtkActionEntry callback

2009-06-16 Thread Christian Dywan
Am Mon, 15 Jun 2009 19:54:01 +0200 schrieb Salvatore De Paolis iw...@claws-mail.org: Hi all, I'm in a context where the shortcuts should work and I have the ability to switch into another where they should be disabled because may interfere with the typical use of the new context.

Re: GtkOrientable and GtkBox

2009-06-03 Thread Christian Dywan
Am Wed, 03 Jun 2009 16:18:17 +0800 schrieb Davyd Madeley da...@madeley.id.au: On Wed, 2009-06-03 at 10:08 +0200, Sven Neumann wrote: Hi, On Wed, 2009-06-03 at 14:25 +0800, Davyd Madeley wrote: I was experimenting with using GtkOrientable today and came across what might be an

Re: GTK+ print preview

2009-05-20 Thread Christian Dywan
Am Wed, 20 May 2009 15:17:41 +0100 schrieb Ghee Teo ghee@sun.com: Carlos Garcia Campos wrote: El mar, 19-05-2009 a las 07:46 +0200, Sven Neumann escribió: Hi, On Mon, 2009-05-18 at 15:06 +0200, Carlos Garcia Campos wrote: I've realized that print preview doesn't work

Re: Native file chooser dialog on Windows

2009-05-16 Thread Christian Dywan
Am Fri, 15 May 2009 22:28:01 +0200 schrieb Jernej Simončič jernej.listso...@ena.si: On Fri, 15 May 2009 14:33:12 -0400 (EDT), Allin Cottrell wrote: IMO this is now pretty much of a non-issue, since the current GTK file selection dialog is sufficiently like Windows (but nicer!). For the

Re: tree model

2009-05-12 Thread Christian Dywan
Am Tue, 12 May 2009 08:10:11 +0200 schrieb Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: 2009/5/12 Matthias Clasen matthias.cla...@gmail.com: I should have been slightly more clear:  I am interested in being able to provide a GtkTreeModel for those people who wish to use it

Re: Review of gnio, round 1

2009-05-11 Thread Christian Dywan
Am Mon, 11 May 2009 10:49:31 -0400 schrieb Dan Winship d...@gnome.org: On 05/11/2009 10:30 AM, Stefan Kost wrote: Alexander Larsson schrieb: GResolver is already in gio, yes. NameResolver isn't really less generic than GResolver though. What else would it resolve but names? Could be

Re: GLib plans for the next cycle

2009-04-20 Thread Christian Dywan
Am Mon, 20 Apr 2009 17:00:41 +0200 schrieb Alexander Larsson al...@redhat.com: On Mon, 2009-04-20 at 10:43 -0400, Allin Cottrell wrote: On Sun, 19 Apr 2009, David Zeuthen wrote: I could be wrong, but just briefly looking at the code it looks like there is no default implementation of

Re: Unplugging GtkPlug from GtkSocket

2009-04-14 Thread Christian Dywan
Am Wed, 15 Apr 2009 00:19:38 +0530 schrieb Ravi Kasibhatla kasibhatla.r...@gmail.com: Hi all, I am creating a plugin for a browser based on webkit, using the xembed protocol i.e. using GtkSocket GtkPlug. I have been successfully able to create the plugin show the content required on the

Re: GVariant for prez!

2009-04-12 Thread Christian Dywan
Am Sat, 11 Apr 2009 13:55:36 -0400 schrieb Havoc Pennington havoc.penning...@gmail.com: Hi, On Sat, Apr 11, 2009 at 11:06 AM, Matthias Clasen matthias.cla...@gmail.com wrote: What David is saying (and I'm sure you understood) is that glib already comes with a type system, namely GType.

Re: GLib substr function

2009-04-10 Thread Christian Dywan
has it or you use low level functions in C. For the sake of demonstration, it took me 2 minutes to write a simple substring function in C that does what you want, have a look how it works. :) Yours, Christian/* Copyright (c) 2009 Christian Dywan christ...@twotoasts.de This code is licensed

Re: GLib substr function

2009-04-10 Thread Christian Dywan
Am Fri, 10 Apr 2009 16:49:43 +0200 schrieb b0unc3 daniele.m...@gmail.com: 2009/4/10 Nelson Benítez León nbenit...@gmail.com 2009/4/10 b0unc3 daniele.m...@gmail.com: Hi all, there is any implementation of a substr function in GLib ? I mean : string = hello world

Re: GTK+ web site [PATCH]

2009-03-28 Thread Christian Dywan
Am Fri, 27 Mar 2009 17:38:12 -0700 schrieb Eugenia Loli-Queru el...@hotmail.com: excuse me if this wasn't intentional but I think your tone is inappropriate here. I didn't see anything wrong with my tone on my previous email! I don't understand why you saw it as hostile! [...] And if you

Re: GTK+ web site

2009-03-26 Thread Christian Dywan
Am Thu, 26 Mar 2009 04:40:34 -0700 schrieb Eugenia Loli-Queru el...@hotmail.com: Thank you for the reply. Gnomefiles is back for months now btw, and OSNews has worked on it to make sure it's up and running properly. I would appreciate it if you could put back the link in the GTK.org page! :)

Re: Gtk+ 3.0 Theming API Hackfest Minutes

2009-03-12 Thread Christian Dywan
Am Thu, 12 Mar 2009 18:51:33 +0200 schrieb Cody Russell brats...@gnome.org: On Tue, Feb 24, 2009 at 12:30 AM, Alberto Ruiz ar...@gnome.org wrote: * All drawing funcitions to use a cario context and hide GtkWidget and GdkWindow (Strong request from 3rd party toolkits) After thinking

WebKit on webkit.gtk.org

2009-02-19 Thread Christian Dywan
Heya, I'm one of the WebKitGtk fellows and one thing we are missing currently is a place on the web, where you can find releases, docs and whatnot. So we had the idea, webkit.gtk.org would be a good domain. We would also like to use a similar design and layout, of course with different colours

Re: GtkOrientable: Can widgets now be flipped?

2009-02-08 Thread Christian Dywan
Am Sun, 08 Feb 2009 13:07:34 +0100 schrieb Murray Cumming murr...@murrayc.com: The new GtkOrientable's documentation http://library.gnome.org/devel/gtk/unstable/gtk-Orientable.html#gtk-Orientable.description says: Historically, such widgets have been realized as subclasses of a common base

Re: Bikeshedding the invisible-char

2009-01-20 Thread Christian Dywan
Am Mon, 19 Jan 2009 21:17:50 -0500 schrieb Yu Feng rainwood...@gmail.com: Hi Federico, If I can have a word on this: The big circle is wider than most characters. Compare the following 3 patterns: (10 chars, monospace) ●● •• 1234567890 When people type in a

Re: gtk+ speed

2008-12-22 Thread Christian Dywan
Am Mon, 22 Dec 2008 16:44:55 +0100 schrieb Alberto Garcia agar...@igalia.com: On Mon, Dec 22, 2008 at 02:44:40PM +, Ross Burton wrote: the code generated for a virtual function in C++ is as far as I understand (as I said, noob here) in principle the same as the code you have to

Re: Gtk+ on DirectFb (sample example fails with DirectFb/Fbdev Caught Signal 11)

2008-12-19 Thread Christian Dywan
Am Fri, 19 Dec 2008 20:52:18 +0530 schrieb Arun Patole webkit.ar...@gmail.com: Hi All, Is the latest GTK+ up to date for building with DirectFB? I tried building it but failed with some multiple definition errors. after resolving them, small demo example crashes. Do i have to apply any

Re: Top-level include files

2008-12-18 Thread Christian Dywan
Am Wed, 17 Dec 2008 15:01:55 -0500 schrieb Morten Welinder mort...@gnome.org: Its supposed to be documented in the api docs, at the top of the synopsis for each section. Of course, the documentation may be outdated. This is a farce. Why try to enforce something that does not seem to

Re: [Patch] Re: Howto retrieve selected font size from GtkFontButton

2008-12-03 Thread Christian Dywan
Am Wed, 3 Dec 2008 12:31:23 +0100 schrieb Nelson Benítez León [EMAIL PROTECTED]: 2008/12/2 Stefan Kost [EMAIL PROTECTED]: Nelson Benítez León schrieb: 2008/12/2 Sven Herzberg [EMAIL PROTECTED] http://bugzilla.gnome.org/show_bug.cgi?id=562998 Ok, thank you!, I was about to suggest

Re: Howto retrieve selected font size from GtkFontButton

2008-12-02 Thread Christian Dywan
Am Tue, 2 Dec 2008 14:19:49 +0100 schrieb Nelson Benítez León [EMAIL PROTECTED]: 2008/12/2 Christian Dywan [EMAIL PROTECTED] Am Tue, 2 Dec 2008 14:03:01 +0100 schrieb Nelson Benítez León [EMAIL PROTECTED]: Hi, Gtkfontbutton provides api to get the name of the selected font

Re: Minutes of the GTK+ Team Meeting - 2008-11-25

2008-11-25 Thread Christian Dywan
Am Tue, 25 Nov 2008 22:50:00 +0100 schrieb BJörn Lindqvist [EMAIL PROTECTED]: 2008/11/25 Emmanuele Bassi [EMAIL PROTECTED]: = minutes for the 2008-11-25 meeting = * alexl: client-side windows branch + third iteration of the offscreen redirection support + first was an hacked up version

Re: [PATCH] gtkicontheme.c: optimization

2008-11-24 Thread Christian Dywan
Am Sat, 22 Nov 2008 16:10:18 +0100 schrieb Kajtár Zsolt [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all! After doing some research on the gtk icon loading, I've changed a few things: [...] Hey Zsolt (is that your first name?), would you please file a bug,

Re: Fuse paths with gvfs

2008-11-18 Thread Christian Dywan
Am Tue, 18 Nov 2008 10:56:27 +0100 schrieb Alexander Larsson [EMAIL PROTECTED]: On Sun, 2008-11-16 at 15:42 +0200, Markku Vire wrote: Hi list, I'm wondering whether gvfs-fuse-daemon is expected to support multiple mounts from the same server. I have the following kind of situation:

Re: GTK_STOCK icons vs. named spec

2008-11-17 Thread Christian Dywan
Am Thu, 13 Nov 2008 21:56:29 -0800 schrieb John Daiker [EMAIL PROTECTED]: Hello All, First off, apologies for the widespread distribution of this e-mail. I figure start big, and then the appropriate list can assist from there. Second, I just signed up to the list (gtk-app-devel-list),

Patch biohazard report, Nov 18th

2008-11-17 Thread Christian Dywan
Hello Gtk+ people, time for another Bio Hazard! Low hanging fruits: - Bug 558325 – Tutorial link in FAQ is broken * + Tiny string replacement http://bugzilla.gnome.org/show_bug.cgi?id=558325 - Bug 560189 – GtkScale doesn't allow minimum size * + Straightforward, new style

Patch biohazard report, Oct 03rd

2008-11-03 Thread Christian Dywan
Hello Gtk+ people, time for another Bio Hazard! Low hanging fruits: - Bug 377699 – realizing gtk.Progress() causes SEGV + Make GtkProgress an abstract type, can we do that? http://bugzilla.gnome.org/show_bug.cgi?id=377699 - Bug 554567 – warning fixes (missing format specifiers and NULL vs

Re: g_utf8_strlcpy

2008-10-31 Thread Christian Dywan
Am 29 Oct 2008 10:24:09 -0400 schrieb PHILIP PAGE, BLOOMBERG/ 731 LEXIN [EMAIL PROTECTED]: I see that http://bugzilla.gnome.org/show_bug.cgi?id=520116 has been entered to develop a utf8 version of strlcpy. Has anyone done this? Below is a proposed implementation and some test cases. Philip

Re: Theming API hackfest: last call

2008-10-15 Thread Christian Dywan
Am Wed, 15 Oct 2008 13:48:47 +0200 schrieb Robert Staudinger [EMAIL PROTECTED]: On Wed, Oct 15, 2008 at 12:03 PM, Christian Dywan [EMAIL PROTECTED] wrote: [...] Sounds like it would make subclassing kind of hard, if I understand you right. For instance people like to subclass to create

Re: Theming API hackfest: last call

2008-10-15 Thread Christian Dywan
Am Wed, 15 Oct 2008 11:30:38 +0200 schrieb Robert Staudinger [EMAIL PROTECTED]: On Tue, Oct 14, 2008 at 11:44 PM, Behdad Esfahbod [EMAIL PROTECTED] wrote: [...] Shouldn't the class-specific ones use the css class modifier? That is, .GtkButton? Per libccss default, the style of a

Re: Theming API hackfest: last call

2008-10-14 Thread Christian Dywan
Am Tue, 14 Oct 2008 17:44:06 -0400 schrieb Behdad Esfahbod [EMAIL PROTECTED]: Robert Staudinger wrote: On Fri, Oct 10, 2008 at 3:36 AM, Behdad Esfahbod [EMAIL PROTECTED] wrote: [...] Hi Rob, I got to know about work you are doing by crossing over your fd.o account request. I

Re: Theming API hackfest: last call

2008-10-13 Thread Christian Dywan
Am Mon, 13 Oct 2008 12:55:08 +0200 schrieb Robert Staudinger [EMAIL PROTECTED]: On Fri, Oct 10, 2008 at 3:36 AM, Behdad Esfahbod [EMAIL PROTECTED] wrote: [...] Hi Rob, I got to know about work you are doing by crossing over your fd.o account request. I thought to myself: wow, this

Re: Windows dev-* environment

2008-10-07 Thread Christian Dywan
Am Mon, 6 Oct 2008 18:58:16 -0400 (EDT) schrieb Allin Cottrell [EMAIL PROTECTED]: On Mon, 6 Oct 2008, Vlad Grecescu wrote: I think most of the people that use Gtk+ on Windows also use autoconf/automake (think Inkscape, Geany, Pidgin). Unfortunately they also use parralel Makefiles for

Patch biohazard report, Sep 29th

2008-09-29 Thread Christian Dywan
Hello Gtk+ people, time for another Bio Hazard! Low hanging fruits: - Bug 524203 – GtkRanges should send ::change-value even if not realized + Easy patch, removing a bogus if(realized) - Patch applies fine http://bugzilla.gnome.org/show_bug.cgi?id=524203 - Bug 307963 – GtkSpinButton clamps

Re: Minutes of the GTK+ Team Meeting - 2008-09-23

2008-09-26 Thread Christian Dywan
Am Thu, 25 Sep 2008 22:20:17 +0200 schrieb Michael Natterer [EMAIL PROTECTED]: On Thu, 2008-09-25 at 15:07 -0400, Morten Welinder wrote: If all you really want is to change the defaults for box packing, then why isn't that all you are proposing? It would be a simple 1-line patch to

Re: Minutes of the GTK+ Team Meeting - 2008-09-23

2008-09-24 Thread Christian Dywan
Am Thu, 25 Sep 2008 02:20:35 +0300 schrieb Vlad Grecescu [EMAIL PROTECTED]: On Wed, Sep 24, 2008 at 12:12 AM, Emmanuele Bassi [EMAIL PROTECTED] wrote: = minutes for the 2008-09-23 meeting = * Deprecate the H/V split and add orientation instead + mitch has a patch deprecating all the H/V

Re: API's removed between 2.13.5 and 2.14.1

2008-09-24 Thread Christian Dywan
Am Wed, 24 Sep 2008 22:43:32 +0100 schrieb Matt Keenan [EMAIL PROTECTED]: Can anyone shed some light on why the following API's were removed from Gtk between 2.13.5 and 2.24.1 : * gtk_font_selection_get_face_entry * gtk_font_selection_get_family_entry Both of these were

Re: string return result conventions

2008-09-15 Thread Christian Dywan
Am Mon, 15 Sep 2008 11:20:41 +0200 (CEST) schrieb Tim Janik [EMAIL PROTECTED]: On Mon, 15 Sep 2008, Luke Kenneth Casson Leighton wrote: clearly, the best overall thing would be to actually return the unicode strings themselves rather than convert them (needlessly?) to utf-8. Strings

Re: gtkstyle.c: gtk_draw_slider and gtk_draw_layout not deprecated?

2008-08-29 Thread Christian Dywan
Am Fri, 29 Aug 2008 19:10:20 +0100 schrieb Alberto Ruiz [EMAIL PROTECTED]: Hi all messing around with gtkstyle.c I've found that most gtk_draw operations were deprecated for their gtk_paint_ equivalent. Now, gtk_draw_slider and gtk_draw_layout are undocumented and no deprecated info is

Re: gtkstyle.c: gtk_draw_slider and gtk_draw_layout not deprecated?

2008-08-29 Thread Christian Dywan
Am Fri, 29 Aug 2008 20:28:02 +0200 schrieb Christian Dywan [EMAIL PROTECTED]: Am Fri, 29 Aug 2008 19:10:20 +0100 schrieb Alberto Ruiz [EMAIL PROTECTED]: Hi all messing around with gtkstyle.c I've found that most gtk_draw operations were deprecated for their gtk_paint_ equivalent

Re: RFC: Deprecate GTK_{RESPONSE,STOCK}_{YES,NO}

2008-08-25 Thread Christian Dywan
Am Mon, 25 Aug 2008 09:00:05 +0200 schrieb Mathias Hasselmann [EMAIL PROTECTED]: Hi, The pure existence of GTK_RESPONSE_YES, GTK_RESPONSE_NO, GTK_STOCK_YES and GTK_STOCK_NO encourages creation of horrible user interfaces. One recent example is on Planet GNOME right now[1]. Other examples

Re: RFC: Deprecate GTK_{RESPONSE,STOCK}_{YES,NO}

2008-08-25 Thread Christian Dywan
Am Mon, 25 Aug 2008 14:12:38 +0200 schrieb Murray Cumming [EMAIL PROTECTED]: At the least, any Yes/No stuff in the API reference documentation should have a note saying that they are generally a bad idea, probably with a link to the GNOME HIG. If we want to keep people from doing stupid

Re: (1) How to implement Image Buttons without gaps? (2) Can GtkImage stretch an image automatically?

2008-08-20 Thread Christian Dywan
Am Wed, 20 Aug 2008 17:07:00 -0700 schrieb Daniel Yek [EMAIL PROTECTED]: [I sent this gtk-app-devel-list earlier, but I suppose this list might have an answer for me. I'm just trying to figure things out...] Hi, (1) I have been looking for a way to use GtkButton to create an Image

Re: Translucent Scrollbars

2008-08-19 Thread Christian Dywan
Am Tue, 19 Aug 2008 15:17:10 +0200 schrieb Mathias Hasselmann [EMAIL PROTECTED]: When looking at some Android screen shots[1] I've realized that their scrollbars are translucent. That's a really nice idea IMHO. I wonder if we can implement this feature in GTK+. Ciao, Mathias [1]

Re: When to call g_thread_init(), again...

2008-08-15 Thread Christian Dywan
Am Fri, 15 Aug 2008 15:45:29 +0300 schrieb Tor Lillqvist [EMAIL PROTECTED]: For example, Glib have g_mem_set_vtable() that alose requires to be first. Whee, so GLib documentation is internally inconsistent then. What a mess. Current wording of the g_thread_init() documentation doesn't

Re: gtk.HTML class nonexistent [was: Re: [pygtk] Computing optimum size of gtkhtml2.View]

2008-08-15 Thread Christian Dywan
Am Fri, 15 Aug 2008 19:20:10 + (UTC) schrieb Luke Kenneth Casson Leighton [EMAIL PROTECTED]: folks, hi, just an update: i was advised kindly to look at pywebkitgtk - which i downloaded and compiled from source, this morning. _wow_ am i dead impressed with this project! the demo browser

Re: G_DEFINE_ARRAY, G_DEFINE_LIST

2008-08-06 Thread Christian Dywan
Am Wed, 6 Aug 2008 14:45:08 -0400 schrieb Havoc Pennington [EMAIL PROTECTED]: Hi, 2008/8/6 Mathias Hasselmann [EMAIL PROTECTED]: The following mail is about using the chance of breaking API with glib-3.0 for improving GArray and GList. I thought 3.0 had no API breaks in it? I

Re: setting up a gtk dev environment

2008-07-27 Thread Christian Dywan
Am Sun, 27 Jul 2008 15:48:48 -0400 schrieb Patrick Hallinan [EMAIL PROTECTED]: On Sun, 2008-07-27 at 20:27 +0100, Simos Xenitellis wrote: On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan [EMAIL PROTECTED] wrote: On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: On Sun, 2008-07-27

Re: API for putting close buttons on tabs (proposal)

2008-06-27 Thread Christian Dywan
What do you think about this? I think this is mostly going too far. It is attractive to let the notebook provide close buttons, which leads to consistency. And of course also less dublicated code. That's why I particularly like an api that merely toggles such buttons on tabs. /* Globally

Re: API for putting close buttons on tabs (proposal)

2008-06-26 Thread Christian Dywan
Am Thu, 26 Jun 2008 20:57:34 +0200 schrieb Dodji Seketeli [EMAIL PROTECTED]: Gossip would definitely make use of this. Like many others I suspect, we currently implement our own thing to do it. Nemiver also has its own implementation of it. I guess pretty much every single application out

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Christian Dywan
Am Mon, 09 Jun 2008 14:43:54 +0200 schrieb Murray Cumming [EMAIL PROTECTED]: On Mon, 2008-06-09 at 13:30 +0100, Martyn Russell wrote: Murray Cumming wrote: On Tue, 2008-06-03 at 13:34 +0200, Kristian Rietveld wrote: [snip] We should start to enforce the usage of single header includes

Re: Qt vs. Gtk+ holy war Was: Steps to get to GTK+ 3.0

2008-06-05 Thread Christian Dywan
Am Thu, 05 Jun 2008 12:25:02 +0200 schrieb Xavier Bestel [EMAIL PROTECTED]: On Thu, 2008-06-05 at 08:59 +0200, Jean-Yves Lefort wrote: Likewise, you can implement a class Foo containing an int property bar using the GObject way: #define G_TYPE_FOO (g_foo_get_type())