| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Either use the "response" signal for dialogs that are already modal, or
use an explicit nested loop for tests that rely on the response id being
available in sequence.
|
|
|
|
| |
These are all on GtkBox or enumerating children.
|
|
|
|
|
| |
Replace calls to gtk_widget_destroy on windows
with gtk_window_destroy.
|
| |
|
| |
|
|
|
|
| |
Fix deprecations in UI files, add a missing expand.
|
|
|
|
|
| |
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
|
|
|
|
|
| |
And fix all the errors and warnings resulting from that
See #2491
|
|
|
|
| |
Replace it with margin-start, -end, -top, -bottom throughout.
|
| |
|
|
|
|
| |
Replace these calls with direct use of GMainContext api.
|
|
|
|
|
|
|
|
| |
Instead, add a function gtk_image_set_icon_size() for the cases where
overriding the icon size is necessary.
Treat icon sizes the same way as pixel sizes, too. So gtk_image_clear()
no longer unsets the icon size.
|
|
|
|
|
| |
Should probably also do this in the autotools build, since
the same problem exists there as well if we use srcdir != builddir.
|
|
|
|
| |
Adapt all our tests and examples to the new initialization api.
|
| |
|
|
|
|
|
| |
Coverity complained about us ignoring the return value
here, and it is nicer to get an error message about this.
|
|
|
|
|
| |
This one is taken from polari, and currently doesn't work
as expected.
|
|
|
|
|
| |
Trying to track down a problem where animation stops when a modal
dialog is opened and closed.
|
|
|
|
|
|
|
| |
This makes the template test cases not crash. The templates also
serve to test the new action widget support.
https://bugzilla.gnome.org/show_bug.cgi?id=728846
|
| |
|
|
|
|
|
| |
Icons in message dialogs may be deprecated, but we still need
to place them properly, so add a testcase.
|
|
|
|
|
| |
Related to
https://bugzilla.gnome.org/show_bug.cgi?id=723668
|
|
|