Re: Bug #679291 (please review)

2012-08-04 Thread Matthias Clasen
On Sat, Aug 4, 2012 at 4:58 PM, Emmanuele Bassi eba...@gmail.com wrote: the patch in attachment 217892 looks okay - but what I'd like to see: a) bisecting to see what commit broke this; b) a test case for the TreeView test suite, to ensure we don't regress again; c) a patch done using git

roadmap for 3.6

2012-08-04 Thread Matthias Clasen
Here are my thoughts about what we can achieve between now and 3.6: - Fix animations (make spinners spin again): Benjamin is working on this - Fix state propagation (the notorious grayed-out labels): Benjamin is working on this - Review and merge Owen's animation / paint clock work: Owen is going

Re: next steps for touch support in GTK+

2012-08-03 Thread Matthias Clasen
Another option is introducing a complete new widget targeted at touch usage (similar to the one in iOS Garageband) [4] which Carlos implemented already [5]. The issue is here the height, which at least in a Sugar toolbar could be not as ideal and introducing a new widget. votes++. The spin

deprecating gdk threads

2012-07-29 Thread Matthias Clasen
I've put patches for deprecating the gdk threading api at https://bugzilla.gnome.org/show_bug.cgi?id=680754 Review appreciated. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ meetup at Guadec

2012-07-28 Thread Matthias Clasen
Hey, the GTK+ people that are present here in A Coruna had a somewhat spontaneous meetup this morning to talk about all things GTK+. While we've had bigger GTK+ meetings in the past, the sky is not falling - don't believe everything you read on the internet... We've made a number of concrete

Re: Why keysym constants in gdk/gdkkeysyms.h are defined as macros, not as an enum?

2012-06-26 Thread Matthias Clasen
On Tue, Jun 26, 2012 at 11:10 AM, Mark Vender markv...@yahoo.co.uk wrote: It's impossible for an application to break when enum values are added. They end up as integers within the code anyway and unless their values change, API/ABI stays the same. I could think of some ways. But anyway, the

Re: Is GtkApplication example Bloatpad Parse supposed to be Paste?

2012-06-23 Thread Matthias Clasen
On Sat, Jun 23, 2012 at 1:33 AM, Micah Carrick mi...@quixotix.com wrote: I was working on getting up to speed with GtkApplication by implementing the Bloatpad example application in the GTK+ docs in Python. I noticed the UI XML has an action for win.parse for which there are not actions. There

Icon view fixes

2012-06-19 Thread Matthias Clasen
Hey, there has been some grumbling about some of the icon view fixes that were included in the stable 3.4.3 release. Therefore, I thought it would be a good idea to announce beforehand that we are planning to land more icon view fixes in 3.4.4. These should hopefully address the issues that have

Icon view fixes

2012-06-19 Thread Matthias Clasen
Hey, there has been some grumbling about some of the icon view fixes that were included in the stable 3.4.3 release. Therefore, I thought it would be a good idea to announce beforehand that we are planning to land more icon view fixes in 3.4.4. These should hopefully address the issues that have

Re: Keyboard-Free accessibility of GTK

2012-05-20 Thread Matthias Clasen
On Sat, May 19, 2012 at 2:18 AM, Cedric Sodhi man...@gmx.net wrote: Surely, this would have to be integral part of Gtk, would it not? I could not imagine how something could plug into Gtk (without the means of LD_PRELOAD or similar) do achieve that - it would instead have to be integrated

Re: Input method support in Gtk

2012-05-14 Thread Matthias Clasen
On Sun, May 13, 2012 at 2:00 PM, Weng Xuetian wen...@gmail.com wrote: Hey, first of all, thanks a lot for coming here ! We here far too little from input method developers. 1. So there is a fundamental problem inside Gtk, which is Gtk cannot guarantee the key event always send to input method

Re: the start-up process of gtk+ 3

