- 14 Feb, 2020 13 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
This make the CSS node names be the widget's name, in lowercase, with no separator, and without the hdy prefix. This makes the class names more generic, making them blend better with the names usedin Adwaita. This also updates the node names where they are used. Fixes Librem5/libhandy#190.
-
This renames HDY_STYLE_PROVIDER_PRIORITY as HDY_STYLE_PROVIDER_PRIORITY_OVERRIDE to better match its goal.
-
Fixes Librem5/libhandy#196.
-
This automatically initializes the global style in a time which should be after GTK has been initialized but before the first window is presented.
-
This can be used to initialize the global style.
-
They will receive styles to be loaded globally.
-
The implementation is just a useless empty shell. Fixes Librem5/libhandy#197.
-
Adrien Plazas authored
We don't want to surprize our users when they'll migrate to 1.0.
-
Adrien Plazas authored
This is the recommended transition for typical use cases, so let's default to it.
-
Adrien Plazas authored
The swipe tracker takes ownership of the heap-allocated snap points in hdy_swipe_tracker_confirm_swipe(), but if any of the preconditions fail the function would return without freeing that memory. This uses an auto cleanup function to handle these many cases automatically.
-
Adrien Plazas authored
-
Adrien Plazas authored
It's not needed anymore.
-
- 29 Jan, 2020 11 commits
-
-
Alexander Mikhaylenko authored
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
Fixes Librem5/libhandy#200 Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
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 6 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.
-