- Jan 16, 2019
-
-
This avoids having to disable them when their dependencies aren't available and it will allow to disable them properly when libhandy will be allowed to be built as a static library in the next commit.
-
This is required to use the feature option type in the next commit.
-
This is mandatory to use resources of a static version of libhandy, and is hence mandatory to allow to build libhandy as a static library.
-
Silly simple demo of HdyDialog.
-
- Jan 15, 2019
-
-
Adrien Plazas authored
This allows to access the selected item.
-
Adrien Plazas authored
This will better match the name for its accessors which will be added in the next commit.
-
This avoids errors when trying to disconnect signals on finalization.
-
-
- Jan 14, 2019
-
-
This allows to bind the activation of the row by a click or a mnemonic to the activation of a widget.
-
-
-
We used the one of 'submit' so far due to a c'n'p error. Closes: #67
-
- Jan 12, 2019
-
-
David Cordero authored
-
This ensures we run the test the same way applications are expected to run libhandy.
-
-
-
This avoids an empty image, an empty subtitle and an empty prefixes box to be visible when calling show_all(), as they are handled by the row itself.
-
- Jan 10, 2019
-
-
Guido Gunther authored
g_autoptr for GEnumClass was added post 2.56, so using it makes it harder for people to package for distros. Not using g_autoptr there doesn't make the code much less readable.
-
- Jan 01, 2019
-
-
louib authored
-
- Dec 20, 2018
-
-
Adrien Plazas authored
-
Adrien Plazas authored
They are missing and don't appear in Glade.
-
- Dec 17, 2018
-
-
Guido Gunther authored
-
-
-
Adrien Plazas authored
This fixes the fold synchronization of the leaflets in the example application's window.
-
This page presents GtkListBox related widgets like HdyRow and its descendants.
-
-
This will be used in the next commit to use enumeration values in a GListModel.
-
-
This makes the code simpler and demoes the widget.
-
This implements a very commonly used list box row pattern and make it convenient to use. It is going to be used as the base class for many other commonly used row types.
-
This makes the code simpler.
-
This list box header update function is commonly used by many applications and is going to be used by HdyComboRow which is going to be added to libhandy later.This makes it available for everyone.
-
- Dec 16, 2018
-
-
This unbreaks compilation on that platform. Closes: #64
-
- Dec 15, 2018
-
-
This avoids potential crashes when destroying a leaflet and this avoids leaks as not all children where looped through as the children list was edited while being looped through when destroying the leaflet. This fixes #42.
-
- Dec 14, 2018
-
-
There is no point in installing this generated C file.
-
This is required for Meson subprojects to work as intended.
-
- Dec 13, 2018
-
-
Adrien Plazas authored
This ensures the example can fit windows of any height. This also makes the stack containing the content non vertically homogeneous so the scrollbar appears only on examples needing it, while keeping it horizontally homogeneous for to keep when the leaflets will be folded consistent.
-
- Dec 04, 2018
-
-
Alexander Mikhaylenko authored
Since commit c5bf27d4 header bars are destroyed before header group, so when destroying the header group, the list of header bars is always empty, so there's nothing to unref anymore. Reverts commit 14e5fc7b.
-