- 30 Jun, 2013 1 commit
-
-
Matthias Clasen authored
gtk_test_init() hardcodes the locale to "C", so the --direction option is useful to check reftests in rtl.
-
- 29 Jun, 2013 12 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
It works right now, lets keep it that way.
-
Matthias Clasen authored
If we let them hold onto their X resources until finalize, it is too late.
-
Matthias Clasen authored
We need to be able to drop X resources before finalization.
-
Matthias Clasen authored
Dispose does chain up, and the parent class' dispose expects that the object has been fully constructed.
-
Matthias Clasen authored
Group the buttons on each side in a box, and give them different style classes, so themes can differentiate (this is partially a workaround for limitations in our css selectors). The boxes also let us add a margin below the buttons, without affecting the allocation of the buttons themselves.
-
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 13 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.
-