Re: GdkPixbufLoader vs. _from_file: speed issue

2005-08-24 Thread Matthias Clasen
On Wed, 2005-08-24 at 17:59 +0200, Nicolas George wrote: I am trying to load an image, and I am comparing two methods: a plain gdk_pixbuf_new_from_file, and a GdkPixbufLoader with a fread/gdk_pixbuf_loader_write loop. I am very surprised by the difference of efficiency of both methods: with my

GTK+ 2.8.2 released

2005-08-24 Thread Matthias Clasen
= * Fix a crash with custom icon themes, which affected the gnome-theme-manager. [Kjartan Maraas] * Make sure font and cursor settings are propaged down Matthias Clasen August 24, 2005 ___ gtk-list

GTK+ 2.8.3 released

2005-08-29 Thread Matthias Clasen
://bugzilla.gnome.org/buglist.cgi?bug_id=314452,314470,314523,314473,314533,314473,314519,314585,314532,313862,314693,314700,314298 Matthias Clasen August 29, 2005 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Undocumented functions and LSB

2005-09-21 Thread Matthias Clasen
On Wed, 2005-09-21 at 16:32 -0700, Banginwar, Rajesh wrote: Hi, As has been discussed in earlier posts, LSB desktop project is planning on including GTK+ for LSB standardization. As we are going through different interfaces and documentations, we find many functions are not

GLib 2.8.2 released

2005-09-26 Thread Matthias Clasen
,et, eu,fi,fr,gl,gu,hu,it,ja,nb,nl,no,pl,pt,pt_BR,ro,ru,sk, sq,sr,[EMAIL PROTECTED],sv,uk,vi,zh_TW) A list of all bugs fixed in this release can be found at http://bugzilla.gnome.org/buglist.cgi?bug_id=315273,315275,313744,314217,316309,316703,314393,314890 Matthias Clasen September 26, 2005

Re: GLib 2.8.2 released

2005-09-27 Thread Matthias Clasen
It has been brought to my attention that the md5 sums for ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.2.tar.bz2 and http://ftp.gnome.org/pub/gnome/source/glib/2.8/glib-2.8.2.tar.bz2 do not agree. This is because the .bz2 files were created at different compression levels. I have verified that

GTK+ 2.8.2

2005-09-27 Thread Matthias Clasen
=314921,314995,310270,314980,315135,315253,314975,314473,315481,315229,136926,315187,315054,316023,316095,315993,316008,316027,316121,316256,316412,316180,316419,316422,316424,316552,316946,316871,315208,316094,316948 Matthias Clasen September 27, 2005 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK+ 2.8.2

2005-09-27 Thread Matthias Clasen
The subject should read GTK+ 2.8.4, of course. Matthias ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.8.3

2005-10-03 Thread Matthias Clasen
an error that crept in with a change to glib-mkenums in 2.8.2 [Matthias] * Documentation improvements [Davyd Madeley] * Translation updates (bn) Matthias Clasen October 3, 2005 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org

GTK+ 2.8.5

2005-10-03 Thread Matthias Clasen
= * GtkFileChooser - Don't clear the file name entry too often when in SAVE mode. [Jürg Billeter] - Reduce the startup time in OPEN mode [Federico Mena Quintero] * Stop drag in GtkPaned when grab shadowed [Matthias Clasen] * Correct the calculation

GTK+ 2.8.6

2005-10-04 Thread Matthias Clasen
= * GtkFileChooser - Don't reload the current folder unnecessarily on map [Federico Mena Quintero] * Revert a change from 2.8.5 that could lead to assertion failures when finalizing GtkStyles [Matthias Clasen] * Remove context prefixes from Portugese

Re: Are g_slist types thread-safe?

2005-10-06 Thread Matthias Clasen
On Thu, 2005-10-06 at 16:59 -0500, Bryan Christ wrote: In other words, if two or more threads need to append to the same list, do I need to wrap the critical areas in mutex or semaphore or do g_slist have their own internal lock? Yes, for concurrent access to the *same* GLib data

Re: Usage of GTK+ headers

2005-10-11 Thread Matthias Clasen
On Tue, 2005-10-11 at 15:00 -0700, Banginwar, Rajesh wrote: Hello, Many of the GTK+ libraries have one or more top level header files. E.g. Glib has glib.h, gdk-pixbuf has two gdk-data.h and gdk-pixbuf.h and so on… My question is about what applications typically use? Do they

Re: gtk+-2.8.6 link error I_ libgtk-x11-2.0.so (and now weeK_start in gtkcalendar.c)

2005-10-13 Thread Matthias Clasen
On Thu, 2005-10-13 at 22:27 -0700, Tom Crockett wrote: Hi, For all those following along (!) I've been able to make gtk+2.8.6. The problem is within gtk/gtkcalendar.c. On my initial efforts to make the gtk+ package the compile croaked with an error on variable week_start as undefined. I

Re: Type on www.gtk.org main page

2005-11-04 Thread Matthias Clasen
On Fri, 2005-11-04 at 19:35 +, Clemens Eisserer wrote: Versions 2.8.5 and 2.8.6 of GTK+ amd 2.83 of GLib have been released. I think the amd 2.83 should mean and 2.8.3? Its still not fixed after over a month - this should take about 10s to be done. Does nobody care? There are more

Re: Dragging windows together

2005-11-08 Thread Matthias Clasen
On Tue, 2005-11-08 at 12:00 -0700, Andrew Shafer wrote: Are there GTK or GDK level functions what will let me drag two top level windows together? I have two toplevel windows without decorations and I want to be able to drag them using a grip on one so they maintain the same relative

GTK+ 2.8.7 released

2005-11-15 Thread Matthias Clasen
in the pathbar [Carlos Garnacho, Andrei Yurkevich] - Don't access unmounted volumes [Federico] * GtkTextView - Avoid quadratic blowup when deleting text with lots of tags [Matthias Clasen] - Fix drag-selection corner cases [Arvind S N, Paolo Borelli] * GtkEntry - Add the entry completion

GLib 2.9.0 released

2005-11-18 Thread Matthias Clasen
functions (g_unichar_isalpha, g_unichar_isdigit,...) have been optimized [Behdad] - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer: These functions handle negative offsets now, and going backwards in g_utf8_offset_to_pointer uses stutter stepping. [Larry Ewing, Matthias Clasen

GTK+ 2.8.8. released

2005-11-28 Thread Matthias Clasen
=317002,321761,321777,321560,322235,104514,322516,322505,322350,322493,322603,318077,320822,322291,321856,322565,322571 Matthias Clasen November 28, 2005 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Gtk applications crash when DISPLAY forwarded to SGI Octane

2005-11-28 Thread Matthias Clasen
On Mon, 2005-11-28 at 16:17 -0800, Joe Van Dyk wrote: I can't get any recent Gtk applications (using Gtk 2.8.6) to work when forwarding the DISPLAY of the applications to any SGI Octane's we have here. It's running IRIX/6.5.15f. Where's the appropriate place to send the details of this?

GTK+ 2.8.9 released

2005-12-09 Thread Matthias Clasen
to support building against GLib 2.10 [Matthias Clasen] - Report errors in option parsing [Matthias] - Merge upstream xdgmime changes to handle duplicate glob patterns [Matthias] Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http

GLib 2.9.1 released

2005-12-09 Thread Matthias Clasen
= * Memory management - The slice allocator is implemented [Tim Janik] - g_slice_free_chain() has been renamed to g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod] - Mem chunks are deprecated [Matthias Clasen] * Data structures - Hash

Pango 1.11.1 released

2005-12-12 Thread Matthias Clasen
Behdad stayed up all night to finish Pango 1.11.1 before leaving for the holidays. Thanks, Behdad ! Pango 1.11.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.9 http://ftp.gnome.org/pub/GNOME/sources/pango/1.11 pango-1.11.1.tar.bz2 c6255bba9bb738a564716fd57b7cc546

GLib 2.8.5 released

