- Sep 07, 2019
-
-
Guido Gunther authored
-
Guido Gunther authored
libhandy 0.0.11
-
- Aug 27, 2019
-
-
This doesn't make the background transparent when hovering and apply the same style as non-hovered buttons on hovered buttons in a headerbar. Fixes #123.
- Aug 25, 2019
-
-
Adrien Plazas authored
This makes hdy_get_enable_animations() and hdy_ease_out_cubic() public.
-
- Aug 24, 2019
-
-
-
-
-
Nothing connects to the paginator box, so no need to disconnect anything.
-
While there's nothing to be done with stick-to-finger movement, at least snap-back should be instant.
-
Replace LERP() with hdy_lerp() and ease_out_cubic() with hdy_ease_out_cubic()
-
-
- Aug 23, 2019
-
-
Use the h4 style class instead of hardcoding the bold style for the preferences group title, and implement a fallback making the font bold. This is needed by elementary to use their own style.
-
- Aug 22, 2019
-
-
This will animate the child transitions only if animations are enabled. Fixes #140.
-
Use the animation helpers added by the previous commit and drop their implementations around the codebase.
-
Add various animation helpers to avoid coyping them around.
-
This makes all the DocBook versions the same and avoid an ambiguous version in build-howto.xml.
-
-
Implement a Glade adaptor based on GtkStack one. Add fake "Edit page" and "Number of pages" properties, and "Insert Page Before", "Insert Page After" and "Remove Page" actions, similarly to GtkStack.
-
This will be used in the next commit as an internal part of a paginator widget.
-
This will be used to implement swipes in new widgets in the following commits.
-
- Aug 12, 2019
-
-
When using pkg-config variables to get installation directory locations, we must be careful to redefine any pkgconfig variables necessary to ensure the installation does not occur outside the build prefix. We could do, e.g.: module_dir = gladeui_dep.get_pkgconfig_variable( 'moduledir', define_variable: ['libdir', libdir)]) Except in the particular case of glade, this is not possible because the pkg-config file uses absolute paths (i.e. the moduledir variable is not relative to libdir, and not even relative to prefix!) so there's no way to override it. This means we can't use the pkg-config directories at all. If bored, fixing glade might be fun to do. In the meantime, we'll need to install these manually. This fixes the files being installed under /usr instead of /app when building a Fedora flatpak. See https://gitlab.gnome.org/GNOME/glade/issues/379.
-
- Aug 11, 2019
-
-
Adrien Plazas authored
Makes it point to https://developer.puri.sm/ rather than Guido's version.
-
- Aug 08, 2019
-
-
David Boddie authored
-
- Aug 05, 2019
-
-
The dtd file is very old and doesn't match gtk+.xml from glade gtk plugin. Update it so that the future additions pass verification. --- Add add-child-verify-function, add-child-function, remove-child-function, replace-child-function, child-action-activate-function, get-property-function, verify-function, special-child-type and packing-actions to glade-widget-class element definition. Additionally define add-child-verify-function, child-action-activate-function, get-property-function, special-child-type, and packing-actions elements. For packing-action, define action element and attributes. Define and add displayable-values to property definition. Remove parameter-spec's duplicate "paremter-spec" and add min child, along with its definition.
-
- Aug 04, 2019
-
-
Fixes Librem5/libhandy#115
-
- Jul 31, 2019
-
-
- Jul 29, 2019
-
-
-
This makes the log messages from libhandy look like `Handy-Debug: …` rather than `** Debug: …`, making them easier to distinguish.
-
-
-
dh-sequence-gir is a virtual package provided by gobject-introspection. debhelper 12 automatically enables the gir helper when this is part of Build-Depends. https://manpages.debian.org/unstable/dh#OPTIONS
-
debhelper compat 12 uses dh_makeshlibs -VUpstream-Version by default
-
-
- Jul 27, 2019
-
-
Guido Gunther authored
Brought back in by a merge failure. Gbp-Dch: Ignore
-
- Jul 12, 2019
-
-
Adrien Plazas authored
This will show the back button not only in small HdyDialog but in all small windows that are not sovereign.
-
- Jul 10, 2019
-
-
Ting-Wei Lan authored
\+ is a non-standard GNU extension recognized by GNU sed. However, it doesn't work on FreeBSD, causing the generated hdy_init_public_types function to be empty. Fixes Librem5/libhandy#135
-
- Jul 09, 2019
-
-
Adrien Plazas authored
This shows how to use HdyHeaderBar and HdyDialog to create a more complex adaptive dialog.
-
Adrien Plazas authored
If a header bar is in a narrow HdyDialog, it will display a back button at its start in place of its usual window decorations. Fixes #73
-
- Jul 05, 2019
-
-
Adrien Plazas authored
This will be used in the next commit by HdyHeaderBar to know if it's toplevel HdyDialog is in narrow mode.
-