- 27 Jun, 2013 11 commits
-
-
William Jon McCann authored
Use GtkMenuItem for menus with only text or GMenu for those with icons for "nouns" and just text for "verbs".
-
William Jon McCann authored
-
William Jon McCann authored
-
Rico Tzschichholz authored
-
Emilio Pozuelo Monfort authored
If a menu is opened and it doesn't fit entirely below or above the menu bar, gtk+ will place it on top. The button release will then activate the popup item that happens to appear under the cursor. Avoid this by ignoring release events if they originated in the parent menu bar and the duration of the press was too short. https://bugzilla.gnome.org/show_bug.cgi?id=703069
-
Rico Tzschichholz authored
-
-
William Jon McCann authored
To make the testsuite happy.
-
William Jon McCann authored
-
William Jon McCann authored
-
William Jon McCann authored
We want to use GtkIconTheme instead. It is worth noting that the parts that remain undeprecated are GtkIconSize and gtk_icon_size_lookup.
-
- 26 Jun, 2013 23 commits
-
-
William Jon McCann authored
Just use the first pixbuf in the default list.
-
William Jon McCann authored
We don't have icons rendered at arbitrary sizes and we have better APIs that aren't restricted to GtkIconSizes.
-
William Jon McCann authored
-
William Jon McCann authored
-
William Jon McCann authored
Use 'F10' by default.
-
William Jon McCann authored
Just pick good defaults. The a11y team confirmed that they don't rely on them.
-
William Jon McCann authored
Just use GTK_CORNER_TOP_LEFT and allow it to be changed with gtk_scrolled_window_set_placement().
-
William Jon McCann authored
The standard icon themes have built in fallbacks.
-
William Jon McCann authored
And hardcode them to reasonable values.
-
William Jon McCann authored
It is disabled by default
-
William Jon McCann authored
It is only used by the deprecated color selector widget.
-
William Jon McCann authored
They are both enabled by default.
-
William Jon McCann authored
GtkImageMenuItem images can still be enabled selectively by the app author using the always-show-image property on the item.
-
Piotr Drąg authored
-
Rob Bradford authored
gdk_wayland_window_set_use_custom_surface was not being exported correctly. https://bugzilla.gnome.org/show_bug.cgi?id=695861
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
Deprecate the properties that were brought back from the dead in the last patch.
-
Benjamin Otte authored
Removing object properties is too much of an API break, even for properties we don't expect to be used outside of GTK itself. This reverts commit 8b811b62.
-
William Jon McCann authored
Button images can still be enabled selectively by the app author using the always-use-image property on the button.
-
John Lindgren authored
Only look at "impl" windows in gdk_window_process_updates_with_mode() since these are the only ones we care about. This avoids a lot of unnecessary calls to g_list_copy() and g_object_ref().
-
- 25 Jun, 2013 6 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
William Jon McCann authored
-
William Jon McCann authored
-
William Jon McCann authored
-
Sébastien Wilmet authored
Move the doc about the flags from gtk_text_iter_forward_search() to the enum. https://bugzilla.gnome.org/show_bug.cgi?id=390048
-