- 21 Jan, 2011 11 commits
-
-
Benjamin Otte authored
gtk_widget_verify_invariants() was complaining, now it's silent.
-
Matthias Clasen authored
-
-
-
Matthias Clasen authored
-
Matthias Clasen authored
The application can probably set a better string than the default we construct, like 'Select an application for "software" files'.
-
Benjamin Otte authored
We don't have colormaps anymore.
-
Benjamin Otte authored
-
Matthias Clasen authored
We are not "opening" an application, we are selecting it to open a file. String change !
-
William Jon McCann authored
Instead of show-all. https://bugzilla.gnome.org/show_bug.cgi?id=640006
-
Matthias Clasen authored
Pointed out by Owen Taylor.
-
- 20 Jan, 2011 22 commits
-
-
William Jon McCann authored
In order to more consistently present the items regardless of whether they have icons or not.
-
Johan Dahlin authored
-
William Jon McCann authored
We only show icons in "menus" for nouns or dynamic objects.
-
Johan Dahlin authored
Since they'd need to have boxed type to be able to work for introspection based bindings
-
Johan Dahlin authored
-
Johan Dahlin authored
-
Johan Dahlin authored
-
Johan Dahlin authored
-
Pavel Holejsovsky authored
-
Pavel Holejsovsky authored
Also adds 'Rename to:' annotation to some constructs replacing the skipped ones.
-
Pavel Holejsovsky authored
-
Pavel Holejsovsky authored
-
Pavel Holejsovsky authored
-
Pavel Holejsovsky authored
-
Florian Müllner authored
s/gtk_builder_add_From_file/gtk_builder_add_from_file
-
Cosimo Cecchi authored
-
Steve Frécinaux authored
The transfer annotation was (transfer full) but the caller actually doesn't own a reference of the object. This made the pygobject test suite crash because pygobject was trying to unref the returned GtkButton instance. https://bugzilla.gnome.org/show_bug.cgi?id=639949
-
Laszlo Pandy authored
The state attribute is available in GdkEventMotion, GdkEventButton, GdkEventScroll, GdkEventKey and GdkEventCrossing. This type annotation fixes the wrapping of this attribute in the GI PyGObject bindings. https://bugzilla.gnome.org/show_bug.cgi?id=639929
-
Pavel Holejsovsky authored
-
Matthias Clasen authored
-
Matthias Clasen authored
When copying allocated events, also copy the source device. When synthesizing double or triple clicks, copy the original button press event including device information. https://bugzilla.gnome.org/show_bug.cgi?id=639822
-
-
- 19 Jan, 2011 7 commits
-
-
Matthias Clasen authored
In GTK 3.0 it's no longer possible to e.g. pop up something at a text view's cursor (this wasn't exactly possible before either without including gtktextlayout, but this is a quite special need anyway).
-
Michael Kotsarinis authored
-
Matthias Clasen authored
This avoids blowing up the global toc even more.
-
Jorge González authored
-
Michael Kotsarinis authored
-
Michael Kotsarinis authored
-
Matthias Clasen authored
-