2006-01-03 Thread Matthias Clasen
() replace existing files [Tor] - Other fixes [Tor] * Translation updates (be,bg,en_CA,es,fi,fr,gl,gu,nl,vi,zh_CN) Matthias Clasen Jan 3, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Availability LSB specification for GTK toolkit

2006-01-05 Thread Matthias Clasen
On Thu, 2006-01-05 at 12:11 -0800, Banginwar, Rajesh wrote: Kindly review the specs and give us feedback. Here are some comments from quickly looking through the GLib parts: Matthias Foreword This is version VERSION... ^^^ What version ? Introduction

GLib 2.9.2 released

2006-01-05 Thread Matthias Clasen
(...) is C99 [Kazuki Iwamoto] 325874 Should say somewhere that source IDs are 0 [Dan Williams] 325438 a typo (compatability) [Stefan Kasal] 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula] Matthias Clasen Jan 6, 2006 ___ gtk-list

GTK+ 2.8.10 released

2006-01-11 Thread Matthias Clasen
Stimming] 326429 in gtk.h, twice the same lines [Benoît Carpentier] 326064 Artifacts on some widgets [Andrew Conkling] Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.9.4 released

2006-01-18 Thread Matthias Clasen
milliseconds. [Sebastian Wilhelmi] * Fix a memory allocation problem in GKeyFile. [Morten Welinder] Matthias Clasen Jan 18 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.8.6 released

2006-01-18 Thread Matthias Clasen
lead to segfaults in GTK+ applications on 64bit platforms. * Fix a memory allocation problem in GKeyFile. [Morten Welinder] * New and updated translations (ca,ja,ml,sv,zh_HK,zh_TW) Matthias Clasen Jan 18 2006 ___ gtk-list mailing list gtk-list

GLib 2.9.5 released

2006-01-27 Thread Matthias Clasen
updates (da,et,zh_CN) Matthias Clasen 27 Jan 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.8.11 released

2006-01-27 Thread Matthias Clasen
Kirbach] * Documentation improvements [Federico Mena Quintero] * Translation updates (es,pt_BR,zh_HK,zh_TW) Matthias Clasen 27 Jan, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: glib suggestions

2006-02-05 Thread Matthias Clasen
On 2/4/06, Juhana Sadeharju [EMAIL PROTECTED] wrote: A few glib suggestions: Please add your suggestions in bugzilla. There are already bugs for date formatting (325064). For recursive directory creation, check out g_mkdir_with_parents(), which has been added in 2.8 Matthias

GLib 2.9.6 released

2006-02-11 Thread Matthias Clasen
] * Translation updates (cs,cy,it,ko,pt,sq,sr,[EMAIL PROTECTED],ru Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.8.12 released

2006-02-11 Thread Matthias Clasen
] * Translation updates (cy,lt,nl,pt,ru,sr,[EMAIL PROTECTED],vi) Matthias Clasen 11 Feb, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk-demo and editable_cells

2006-02-13 Thread Matthias Clasen
On 2/13/06, Hariyanto [EMAIL PROTECTED] wrote: My system is ubuntu 5.10 with gtk 2.8.6. I try gtk-demo - Editable Cell. I get gtk_cell_renderer_combo picture on attachment. How I can set gtk_cell_renderer_combo like in http://people.redhat.com/mclasen/GUADEC05/notes.pdf - new cell renderers.