2012-04-17 Thread Matthias Clasen
2012/4/12 subhero subh...@163.com: Dear Everyone:  Recently I want to know how the gtk+ 3 choice the x11 backend. But i don't know anything about the process. For example ,here is a hello world program: To find out, you should grep for GDK_BACKEND in the source code. (GDK_BACKEND is the name

Re: gdk threads ...

2012-04-11 Thread Matthias Clasen
On Wed, Apr 11, 2012 at 6:00 AM, Murray Cumming murr...@murrayc.com wrote: On Mon, 2012-03-05 at 08:07 -0500, Ryan Lortie wrote: hi Michael, On Mon, 2012-03-05 at 12:11 +, Michael Meeks wrote:     Does that mean you're removing gdk_threads_enter and leave and the semantics around that

GTK+ 3.4.0 released

2012-03-26 Thread Matthias Clasen
who contributed to this release in the form of bug reports, patches and translations. Special thanks to Carlos Garnacho for his work on multitouch and to Ryan Lortie for his GtkApplication work. March 26, 2012 Matthias Clasen ___ gtk-app-devel-list

GTK+ 3.4.0 released

2012-03-26 Thread Matthias Clasen
who contributed to this release in the form of bug reports, patches and translations. Special thanks to Carlos Garnacho for his work on multitouch and to Ryan Lortie for his GtkApplication work. March 26, 2012 Matthias Clasen ___ gtk-devel-list mailing

GTK+ 3.4.0 released

2012-03-26 Thread Matthias Clasen
who contributed to this release in the form of bug reports, patches and translations. Special thanks to Carlos Garnacho for his work on multitouch and to Ryan Lortie for his GtkApplication work. March 26, 2012 Matthias Clasen ___ gtk-list mailing list

GLib 2.32.0 released

2012-03-24 Thread Matthias Clasen
. Special thanks to Ryan Lortie for his work on threading and menu support in this release and to Alexander Larsson for his work on resources. Matthias Clasen March 24, 2012 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

GLib 2.32.0 released

2012-03-24 Thread Matthias Clasen
. Special thanks to Ryan Lortie for his work on threading and menu support in this release and to Alexander Larsson for his work on resources. Matthias Clasen March 24, 2012 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

GLib 2.32.0 released

2012-03-24 Thread Matthias Clasen
. Special thanks to Ryan Lortie for his work on threading and menu support in this release and to Alexander Larsson for his work on resources. Matthias Clasen March 24, 2012 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo

gtk_menu_popup vs language bindings

2012-03-19 Thread Matthias Clasen
Hey, a while ago, we changed the annotations for gtk_menu_popup to skip that function and instead rename gtk_menu_popup_for_device to gtk_menu_popup. The reason for this change was that gtk_menu_popup doesn't have a destroy notify for its user_data, which is problematic for language bindings.

Re: Commercial support page on gtk.org

2012-03-19 Thread Matthias Clasen
On Mon, Mar 19, 2012 at 11:12 AM, Martyn Russell mar...@lanedo.com wrote: If there are no major objections, I will push this by Friday this week or shortly after. Comments welcome, It looks fine to me, thanks for doing this. Only question I have is whether it is ok to list companies as

Re: Commercial support page on gtk.org

2012-03-19 Thread Matthias Clasen
On Mon, Mar 19, 2012 at 1:41 PM, Alberto Ruiz ar...@gnome.org wrote: Same question goes for RedHat, are they actually offering support to ISVs? We support our products, of course, which do include various versions of GTK+. But that is a bit different from the kind of support that this page

Re: GTKPrintSettings

2012-03-16 Thread Matthias Clasen
On Fri, Mar 16, 2012 at 3:41 AM, Timothy Arceri t_arc...@yahoo.com.au wrote: Hi GTK maintainers,     Following up on my patch to add addition print settings. The patch has been reviewed and I have changed it to git commit format. It would be great if one of the gtk

Re: Adding gtkparasite to gtk?

