- 29 Jan, 2020 8 commits
-
-
Alexander Mikhaylenko authored
This can be useful for implementing back buttons. Fixes Librem5/libhandy#187 Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
Update HdySwipeTracker, HdySwipeGroup, HdyCarousel and HdyLeaflet to reflect this change. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
Document: * hdy_leaflet_set_visible_child() * hdy_leaflet_get_visible_child_name() * hdy_leaflet_set_visible_child_name() Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
* HdyLeaflet -> HdyStack * @stack -> @self * Get -> Gets * Remove two erroneous mentions of mode transitions Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Guido Gunther authored
This works around infrastructure failure.
-
- 27 Jan, 2020 4 commits
-
-
Adrien Plazas authored
This also details how the HdyLeaflet API is affected.
-
Adrien Plazas authored
Fixes Librem5/libhandy#181.
-
Adrien Plazas authored
-
Adrien Plazas authored
-
- 25 Jan, 2020 1 commit
-
-
Adrien Plazas authored
-
- 24 Jan, 2020 5 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
Fixes Librem5/libhandy#161.
-
Adrien Plazas authored
-
Adrien Plazas authored
This is needed to rename HdyPaginator into HdyCarousel.
-
Adrien Plazas authored
-
- 23 Jan, 2020 11 commits
-
-
Adrien Plazas authored
It has been dropped, use other functions instead.
-
Adrien Plazas authored
Let the users know that it has been removed and isn't needed anymore. Fixes Librem5/libhandy#89.
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
Remove the public hdy_init() initialization function and replace it by the private hdy_constructor() library constructor function. This automatically initializes the library, at the price of a compiler supporting that feature and of statically linking the library.
-
Adrien Plazas authored
The users need to know it has been removed.
-
Adrien Plazas authored
This reverts commit 19ff587e.
-
Adrien Plazas authored
We drop it in libhandy in general. This reverts commit 154ca50a.
-
Adrien Plazas authored
As we dropped support for statically linking the library, there is no condition left where it shouldn't be installed. This reverts commit 2abaa61b.
-
Adrien Plazas authored
This was needed when statically linking the library, as we drop its support, we can drop this too. This reverts commit 4cc59e28.
-
Even though foreign drawing uses a temporary GtkStyleContext, calling gtk_style_context_set_parent() adds all its CSS nodes to the global hierarchy, and then they aren't cleaned up. This shouldn't happen. Fixes Librem5/libhandy#191
-
- 22 Jan, 2020 11 commits
-
-
Adrien Plazas authored
This adds all the non-deprecated public classes to the issue template.
-
Adrien Plazas authored
Drop the deprecated HdyLeafletChildTransitionType and HdyLeafletModeTransitionType types.
-
Adrien Plazas authored
Drop usage of the deprecated HdyLeafletChildTransitionType and HdyLeafletModeTransitionType types.
-
Adrien Plazas authored
Drop the deprecated child-transition-type and mode-transition-type properties and their matching functions.
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This can be done before migrating to Handy 1.
-
Adrien Plazas authored
Add the base for the migration guide.
-
Adrien Plazas authored
We don't need them anymore.
-