Re: Trouble building gtk+-2.0 - undefined reference to `g_intern_static_string'

2006-02-13 Thread Matthias Clasen
On 2/12/06, Don Rozenberg [EMAIL PROTECTED] wrote: Hi, I am trying to build pygtk and it requires gtk+-2.0 = 2.7 and so I am trying to build gtk+-2.8.12 and keep running into the following error: gcc -g -O2 -Wall -o .libs/gtk-query-immodules-2.0 queryimmodules.o ./.libs/libgtk-x11-2.0.so

Re: MacOS X native port: How native?

2006-02-20 Thread Matthias Clasen
On 2/18/06, Michael Torrie [EMAIL PROTECTED] wrote: This brings up another point. Does Pango and GTK on OS X use the OS X fonts subsystem (softer font rendering and anti-aliasing) or does it still use FreeType? I'd prefer the OS X fonts subsystem, but Freetype is okay too since it can be

GLib 2.10.0 released

2006-02-24 Thread Matthias Clasen
to specify an idle time before threads are returned to the global pool. More information about GLib is available at: http://www.gtk.org/ The GLib Team: Hans Breuer, Matthias Clasen, Tim Janik, Tor Lillqvist, Manish Singh, Owen Taylor, and Sebastian Wilhelmi Thanks to all the GLib 2.10

GTK+ 2.8.13 released

2006-02-24 Thread Matthias Clasen
Drake] 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli] 331651 GtkRadioButton does not issue notify::active 332059 Make more use of G_DISABLE_ASSERT in TextView code [Arnaud Charlet] * Updated translations (eu,ka,uk) Matthias Clasen Feb 25, 2006

Re: Embedded uses diverging Re: GTK+ 2.8.13 released

2006-03-01 Thread Matthias Clasen
On 2/28/06, Sean Kelley [EMAIL PROTECTED] wrote: At some point as Gtk+ progresses on to Gtk+ 2.10 and Gtk+ for embedded use remains pretty much a heavily patched Gtk+ 2.6 (nokia 770 et al), does it make sense to have a real branch for strictly embedded use? The reason I say that is the

Re: Usability of the GTK+ 2 file open dialog

2006-03-07 Thread Matthias Clasen
And of course, nobody in this thread can remember the years of screaming and whining about the old file chooser... ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: QT vs GTK 2006

2006-03-07 Thread Matthias Clasen
On 3/6/06, Martin Olsson [EMAIL PROTECTED] wrote: Hi folks, I'm currently evaluating (GUI) toolkits, and I'm interested in the differences between QT and GTK. My code is going to be GPLed and I need it to be cross-platform. I've read a few previous threads from this list concerning this

GLib 2.10.1 released

2006-03-07 Thread Matthias Clasen
structs * Translation updates (fr,hu,lt,pl,sv) Matthias Clasen March 7, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Usability of the GTK+ 2 file open dialog

2006-03-07 Thread Matthias Clasen
On 3/7/06, David Necas (Yeti) [EMAIL PROTECTED] wrote: On Tue, Mar 07, 2006 at 02:02:01PM -0500, Matthias Clasen wrote: And of course, nobody in this thread can remember the years of screaming and whining about the old file chooser... With all respect to you, this is a bogus argument

GTK+ 2.8.14 released

2006-03-08 Thread Matthias Clasen
everytime when clicking on the widget [Steve Frécinaux] 323401 blink_cb optimization is not working 316689 GtkTreeView does not resize correctly [Chris Lord] 148518 Fix incremental loading of 8-bit pcx files [Magnus Bergmann] * Updated translations (cy,de,es,nn,pl) Matthias Clasen March 8

Re: Non-editable GtkComboBoxEntry?

2006-03-10 Thread Matthias Clasen
On 3/9/06, Murray Cumming [EMAIL PROTECTED] wrote: Is there any good way to make a GtkComboBoxEntry non-editable? Calling gtk_entry_set_editable() on the child GtkEntry isn't enough. The user can still change the contents of the GtkEntry by choosing something from the drop-down menu.

GTK+ 2.8.15 released

2006-03-13 Thread Matthias Clasen
have wrong linecaps [Tor Lillqvist] 326362 panel crash with a11y enabled [Kjartan Maraas] * Updated translations (bg,bn,cs,eu,ro) Matthias Clasen March 13, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GtkEntry invisible char default question

2006-03-22 Thread Matthias Clasen
On 3/22/06, Banginwar, Rajesh [EMAIL PROTECTED] wrote: Hi, During the LSB desktop testing on Fedora we recently (FC5 test3 and final release) found that there is a patch gtk+-2.8.10-set-invisible-char-to-bullet.patch added by Fedora developers. This patch is breaking some of our tests

GLib 2.10.2 released

2006-04-07 Thread Matthias Clasen
Persch] 335294 Documentation should not reference G_HAVE_GINT64, as it's deprecated.[Richard Laager] * Translation updates (dz,et,he,hi,ka,or,pt_BR,ro,tr) Matthias Clasen April 7, 2006 ___ gtk-list mailing list

GTK+ 2.8.17 released

2006-04-07 Thread Matthias Clasen
cases [Matthias Clasen] * Updated translations (bn,cs,dz,et,ka,ne,or,ru,sk,sq,xh) Matthias Clasen April 7, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.11.0 released

2006-05-02 Thread Matthias Clasen
Hershkovitz, Yasufumi Itoh, Yevgen Muntyan Matthias Clasen May 2, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.9.0 released

2006-05-05 Thread Matthias Clasen
, Wolfgang Thaller, Wouter Bolsterlee, Yang Hong, Yevgen Muntyan, Yong Wang Matthias Clasen May 5, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.11.1 released

2006-05-15 Thread Matthias Clasen
, Morten Welinder, Alessandro Vesely, Sebastian Wilhelmi, Chris Wilson, Bastian Nocera, Tor Lillqvist, Behdad Esfahbod, Pascal Terjan, Alexander Larsson, Jake Goulding Matthias Clasen May 2, 2006 ___ gtk-list mailing list gtk-list@gnome.org http

GTK+ 2.9.1 released

2006-05-16 Thread Matthias Clasen
, Richard Hult, Roozbeh Pournader, Simos Xenitellis, Søren Sandmann, Tim Janik, Tino Meinen, Tor Lillqvist, William Jon McCann, Yevgen Muntyan Matthias Clasen May 16, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

GLib 2.10.3 released

2006-05-26 Thread Matthias Clasen
translations (dz,et,nn) Matthias Clasen May 26, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.8.18 released

2006-05-26 Thread Matthias Clasen
mode [Benjamin Berg] Multiple issues discovered by Coverity [Coverity] Make gtk_file_chooser_button_new() friendlier for language bindings [Murray Cumming] Updated translations (de,es,fr,he,nn) Matthias Clasen May 26, 2006

GLib 2.11.2 released

2006-06-05 Thread Matthias Clasen
, Kazuki Iwamoto Leonard den Ottolander, Chris Wilson, Behdad Esfahbod, Matt Barnes, Øystein Johansen, Tim Janik Morten Welinder Matthias Clasen June 5, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.9.2 released

2006-06-05 Thread Matthias Clasen
=342072,342096,342003,341734,305530,168105,342007,342529,342535,342543,342569,341679,342752,172535,342513,342781,342783,342754,136571,341450,333284,340428,340839,341898,321523,343088,343233,324480,342894,320431,342930,343453,343425,343438,343444,340444,343475,302556,343677,343625,80127,343838,341327,168105,343630 Matthias Clasen June 5, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org

GLib 2.11.4 released

2006-06-20 Thread Matthias Clasen
fixed in this release can be found at: http://bugzilla.gnome.org/buglist.cgi?bug_id=344868 Thanks to everybody who has contributed to this release, in the form of bug reports or patches: Emmanuele Bassi, Christian Persch, Federico Mena Quintero Matthias Clasen June 20, 2006

GTK+ 2.9.4 released

2006-06-21 Thread Matthias Clasen
, Murray Cumming, Kristian Rietveld June 21, 2006 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.8.20 released

2006-07-02 Thread Matthias Clasen
to everybody how has contributed: Carlos Garnacho, Damon Chaplin, Phil Dumont, Sven Herzberg, Christian Weiske, Thomas Klausner July 2, 2006 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.12 released

2006-07-02 Thread Matthias Clasen
-June/msg00029.html http://mail.gnome.org/archives/gtk-devel-list/2006-June/msg00056.html http://mail.gnome.org/archives/gtk-devel-list/2006-June/msg00107.html More information about GLib is available at: http://www.gtk.org/ The GLib Team: Hans Breuer, Matthias Clasen, Tim Janik, Tor

GTK+ 2.10 released

2006-07-03 Thread Matthias Clasen
+ 2.10 is found at: http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html Common questions: http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html http://www.gtk.org/faq/ The GTK+ Team: Jonathan Blandford, Hans Breuer, Kristian Rietveld, Matthias Clasen, Tim Janik, Tor

GLib 2.12.1 released

2006-07-22 Thread Matthias Clasen
in glib/gconvert.c * New and updated translations (bg,bn_IN,ca,dz,eu,fi, fr,he,it,ja,mk,or,pt) Thanks to the contributors: Thomas Klausner, Behdad Esfahbod, Nikolai Weibull, Mark Drago, Tor Lillqvist Matthias Clasen July 22, 2006 ___ gtk-list mailing list

GTK+ 2.10.1 released

2006-07-23 Thread Matthias Clasen
Persch, Josh Green, Claudio Saavedra, Michael Wu, Owen Taylor, Federico Mena Quintero, Matteo Nastasi Matthias Clasen July 23, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.12.2 released

2006-08-15 Thread Matthias Clasen
Esfahbod, Nikolai Weibull, Chris Wilson, Jakub Friedl, Emmanuele Bassi, Matt Barnes, Josh Parsons Matthias Clasen August 15, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.10.2 released

2006-08-17 Thread Matthias Clasen
, Jonathan Matthew, Peter Johanson, Thomas Rydzynski, Benedikt Meurer, Paolo Borelli, Don Scorgie, Tor Lillqvist, Tim Janik, Yevgen Muntyan, Vincent Untz, Christian Neumair, Don Anderson, Étienne Bersac, Mart Raudsepp Matthias Clasen August 18, 2006 ___ gtk

GLib 2.12.3 released

2006-08-30 Thread Matthias Clasen
* Translation updates (fr,hu,ja,ku,lt,lv,ml,or, pt,ru,sv,vi,zh_CN) Thanks to the contributors Brian Cameron, Tim Janik, Tor Lillqvist, Simon Budig, William Jon McCann Matthias Clasen August 30, 2006 ___ gtk-list mailing list gtk-list@gnome.org http

GTK+ 2.10.3 released

2006-09-05 Thread Matthias Clasen
, Ross Burton, Michael Natterer, Emmanuele Bassi, Jan Arne Petersen, Abel Cheung, Chris Wilson, Mariano Suárez-Alvarez, Frederic Crozat, Kristian Rietveld, Yevgen Muntyan Matthias Clasen September 5, 2006 ___ gtk-list mailing list gtk-list@gnome.org http

GTK+ 2.10.4 released

2006-09-22 Thread Matthias Clasen
, Nelson Benitez, Behdad Esfahbod, Hong Jen Yee, Torsten Schoenfeld, Richard Hult, Dennis Cranston, Behnam Esfahbod, Claudio Saavedra Matthias Clasen September 23, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo

Re: GTK+ 2.10.4 released

2006-09-25 Thread Matthias Clasen
On 9/25/06, Attilio Fiandrotti [EMAIL PROTECTED] wrote: And the DFB backend was indeed found to be broken by the gtk-gnome Debian team when they tried to build a DFB flavour of GTK for use in the debian-installer. Is there a way to check if the DirctFB backend builds correctly before a major

GLib 2.12.4 released

2006-10-01 Thread Matthias Clasen
, Behdad Esfahbod, Tom Tromey, Andrew Paprocki, Ross Burton Matthias Clasen October 1, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.10.6 released

2006-10-03 Thread Matthias Clasen
=357566,357454,358405,357791,358351,354849,353736,357280,358931,357280,359053,359052 Thanks to everybody how has contributed: Tor Lillqvist, Michael Natterer, Tommi Komulainen, Paolo Borelli, Padraig O'Briain, Andreas Köhler, Scott Horowitz, James Evans, Behdad Esfahbod, Ghee Teo October 3, 2006 Matthias

GLib 2.12.6 released

2006-12-20 Thread Matthias Clasen
(ca,gu,mk,th) Matthias Clasen December 20, 2006 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.12.7 released

2007-01-04 Thread Matthias Clasen
=336438,389300,304517,376645,390913,391367,391370,391364,371670,371631,346955 Thanks to all contributors: Lőrinczy Zsigmond Tim Janik Andreas Köhler Tor Lillqvist Kazuki Iwamoto Loïc Minier Michael Natterer Maciej Piechotka Behdad Esfahbod Matthias Clasen January 4, 2007 ___ gtk-list

GTK+ 2.10.7 released

2007-01-05 Thread Matthias Clasen
, Paolo Borelli, Paolo Maggi, Philipp Langdale, Richard Stellingwerff, Robert Ancell, Rob Staudinger, Søren Wedel Nielsen, Sven Herzberg, Theppitak Karoonboonyanan, Tim Waugh, Tommi Komulainen, Tor Lillqvist, Travis Abbott, Tristan Van Berkom, Vassilis Pandis, Xan Lopez, Yevgen Muntyan Matthias

Re: GLib 2.12.7 released

2007-01-06 Thread Matthias Clasen
On 1/6/07, Tomasz Kłoczko [EMAIL PROTECTED] wrote: This version fails on make check on: PASS: base64-test ** ERROR **: naive_bit_nth_lsf (18446744073709551615, 31) = 32; builtin_bit_nth_lsf1 (18446744073709551615, 31) = 0; aborting... /bin/sh: line 4: 26024 Aborted

GLib 2.12.8 released

2007-01-14 Thread Matthias Clasen
Wilson, David Schleef, Marc Brockschmidt, Kazuki Iwamoto, Tor Lillqvist Matthias Clasen January 15, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GLib 2.12.8 released

2007-01-16 Thread Matthias Clasen
On 1/16/07, Marcin Banasiak [EMAIL PROTECTED] wrote: Thanks for the work, but I don't understand, why you modified ABI without changing soname. Now some application crashes, for example liferea: /usr/bin/liferea-bin: Symbol `g_thread_functions_for_glib_use' has different size in shared