2012-02-17 Thread Matthias Clasen
On Thu, Feb 16, 2012 at 12:00 PM, Colin Walters walt...@verbum.org wrote: Do you see this as something built by default?  Because then it would introduce a whole new build dependency cycle =(  Currently: https://github.com/chipx86/gtkparasite/blob/master/configure.ac It depends on pygtk,

Re: Multitouch review 2: press-and-hold

2012-02-01 Thread Matthias Clasen
On Wed, Feb 1, 2012 at 6:23 AM, Bastien Nocera had...@hadess.net wrote: I still think that the press and hold animation has no place here. Apart from Windows, I've not seen any touch or stylus devices use this, and I seriously doubt its usefulness (versus it looking tacky, out of place,

Multitouch review 3: kinetic scrolling

2012-02-01 Thread Matthias Clasen
API GTK_KINETIC_SCROLLING_{NONE,ENABLED,CAPTURE_BUTTON_PRESS} GtkScrolledWindow::kinetic-scrolling property Not much API here. Kinetic scrolling is enabled by setting the kinetic-scrolling property on the scrolledwindow. You can also add the CAPTURE_BUTTON_PRESS flag to that property to opt

Multitouch review 4: touch devices and events

2012-02-01 Thread Matthias Clasen
API GDK_SOURCE_TOUCH device type GDK_CROSSING_STATE_{CHANGED,TOUCH_PRESS,TOUCH_RELEASE,DEVICE_SWITCH} GDK_TOUCH_MASK event mask GDK_TOUCH_{MOTION,PRESS,RELEASE} event types gdk_event_get_touch_id XI2.2 emits TouchBegin, TouchEnd, TouchUpdate and TouchOwnership events. GDK translates the

Multitouch review 5: Multitouch events

2012-02-01 Thread Matthias Clasen
API GdkTouchCluster gdk_window_{create,remove}_touch_cluster gdk_touch_cluster_{add,remove}_touch GdkEventMultiTouch GDK_MULTITOUCH_{ADDED,UPDATED,REMOVED} event types GdkWidget::multitouch-event signal gdk_event_get_touch_area GdkTouchCluster objects are used to group touch-event

Multitouch review 6: gestures

2012-02-01 Thread Matthias Clasen
API GTK_GESTURE_SWIPE_{LEFT,RIGHT,UP,DOWN} GTK_GESTURE_CIRCULAR_{CLOCKWISE,COUNTERCLOCKWISE} gtk_widget_{enable,disable}_gesture GtkWidget::gesture signal GtkGesturesInterpreter GtkGestureStroke GtkGesture There's a simple API here that consists of a number of predefined gestures -

GTK+ design meetup in Brno

2012-01-31 Thread Matthias Clasen
Hey, some idea that came up in theme-related irc chatter today: Considering we have a GTK+ hackfest in Brno Feb 17-21, and a bunch of GNOME design people are in town that weekend as well, we should arrange for an hour or so of free-form discussion along the toolkit design boundary. Possible

Reviewing the multitouch branch

2012-01-31 Thread Matthias Clasen
There is a ton of stuff in the multitouch branch, and I really want to make progress on getting all this good stuff merged at the hackfest, so I think we need to start reviewing the branch before we get together. Since there's so much stuff in there, I'll try to split this up in a series of mails,

Multitouch review 1: event capture

2012-01-31 Thread Matthias Clasen
API: GtkWidget::captured-event signal GTK_CAPTURED_EVENT_{HANDLED,STORE} gtk_widget_release_captured_events General idea: The ::captured-event signal is emitted top-down, starting at the toplevel (somewhat different in the presence of grabs) all the way down to the widget that received the

Re: gir stability

2012-01-31 Thread Matthias Clasen
On Tue, Jan 31, 2012 at 2:40 PM, Ryan Lortie de...@desrt.ca wrote: What makes this particular incident of note is that popup_for_device() existed in Gtk 3.2 and was bound as such.  Python applications[1] started using it, and then, with this commit, it disappeared. We need to figure out

Re: Multitouch review 1: event capture

2012-01-31 Thread Matthias Clasen
On Tue, Jan 31, 2012 at 2:59 PM, Benjamin Otte o...@gnome.org wrote: Matthias Clasen matthias.clasen at gmail.com writes: Going into detail on your mail: API:   GtkWidget::captured-event signal   GTK_CAPTURED_EVENT_{HANDLED,STORE}   gtk_widget_release_captured_events - What events

Re: gir stability

2012-01-31 Thread Matthias Clasen
On Tue, Jan 31, 2012 at 4:15 PM, Ryan Lortie de...@desrt.ca wrote: There may also be scope for helping us cope better on the introspection side with things like renames: we could keep the old name in a deprecated state, for example. That seems like a very natural solution for this case,

Multitouch review 2: press-and-hold

2012-01-31 Thread Matthias Clasen
API: GtkWidget::press-and-hold GTK_PRESS_AND_HOLD_{QUERY,TRIGGER,CANCEL} GTK_STYLE_CLASS_PRESS_AND_HOLD style class GtkSettings::gtk-press-and-hold-timeout setting This feature has a long history going back to 2005 and Hildon [1][2]. The way it works is that ::press-and-hold is emitted upon

Re: DTDs and other fun

2012-01-30 Thread Matthias Clasen
On Fri, Jan 27, 2012 at 8:49 AM, Matthias Clasen matthias.cla...@gmail.com wrote: If anybody wants to do the work to replace the dtds with shaunm's schemas, please go ahead. Otherwise, I'll get to it at some point. I've done this now. ___ gtk-devel

Re: DTDs and other fun

2012-01-27 Thread Matthias Clasen
On Fri, Jan 27, 2012 at 4:34 AM, Ross Burton r...@burtonini.com wrote: On 26 January 2012 22:35, Matthias Clasen matthias.cla...@gmail.com wrote: Sure, I wouldn't object to replacing the DTDs by your schemas, and shipping the xml schemas that are suitable for xmllint. As someone who uses nxml

Re: DTDs and other fun

2012-01-26 Thread Matthias Clasen
On Thu, Jan 26, 2012 at 3:25 PM, Shaun McCance sha...@gnome.org wrote: Ryan asked me to look at the DTDs for the menu markup and GtkBuilder interface definitions, since he merged everything over to GtkBuilder. Here's the old menumarkup.dtd:

Re: DTDs and other fun

2012-01-26 Thread Matthias Clasen
On Thu, Jan 26, 2012 at 5:30 PM, Shaun McCance sha...@gnome.org wrote: Of course, having an invalid DTD in the docs (and another one for GtkUIManager, incidentally) isn't good. If nobody cares about the DTD per se, maybe we should look at less 1980s ways of conveying the grammar. Sure, I

Re: i18n of app menus

2012-01-23 Thread Matthias Clasen
On Mon, Jan 23, 2012 at 9:22 AM, Shaun McCance sha...@gnome.org wrote: or presumably this:  item action='app.new' accel='lt;Primaryn'    attribute name='label'_New Window/attribute  /item And attribute elements can have the translatable attribute, so we really ought to be writing this

Re: i18n of app menus

2012-01-23 Thread Matthias Clasen
On Mon, Jan 23, 2012 at 2:05 PM, Xan Lopez x...@gnome.org wrote: And attribute elements can have the translatable attribute, so we really ought to be writing this like this:  item action='app.new' accel='lt;Primaryn'    attribute name='label' translatable='yes'_New Window/attribute  /item

GTK+ hackfest update

2011-12-20 Thread Matthias Clasen
Hey, time flies. It is already time to get serious about the upcoming GTK+ hackfest. http://live.gnome.org/Hackfests/GtkBrno2012 I have put myself in the 'confirmed' column there now, and I recommend that everybody should try sort out their travel soon - only 2 months left. Knowing the number

GTK+ 3.3.6

2011-12-19 Thread Matthias Clasen
Ignacio Casal Quinteiro Carlos Garnacho Colin Walters William Hua Xan Lopez December 19, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ 3.3.6

2011-12-19 Thread Matthias Clasen
Ignacio Casal Quinteiro Carlos Garnacho Colin Walters William Hua Xan Lopez December 19, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GMenuModel has landed

2011-12-09 Thread Matthias Clasen
On Fri, Dec 9, 2011 at 9:34 AM, Jannis Pohlmann jan...@xfce.org wrote: I guess this is unrelated but I have a question regarding extensions as well. Will there be functionality similar to GtkUIManager-based merging with placeholders in the GTK part of GMenu? We use this heavily in Thunar to

Re: Pre-exisiting / duplicate filename handling

2011-12-08 Thread Matthias Clasen
On Thu, Dec 8, 2011 at 8:35 PM, Milosz Derezynski internaler...@gmail.com wrote: If someone thinks this is an idea worth trying out but feels too lazy, just tell me and I'll implement it myself to give it a spin. You could try setting GtkFileChooser:do-overwrite-confirmation or, if that is

Re: RFC: scrolling

2011-12-08 Thread Matthias Clasen
Hey Benjamin, what a long, detailed mail. You managed to break the kill-the-discussion threshold, I fear... I'll try to comment on a few points below. I can come up with a few methods to implement this split: A) Don't implement it Instead, just rely on scrollables to do the scrolling

GTK+ 3.3.4 released

2011-11-21 Thread Matthias Clasen
November 21, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ 3.3.4 released

2011-11-21 Thread Matthias Clasen
November 21, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 3.3.4 released

2011-11-21 Thread Matthias Clasen
November 21, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: A GTK+ hackfest opportunity

2011-11-10 Thread Matthias Clasen
Hi, we now have a wiki page for the hackfest: http://live.gnome.org/Hackfests/DeveloperConference2012 I've just started a participant list, which you should use to register your interest. From what I've heard from the local organizers, we'll have room for 10-12 people. Matthias

Re: A GTK+ hackfest opportunity

2011-11-10 Thread Matthias Clasen
On Thu, Nov 10, 2011 at 9:15 AM, Matthias Clasen matthias.cla...@gmail.com wrote: Hi, we now have a wiki page for the hackfest: http://live.gnome.org/Hackfests/DeveloperConference2012 ...and right after putting this url out publicly, I've moved the wiki page :-( You can find it now

Coming to grips with the state of a11y in GNOME

2011-11-03 Thread Matthias Clasen
I've been asked to present my thoughts on accessibility in GNOME, again. After some discussions and some playing with orca in GNOME 3.2.1, here's what I have come up with. Again, this is largely my opinions, and not meant as an attack. The current state of accessibility in GNOME

Re: A GTK+ hackfest opportunity

2011-11-02 Thread Matthias Clasen
On Wed, Nov 2, 2011 at 12:42 PM, Piñeiro apinhe...@igalia.com wrote: Taking into account all this information, could you elaborate this accessibility team next room? Are you still supposing a co-located hackfest or just that would be good to have some a11y folks there? This was just 'a good

A GTK+ hackfest opportunity

2011-10-31 Thread Matthias Clasen
Hey all, we had a pretty successful GTK+ hackfest in 2010 that really helped us getting GTK+ 3 out the door. It would be great to repeat this experience, and an opportunity for this has opened up recently: There is a possibility that we could do a GTK+ hackfest in Brno, Czech, in February 2012.

Re: Exclude MOD1 from the virtual modifier mapping

2011-10-25 Thread Matthias Clasen
On Tue, Oct 25, 2011 at 9:46 AM, Michael Natterer mi...@gimp.org wrote: Hi all, as a fallout of the recent cross-platform modifier key fixes that make Quartz work, it seems I broke modifiers on X11. The problem is that by enabling virtual modifiers (META, SUPER, HYPER) in

Re: GLib 2.31.0

2011-10-19 Thread Matthias Clasen
On Wed, Oct 19, 2011 at 6:36 PM, Allin Cottrell cottr...@wfu.edu wrote: On Wed, 19 Oct 2011, Ryan Lortie wrote: At long last, GLib 2.31.0 has been released. Thanks, the change log is impressive! One question: should we consider this release latest stable GLib or is the odd minor version

Re: gio modules makes the g* stack non-relocatable

2011-10-18 Thread Matthias Clasen
On Tue, Oct 18, 2011 at 7:33 AM, Paul Davis p...@linuxaudiosystems.com wrote: in another wrinkle to the continuing general difficulty of relocating libraries that make up the gtk stack, a new issue with gio... libgio is hardcoded at compile time to search {prefix}/gio/modules) for its gio

