| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
I had overlooked ui files. We should really
validate those during build.
|
|
|
|
|
| |
The new values are the ones we intend to keep. The old ones had
duplicated meanings and nobody knew which one to take.
|
|
|
|
|
| |
We are officially switching to Meson as the default build system for
GTK+.
|
|
|
|
|
| |
Mostly style changes. Don't create resource source files
with spaces in them, that's tempting our luck.
|
| |
|
|
|
|
|
|
|
|
| |
This merged gtk, gdk and gsk into one library, making it possible to
have internal private APIs between gtk them, as well as producing more
efficient code.
https://bugzilla.gnome.org/show_bug.cgi?id=773100
|
|
|
|
|
| |
This is almost certainly incomplete.
Needs careful scrutiny
|
|
|
|
|
|
|
|
| |
G_DECLARE_FINAL_TYPE was introduced in glib 2.44.
We shall use that now so that lots of boilerplate code can
be reduced.
https://bugzilla.gnome.org/show_bug.cgi?id=770278
|
|
|
|
|
|
|
| |
Put OBJS before LIBS on the commandline to make things
work better.
https://bugzilla.gnome.org/show_bug.cgi?id=768142
|
|
|
|
|
| |
It is no longer necessary to add extra margins around the
center child in a headerbar.
|
|
|
|
|
| |
Do not hardcode GCC as the compiler; use $(shell) expansion instead of
backticks; split the built source into its own variable.
|
|
|
|
| |
Remove all the built files, including the exampleapp binary.
|
|
|
|
| |
Missed out on the last application examples.
|
| |
|
|
|
|
|
| |
Pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=740537
|
| |
|
| |
|
| |
|
|
|
|
| |
Another application of image-button.
|
|
|
|
| |
The image-button style class takes care of it.
|
|
|
|
|
| |
We should show the current best practice for this kind of
dialog, and use a headerbar with a window close button.
|
|
|
|
|
| |
Instead of hardcoding an accelerator in the ui file, use
gtk_application_set_accels_for_action.
|
|
|
|
|
|
| |
This makes the code match what we show in the screenshots. This
broke when headerbars were changed to allow titles to extend into
the margin.
|
|
|
|
|
| |
The GtkHeaderBar::show-fallback-app-menu property does not exist,
and isn't needed anyway.
|
| |
|
|
This new step sets the headerbar as titlebar, and enables
fallback for the app menu.
|