GLib 2.12.9 released

2007-01-16 Thread Matthias Clasen
an unintended ABI breakage in the 2.12.8 release. For details see bug #397139. Thanks to Joe Marcus Clarke and Tor Lillqvist for pointing out the problem and testing the fix. Matthias Clasen January 16, 2007 ___ gtk-list mailing list gtk-list@gnome.org

GTK+ 2.10.8 released

2007-01-16 Thread Matthias Clasen
Lillqvist Yevgen Muntyan Matthias Clasen January 17, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.10.9 released

2007-01-22 Thread Matthias Clasen
of all fixed bugs can be found at http://bugzilla.gnome.org/buglist.cgi?bug_id=394190,397621,397581,397330,336819,143460,397783,363437 Thanks to all contributors: Emmanuele Bassi Tor Lillqvist Yongsu Park Robert Ögren Vincent Untz Michael Natterer Felix Riemann Matthias Clasen January 22, 2007

GLib 2.12.10 released

2007-03-07 Thread Matthias Clasen
/buglist.cgi?bug_id=346808,398069,398203,398069,399971,400044,396899,404832,149144,341988,399611,350802,407431 Thanks to all contributors: Tor Lillqvist Serhat Sevki Dincer Owen Taylor Jon Oberheide Benjamin Dauvergne Roozbeh Pournader Loïc Minier Laszlo Peter Martyn Russell Simon Budig Matthias Clasen