Re: gio modules makes the g* stack non-relocatable

2011-10-18 Thread Matthias Clasen
On Tue, Oct 18, 2011 at 9:46 AM, Paul Davis p...@linuxaudiosystems.com wrote: bugzilla preferred? Yes, bugzilla is best. it allows for easy review by interested parties. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: GtkTable is deprecated

2011-09-29 Thread Matthias Clasen
On Thu, Sep 29, 2011 at 12:30 PM, Johannes Schmid j...@jsschmid.de wrote: Hi! GtkGrid should be pretty much a drop-in replacement for GtkTable. Keep in mind that GtkGrid uses the align and expand flags of GtkWidget[2][3][4][5] instead of having expand and fill child properties. As always,

Re: circular dependency between glib and pkg-config

2011-09-27 Thread Matthias Clasen
On Sun, Sep 25, 2011 at 3:45 PM, Stuart Ambler stu...@zulazon.com wrote: I wonder if it has been considered to break out the most stable portions of glib that could be thought of as C language extensions, into a package with no dependencies other than standard compiler and autotools, that can

GTK+ 3.2.0

2011-09-25 Thread Matthias Clasen
, Sébastien Granjoux, Stéphane Maniaci, Tristan Van Berkom, Vincent Bernat, Vincent Untz, William Jon McCann, Will Thompson, Xan Lopez, Xavier Claessens Special thanks to Alberto Ruiz for his work on GtkFontChooser September 25, 2011 Matthias Clasen

