- 29 Jun, 2013 6 commits
-
-
Matthias Clasen authored
The icon is called window-close-symbolic.
-
Matthias Clasen authored
This allows themes to differentiate between regular buttons in a title bar, and window buttons.
-
Matthias Clasen authored
Manually create the label, so that we can set its margins.
-
-
Matthias Clasen authored
This is an experiment towards how we want client-side titlebars to look.
-
Matthias Clasen authored
This is useful when adding close buttons in custom titlebars.
-
- 28 Jun, 2013 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Make the listbox demo follow the naming convention of the other demos.
-
Matthias Clasen authored
We have to uglify the deprecation messages to make gtk-doc handle them. The get turned into XML attributes, and there is no automatic quoting to protect quotes in the text.
-
- 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 20 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.
-