GLib 2.12.11

2007-03-08 Thread Matthias Clasen
leftover debugging output in 2.12.10; it also fixes an embarrassing bug in g_strtoll(). Matthias Clasen March 9, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.10.10 released

2007-03-12 Thread Matthias Clasen
Lucas Mazzardo Veloso Daniel Atallah Kazuki Iwamoto Lin Ma Boyd Timothy Andreas Koehler Jan Darmochwal Colin Leroy Li Yuan Joe Markus Clarke Matthias Clasen March 12, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo

GTK+ 2.10.11

2007-03-14 Thread Matthias Clasen
://www.gtk.org/faq/ Matthias Clasen March 14, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.0 released

2007-03-16 Thread Matthias Clasen
Brockschmidt Joe Marcus Clarke Serhat Sevki Dincer Owen Taylor Jon Oberheide Benjamin Dauvergne Roozbeh Pournader Jan Schmidt Benjamin Otte Brian Cameron Søren Sandmann Martyn Russell Paolo Borelli Bastian Nocera Bobby Jack Denis Jacquerye Richard Hult Halton Huo Matthias Clasen March 16, 2007

GLib 2.12.12 released

2007-05-01 Thread Matthias Clasen
Denis Jacquerye Paul Jarc Tor Lillqvist Michael Natterer Matthias Clasen May 1, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.10.12 released