GTK+ 3.2.0

2011-09-25 Thread Matthias Clasen
, Sébastien Granjoux, Stéphane Maniaci, Tristan Van Berkom, Vincent Bernat, Vincent Untz, William Jon McCann, Will Thompson, Xan Lopez, Xavier Claessens Special thanks to Alberto Ruiz for his work on GtkFontChooser September 25, 2011 Matthias Clasen

GTK+ 3.2.0

2011-09-25 Thread Matthias Clasen
, Sébastien Granjoux, Stéphane Maniaci, Tristan Van Berkom, Vincent Bernat, Vincent Untz, William Jon McCann, Will Thompson, Xan Lopez, Xavier Claessens Special thanks to Alberto Ruiz for his work on GtkFontChooser September 25, 2011 Matthias Clasen

GTK+ 3.1.92 released

2011-09-19 Thread Matthias Clasen
to Benjamin Otte Chris Coulson Kristian Rietveld Bastien Nocera Javier Jardón Cosimo Cecchi Ryan Lortie ...and many translators September 19, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman

GTK+ 3.1.92 released

2011-09-19 Thread Matthias Clasen
to Benjamin Otte Chris Coulson Kristian Rietveld Bastien Nocera Javier Jardón Cosimo Cecchi Ryan Lortie ...and many translators September 19, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 3.1.90

