- 30 Jun, 2013 15 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
William Jon McCann authored
Remove references to removed files
-
William Jon McCann authored
-
William Jon McCann authored
It is recommended to use GAction et al and GtkBuilder.
-
William Jon McCann authored
-
William Jon McCann authored
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Add some more information about title allocation.
-
Matthias Clasen authored
Use g_malloc_n in gdk_cairo_set_source_pixbuf when allocating a large block of memory, to avoid integer overflow. Pointed out by Bert Massop in https://bugzilla.gnome.org/show_bug.cgi?id=703220
-
Benjamin Otte authored
The change was introduced in 80513aa2 See that commit for details.
-
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 10 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
-