2007-05-02 Thread Matthias Clasen
Larsson Dan Williams Hiroyuki Yamamoto Lieven van der Heide Tommi Komulainen Michael Natterer Matthias Hasselmann Matthias Clasen May 2, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.1 released

2007-05-02 Thread Matthias Clasen
Lachowicz Ryan Lortie Tim Janik Matthias Clasen May 3, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.2 released

2007-05-22 Thread Matthias Clasen
contributors: Yevgen Muntyan Behdad Esfahbod Dan Winship Dave Benson Tor Lillqvist Christian Persch Damien Carbery Vincent Untz Michael Natterer Joseph Sacco Philip Withnall Guillaume Desmottes Matthias Clasen May 23, 2007 ___ gtk-list mailing list gtk-list

GTK+ 2.11.0 released

2007-05-24 Thread Matthias Clasen
Vincent Geddes Vincent Untz Vytautas Liuolia Wouter Bolsterlee Xan Lopez Yevgen Muntyan Matthias Clasen May 24, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.3 released

2007-06-04 Thread Matthias Clasen
Delhomme Vincent Untz Matthias Clasen June 4, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.11.1 released

2007-06-04 Thread Matthias Clasen
Alex Graveley Mathias Hasselmann Kristian Rietveld Alp Toker Behdad Esfahbod Torsten Schoenfeld Christian Hammond Matthias Clasen June 4, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.13.4 released