2011-09-13 Thread Matthias Clasen
13, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ 3.1.90

2011-09-13 Thread Matthias Clasen
13, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 3.1.90

2011-09-13 Thread Matthias Clasen
13, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 3.1.18

2011-09-05 Thread Matthias Clasen
Richard Hughes Eitan Isaacson Sep 5, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ 3.1.18

2011-09-05 Thread Matthias Clasen
Richard Hughes Eitan Isaacson Sep 5, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 3.1.18

2011-09-05 Thread Matthias Clasen
Richard Hughes Eitan Isaacson Sep 5, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 3.1.12

2011-08-15 Thread Matthias Clasen
Jardón Jürg Billeter Laszlo Pandy John Ralls John Palmieri Kalev Lember Greg Hellings Paolo Borelli Jesse van den Kieboom Alberto Ruiz August 15, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org

GTK+ 3.1.12

2011-08-15 Thread Matthias Clasen
Jardón Jürg Billeter Laszlo Pandy John Ralls John Palmieri Kalev Lember Greg Hellings Paolo Borelli Jesse van den Kieboom Alberto Ruiz August 15, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman

GTK+ 3.1.12

2011-08-15 Thread Matthias Clasen
Jardón Jürg Billeter Laszlo Pandy John Ralls John Palmieri Kalev Lember Greg Hellings Paolo Borelli Jesse van den Kieboom Alberto Ruiz August 15, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Re: GTK+ team meeting at guadec

