| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Mostly style changes. Don't create resource source files
with spaces in them, that's tempting our luck.
|
| |
|
|
|
|
|
| |
This is a GtkApplication so it will do the right thing when closing the
window.
|
|
|
|
| |
GtkWidget:halign and GtkWidget:valign are sufficient
|
|
|
|
| |
GtkWidget already has hexpand/vexpand properties.
|
| |
|
|
|
|
| |
Adapt all our tests and examples to the new initialization api.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
People should use the GtkCssProvider::parsing-error signal instead.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is almost certainly incomplete.
Needs careful scrutiny
|
|
|
|
|
| |
Double quotes are more friendly to some l10n tools, and this sets
a good example for application authors to follow.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This tests the just added functionality to make shortcuts
track changes in their actions accelerators.
|
|
|
|
|
| |
This will let us explore the (non-)interaction between
help overlays and editing shortcuts.
|
|
|
|
| |
g_logv adds one for us already.
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=743770
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=743638
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provide a mechanism for hiding the "Quit", "About" and "Preferences"
menu items from the normal places in a traditional menubar layout (in
the File and Edit menus) when the menu is being rendered in the Mac OS
menubar.
These items can already be found in the application menu.
With this feature, applications can now define a single menu to use in
all 'traditional' scenarios.
Use this new attribute in Bloatpad.
https://bugzilla.gnome.org/show_bug.cgi?id=741610
|
|
|
|
| |
We have a tenth example.
|
|
|
|
| |
Remove all the built files, including the exampleapp binary.
|
|
|
|
| |
Missed out on the last application examples.
|
|
|
|
|
|
| |
This fixes icons after the recent directory reshuffling, and
is just the right thing to do, since these icons are in resources
anyway.
|
|
|
|
|
| |
This needs to have some space around the button for the popover
to show up.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=741041
|
|
|
|
|
|
|
| |
We want to allow people to build the examples easily, without
necessarily requiring them to build the whole of GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=741041
|
| |
|
|
|
|
|
| |
Pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=740537
|
|
|
|
|
|
|
|
| |
Apparently it's not possible in GtkTextView to say "this style should
apply to all text, including newly inserted text. Or I'm just too stupid
to use its API.
So instead, keep using override_color().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The references to png files were doubly broken: first, by the icon
theme changes, and more recently, by the move of bloatpad. Fix them
up.
|
|
|
|
|
|
|
|
| |
We move our menus.ui file into Gtk's namespace so that it will get
picked up. Accordingly, we no longer have to do any of the work for
ourselves...
https://bugzilla.gnome.org/show_bug.cgi?id=722092
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=722092
|
|
|
|
|
|
|
|
|
|
|
| |
Move bloatpad to ./examples/bp/ so that we can start treating it as more of a
"normal" app instead of just jamming everything into a single .c file.
We don't use the name "bloatpad" for the directory in order not to
create 'git pull' pain with the probably-already-existing executable of
the same name.
https://bugzilla.gnome.org/show_bug.cgi?id=722092
|
|
|
|
| |
It has been deprecated.
|
| |
|
| |
|
|
|
|
| |
Another application of image-button.
|