2007-06-05 Thread Matthias Clasen
to Vincent Untz Christian Persch Behdad Esfahbod Ben Combee Matthias Clasen June 6, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.11.2 released

2007-06-06 Thread Matthias Clasen
Torsten Schoenfeld Brian Cameron Tor Lillqvist Carlos Garnacho Matthias Clasen June 6, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.10.13 released

2007-06-12 Thread Matthias Clasen
Fiandrotti Daniel Atallah Cody Russell Dom Lachowicz Sven Neumann Jochen Baier Tommi Komulainen Michael Natterer Eddie C. Dost Behdad Esfahbod Benjamin Berg Theppitak Karoonboonyanan Matthias Clasen June 13, 2007 ___ gtk-list mailing list gtk-list@gnome.org

GTK+ 2.11.3 released

2007-06-15 Thread Matthias Clasen
Berg Murray Cumming Tor Lillqvist Christopher Taylor Johannes Schmid Kazuki Iwamoto Christian Persch Behdad Esfahbod Lucas Rocha Benjamin Montgomery Cody Russell Xan Lopez Dann Frazier Loïc Minier Masatake YAMATO Matthias Kilian Hans Breuer Mathias Hasselmann Ryan Lortie Matthias Clasen June 15

GLib 2.13.5 released

2007-06-18 Thread Matthias Clasen
Hasselmann Robby Griffin Tim Janik Matthias Clasen June 18, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.11.4 released

2007-06-19 Thread Matthias Clasen
Dennis Cranston Vincent Geddes Gustavo J. A. M. Carneiro Carlos Garnacho Emmanuele Bassi Torsten Schoenfeld Sven Neumann Matthias Clasen June 19, 2007 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

<    8   9   10   11   12   13   14   15   16   17   >