2011-08-06 Thread Matthias Clasen
On Wed, Jul 27, 2011 at 8:41 PM, Matthias Clasen matthias.cla...@gmail.com wrote: Hey, I have been slacking off and not pushing for team meetings recently, and I haven't even looked at the guadec schedule until today. But I guess better late than never: should we aim for a gtk team meeting

Re: Those darn gdk-pixbuf .po file conflicts

2011-08-02 Thread Matthias Clasen
On Mon, Aug 1, 2011 at 10:43 PM, Colin Walters walt...@verbum.org wrote: So... Can we just convert clutter, gdk-pixbuf, and gtk+ to use intltool's Makefile.in.in? I don't want to use intltool, but I have no problem using a better Makefile.in.in in po/

GTK+ 3.0.12

2011-07-27 Thread Matthias Clasen
Slovenian Spanish Swedish Thanks to all contributors: Chun-wei Fan Michal Suchanek Benjamin Otte Mike Gorse Juan Pablo Ugarte Federico Mena Quintero Stéphane Maniaci Ignacio Casal Quinteiro Ryan Lortie July 27, 2011 Matthias Clasen ___ gtk-app

GTK+ team meeting at guadec

2011-07-27 Thread Matthias Clasen
Hey, I have been slacking off and not pushing for team meetings recently, and I haven't even looked at the guadec schedule until today. But I guess better late than never: should we aim for a gtk team meeting at guadec ? If so, what day would work best for everybody ?

GTK+ 3.0.12

2011-07-27 Thread Matthias Clasen
Slovenian Spanish Swedish Thanks to all contributors: Chun-wei Fan Michal Suchanek Benjamin Otte Mike Gorse Juan Pablo Ugarte Federico Mena Quintero Stéphane Maniaci Ignacio Casal Quinteiro Ryan Lortie July 27, 2011 Matthias Clasen ___ gtk-devel

GTK+ 3.0.12

2011-07-27 Thread Matthias Clasen
Slovenian Spanish Swedish Thanks to all contributors: Chun-wei Fan Michal Suchanek Benjamin Otte Mike Gorse Juan Pablo Ugarte Federico Mena Quintero Stéphane Maniaci Ignacio Casal Quinteiro Ryan Lortie July 27, 2011 Matthias Clasen ___ gtk-list

GTK+ 3.1.10

2011-07-23 Thread Matthias Clasen
Cimitan Andre Klapper Patrick Welche July 22, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ 3.1.10

2011-07-23 Thread Matthias Clasen
Cimitan Andre Klapper Patrick Welche July 22, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 3.1.10

2011-07-23 Thread Matthias Clasen
Cimitan Andre Klapper Patrick Welche July 22, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.29.12

2011-07-20 Thread Matthias Clasen
Paolo Bonzini Tim-Philipp Müller Murray Cumming Ryan Lortie Behdad Esfahbod Benjamin Otte Patrick Welche Johan Dahlin Holger Berndt July 19, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org

GLib 2.29.12

