| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Add a way to associate a detailed action name with a shortcut.
If the action name is set, update the accelerator whenever
accels change on the window that the shortcuts window is
associated with.
https://bugzilla.gnome.org/show_bug.cgi?id=764975
|
| |
|
|
|
|
| |
using the darker border color.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
use a solid background.
|
|
|
|
| |
add a darker bottom border to buttons to add some depth.
|
|
|
|
|
|
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=765134 shows
a stacktrace where we end up with arrow_gadget being NULL
despite the conditions for its presence being satisfied.
This commit makes sure we call update_arrow_gadget() whenever
any of the conditions changes. This should fix the reported
crash.
|
|
|
|
|
|
| |
broken from my previous commit about rounded corners, dialogs
doesn't use the "window" node, but the "dialog" node, so use the
.background styleclass in the selectors which is more generic.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
...when the window is maximized or tiled, by using more specific
selectors, since there were cases of erroneusly rounded corners.
See https://bugzilla.gnome.org/show_bug.cgi?id=765038
|
|
|
|
|
|
|
|
|
|
|
| |
1) g_print() can be redirected
2) g_print() does some extra processing, such as character set conversion.
Specifically, on W32 it will detect system codepage via GetACP(),
and will convert UTF-8 output into that codepage, even though
the output should stay unchanged (whether gtk-builder-tool interprets
strings from ui files as UTF-8 is a separate matter).
https://bugzilla.gnome.org/show_bug.cgi?id=765118
|
|
|
|
|
| |
add a specificity bump hack in the titlebar solid-csd styling to
avoid being overridden by the split titlebar theme logic.
|
|
|
|
| |
titlebar rounded corners were not overridden for backdrop state.
|
| |
|
|
|
|
|
| |
If we don't have statistics, despite GOBJECT_DEBUG being set,
explain how to fix this.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
When clearing the icon helper, we need to invalidate it. Otherwise the
previous icon keeps lingering along.
This is not relevant inside gtkiconhelper.c where other code causes the
invalidation, but happens when external code calls
_gtk_icon_helper_clear().
https://bugzilla.gnome.org/show_bug.cgi?id=765066
|
|
|
|
|
| |
those should rather be defined by the theme
https://bugzilla.gnome.org/show_bug.cgi?id=763768
|
|
|
|
|
|
|
| |
Otherwise those get a NULL parent window, which is toplevel-y enough
to disembody the popover.
https://bugzilla.gnome.org/show_bug.cgi?id=764060
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a couple bugs...
- Pixel font sizes in css would render as point sizes.
- For em font sizes, where the parent size was set and not default, we would
incorrectly convert a pixel value from points to pixels.
We'll always grab the default font size in pixels so we don't keep confusing
things.
Worth noting that gtk css font-size will still behave differently than the
web. Pango interprets font-size differently.
|
|
|
|
|
|
| |
And have the g_returns in the same order as the function parameters.
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=764863
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=764925
|
|
|
|
|
|
|
| |
When inserting a child at the top, we were not inserting its
css node properly.
https://bugzilla.gnome.org/show_bug.cgi?id=764710
|
|
|
|
|
|
| |
Whenever we create a new GBookmarkFile, we need to set the size to 0.
https://bugzilla.gnome.org/show_bug.cgi?id=620065
|
|
|
|
|
|
| |
Using NOT_FOUND when moving is wrong and unhelpful.
https://bugzilla.gnome.org/show_bug.cgi?id=620065
|
|
|
|
|
|
|
| |
This will clear out the list of recently used files, and will allow GVFS
to handle this case.
https://bugzilla.gnome.org/show_bug.cgi?id=693077
|
|
|
|
|
|
|
| |
The GtkRecentAction implementation ignored a GtkRecentManager passed to
its :manager property.
https://bugzilla.gnome.org/show_bug.cgi?id=620065
|
|
|
|
|
|
|
|
| |
- use GDK_EVENT_PROPAGATE
- pass better zero-values to gtk_init(), since the parameters are
pointers.
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
|
|
|
|
|
|
| |
sub_model is clearer than "m". And we don't use the key, so we can pass
NULL instead.
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
|
|
|
|
|
|
| |
gtk_application_add_accelerator() is deprecated, but was still used
inside IGNORE_DEPRECATIONS's.
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
|
|
|
|
|
|
| |
When reading the API for the first time I didn't know what was the
"detailed" action name.
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
|
|
|
|
|
|
| |
The implementation of the deprecated functions is now based on the
non-deprecated gtk_application_set_accels_for_action().
https://bugzilla.gnome.org/show_bug.cgi?id=764846
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=764540
|
| |
|
|
|
|
| |
And add missing curly braces.
|
| |
|
|
|
|
| |
Makes it easier to get back to the original speed.
|
|
|
|
| |
This matches what Matt did for the slowdown.
|