GLib 2.31.18

2012-02-20 Thread Ryan Lortie
Live from the Czech Republic, it's GLib 2.31.18! This release is an unstable release on the way to 2.32.0. http://download.gnome.org/sources/glib/2.31/ 1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa glib-2.31.8.tar.xz This release is aimed at being used as part of GNOME

Reducing unncessary string copying

2012-02-20 Thread Enrico Weigelt
Hi folks, I've observed in many C applications, often compile-time defined data like strings are copied unnecessarily. For example, if you pass names to certain objects (eg. opening a file, creating a window, etc) that will never change of disappear during the process' lifetime (eg.

Re: [gnome-db] GDA as Gee.Collection Reched Milestone 1

2012-02-20 Thread Vivien Malerba
On 13 January 2012 17:53, Daniel Espinosa eso...@gmail.com wrote: 2012/1/13 Vivien Malerba vmale...@gmail.com On 13 January 2012 00:51, Daniel Espinosa eso...@gmail.com wrote: Here is what I propose to you: - remove the generated files from git - add to git the reference of

GTK theme engines slow ?

2012-02-20 Thread Michael
Hello, This is not a bug report as the relation to GTK is neither fully confirmed nor understood. But may i point you to this issue, and leave it to you if there's something substantial for you, or not ? key mail: http://lists.claws-mail.org/pipermail/users/2012-January/001204.html thread

GTK theme engines slow ?

2012-02-20 Thread Michael
Ah, and before you just skip it, pls read at least this bit too, about QT / Plasma not showing the issue even in the same running system. http://lists.claws-mail.org/pipermail/users/2012-January/001182.html ___ gtk-devel-list mailing list

g_signal_handlers_block_matched() prototype

2012-02-20 Thread John Lindgren
Hi, The func argument passed to g_signal_handlers_block_matched() is currently a gpointer, which causes a warning when GCC is in strict C99 mode, since C99 does not allow converting a function pointer to an object pointer. Wouldn't it make more sense for func to have GCallback type? -- John

Re: GTK+ design meetup in Brno

2012-02-20 Thread Jakub Steiner
Hi. I was planning to come on Monday, but I can change to Sunday to make it. -- Jakub Steiner jim...@gmail.com http://jimmac.musichall.cz ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GTK+ design meetup in Brno

2012-02-20 Thread Allan Day
Apologies for the slow response. I've just extended my trip to Brno so I will be there for more of the Gtk+ hackfest. I'm free any time Sunday, or I could do it later in the week if that would help (I'm there until Thursday 23rd). Allan On Mon, Feb 6, 2012 at 7:31 PM, Jakub Steiner

Algorithm for drawing triangles in latest release of gtk+

2012-02-20 Thread Debarshi Sanyal
Hi, Could anyone please confirm whether in the latest release of gtk+ (2.24.9, C/C++ binding), triangles are drawn as polygons or more optimized (in terms of speed) algorithms are used for drawing of triangles. I guess earlier versions of gtk+ (=2.4) used the same algorithms for general polygons

Re: Reducing unncessary string copying

2012-02-20 Thread Enrico Weigelt
* André Gillibert metaentr...@gmail.com schrieb: This adds some level of indirection to access the data bytes, and some space overhead. For example, the string hello is 6 bytes long (including the zero terminator), with GLIBC's malloc, it may occupy 8 bytes (or maybe 16 bytes). With your

Re: Reducing unncessary string copying

2012-02-20 Thread André Gillibert
2012/2/20, Enrico Weigelt weig...@metux.de: * André Gillibert metaentr...@gmail.com schrieb: This adds some level of indirection to access the data bytes, and some space overhead. For example, the string hello is 6 bytes long (including the zero terminator), with GLIBC's malloc, it may

GLib 2.31.18

2012-02-20 Thread Ryan Lortie
Live from the Czech Republic, it's GLib 2.31.18! This release is an unstable release on the way to 2.32.0. http://download.gnome.org/sources/glib/2.31/ 1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa glib-2.31.8.tar.xz This release is aimed at being used as part of GNOME

High Quality Icon For GtkWindow

2012-02-20 Thread Bijan Binaee
Hi Everybody in the mailing list I’m trying to set icon for my GtkWindow but why the quality decrease when it show in Dash(overview in gnome shell) ? i use gtk_window_set_icon and use gdk_pixbuf_new_from_file for loading my icon and my icon size is 128x128 and the type is png also i resize it

Glib linking error: undefined reference to ...

2012-02-20 Thread Christian Arnold
Hi, I am not sure if this is the correct way of asking my question, but I nevertheless hope someone can help me... I just tried to solve the problem for 4 hours, and I am extremely frustrated right now... I have the following issue: I installed Ubuntu 11.10 and some libraries and packages

Re: Glib linking error: undefined reference to ...

2012-02-20 Thread Patrick Welche
On Fri, Feb 17, 2012 at 12:20:22AM +0100, Christian Arnold wrote: glibTest.c:24: undefined reference to `g_timer_new' glibTest.c:32: undefined reference to `g_random_double' glibTest.c:36: undefined reference to `g_timer_stop' glibTest.c:55: undefined reference to `g_str_hash' ... I

Re: Glib linking error: undefined reference to ...

2012-02-20 Thread Vivien Malerba
On 17 February 2012 00:20, Christian Arnold chrarn...@web.de wrote: Hi, I am not sure if this is the correct way of asking my question, but I nevertheless hope someone can help me... I just tried to solve the problem for 4 hours, and I am extremely frustrated right now... I have the

GLib 2.31.18

2012-02-20 Thread Ryan Lortie
Live from the Czech Republic, it's GLib 2.31.18! This release is an unstable release on the way to 2.32.0. http://download.gnome.org/sources/glib/2.31/ 1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa glib-2.31.8.tar.xz This release is aimed at being used as part of GNOME