2011-07-20 Thread Matthias Clasen
Paolo Bonzini Tim-Philipp Müller Murray Cumming Ryan Lortie Behdad Esfahbod Benjamin Otte Patrick Welche Johan Dahlin Holger Berndt July 19, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman

GLib 2.29.12

2011-07-20 Thread Matthias Clasen
Paolo Bonzini Tim-Philipp Müller Murray Cumming Ryan Lortie Behdad Esfahbod Benjamin Otte Patrick Welche Johan Dahlin Holger Berndt July 19, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk-2-24 has new strings

2011-07-13 Thread Matthias Clasen
On Wed, Jul 13, 2011 at 5:32 AM, Bastien Nocera had...@hadess.net wrote: But why do that in stable releases? Unless there's a very very (very very) good reason to break the freeze, the stable branches should only see bug fixes. Why was this pushed to stable branches? 2.x is not

GTK+ 3.1.8

2011-07-05 Thread Matthias Clasen
Walters Scott Moreau Murray Cumming Paolo Borelli Mike Gorse John Palmieri Juan Pablo Ugarte Vincent Untz July 5, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

GLib 2.29.10

2011-07-05 Thread Matthias Clasen
Hoof Dan Winship Sebastian Dröge Krzesimir Nowak Claudio Saavedra Emmanuele Bassi Dieter Verfaillie July 5, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ 3.1.8

2011-07-05 Thread Matthias Clasen
Walters Scott Moreau Murray Cumming Paolo Borelli Mike Gorse John Palmieri Juan Pablo Ugarte Vincent Untz July 5, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GLib 2.29.10

2011-07-05 Thread Matthias Clasen
Hoof Dan Winship Sebastian Dröge Krzesimir Nowak Claudio Saavedra Emmanuele Bassi Dieter Verfaillie July 5, 2011 Matthias Clasen ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GTK+ 3.1.8

2011-07-05 Thread Matthias Clasen
Walters Scott Moreau Murray Cumming Paolo Borelli Mike Gorse John Palmieri Juan Pablo Ugarte Vincent Untz July 5, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GLib 2.29.10

2011-07-05 Thread Matthias Clasen
Hoof Dan Winship Sebastian Dröge Krzesimir Nowak Claudio Saavedra Emmanuele Bassi Dieter Verfaillie July 5, 2011 Matthias Clasen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [g-a-devel] Gail next steps (was Re: GTK and ATK)

2011-06-27 Thread Matthias Clasen
Another week gone by, time for another status update on the a11y branch of GTK+. - We have more tests in tests/a11y: * a tree-performance test that compares populating a large treeview with / without accessibles * a text test that checks most of the AtkText interface for labels, entries and

Re: [g-a-devel] Gail next steps (was Re: GTK and ATK)

2011-06-20 Thread Matthias Clasen
No, there is no such plan in the short term. I was just trying to clarify how things will fit together. On Jun 20, 2011 8:59 AM, Piñeiro apinhe...@igalia.com wrote: On 06/20/2011 06:18 AM, Matthias Clasen wrote: I think we should probably give a quick status update. Thanks for the update. Just

GTK+ 2.24.5

2011-06-15 Thread Matthias Clasen
icon Fix missing icons in the builtin icon theme Fix the build without XSHM Fix the build against recent GLib * Translation updates: Dutch Norwegian bokmål Thanks to all contributors ! June 15, 2011 Matthias Clasen ___ gtk-app

GTK+ 2.24.5

2011-06-15 Thread Matthias Clasen
icon Fix missing icons in the builtin icon theme Fix the build without XSHM Fix the build against recent GLib * Translation updates: Dutch Norwegian bokmål Thanks to all contributors ! June 15, 2011 Matthias Clasen ___ gtk

GTK+ 3.1.6

2011-06-13 Thread Matthias Clasen
Michal Suchanek Murray Cumming Marc-André Lureau Ryo Hashimoto Daniel Drake Ignacio Casal Quinteiro June 13, 2011 Matthias Clasen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

<    1   2   3   4   5   6   7   8   9   10   >