Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan-Michael Brummer
libhandy
Commits
7a193d76
Commit
7a193d76
authored
Dec 27, 2019
by
Guido Gunther
Browse files
Release libhandy 0.0.13
parent
347a4a57
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/packaging/rpm/libhandy.spec
View file @
7a193d76
%global _vpath_srcdir %{name}
Name: libhandy
Version: 0.0.1
2
Version: 0.0.1
3
Release: 1%{?dist}
Summary: A library full of GTK widgets for mobile phones
...
...
debian/changelog
View file @
7a193d76
libhandy (0.0.13) amber-phone; urgency=medium
[ Alexander Mikhaylenko ]
* paginator-box: Stop using gtk_widget_set_child_visible()
This function is meant for widgets that don't need to be mapped along with
parent widget, not for scrolled out widgets. Additionally, using it causes
strange side effects with GtkOverlay window z-ordering. Stop using it and
instead track visiblity manually. Also, clarify the code a bit.
* leaflet: Correctly handle 0 duration for swipe snap-back
* swipe-tracker: Don't animate when the distance is 0.
Usually it makes sense to restrict the minimum animation duration. However,
if the progress already matches the end progress, it just causes a delay,
so skip it completely.
[ Julian Sparber ]
* Keypad: Do not show allow typing + when only_digits is true.
The keypad shouldn't allow typing or show + when only_digits
is set to true. Therefore this adds the correct behavior.
[ Guido Günther ]
* Release libhandy 0.0.13
-- Guido Günther <agx@sigxcpu.org> Fri, 27 Dec 2019 12:22:18 +0100
libhandy (0.0.12) experimental; urgency=medium
[ Zander Brown ]
...
...
meson.build
View file @
7a193d76
project('libhandy', 'c',
version: '0.0.1
2
',
version: '0.0.1
3
',
license: 'LGPL-2.1+',
meson_version: '>= 0.49.0',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment