- 19 Jun, 2020 2 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
- 18 Jun, 2020 14 commits
-
-
Alexander Mikhaylenko authored
The way we register the event handler is a hack, and the only reason to do it is because GTK3 doesn't offer other ways to do it unlike GTK4. It's not something we'd like to ever expose in a public API, so let's encapsulate it better. Remove the corresponding section from docs. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
This will be needed later, to capture events internally. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
At this point all transitions are direction-dependent, so stop doing the check. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Fixes #280 Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Stop using transition type to indicate whether a transition is active. Instead, use the global transition type and a simple boolean flag for child transitions, and an explicit check for 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>
-
Rearrange them so that 'over' will be the first one after 'none' is removed. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Rearrange them so that 'over' will be the first one after 'none' is removed. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Rearrange them so that 'over' will be the first one after 'none' is removed. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
It should have been 'over', not 'none'. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
They aren't necessary anymore. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
The reason for using capture phase at first was because we don't get stop events on the bubble phase. However, with capture phase we also invert the nested widget handling. Instead, try to still get scroll stop events on the capture phase, while handling everything else on the bubble phase. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
- 17 Jun, 2020 8 commits
-
-
If the box is set to not be able to unfold, there is no point in computing the fold to set it to false afterward: set it to false directly instead.
-
Adrien Plazas authored
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
There is no point in specifying them anymore.
-
Adrien Plazas authored
There is no point in specifying them anymore.
-
Adrien Plazas authored
There is no point in specifying them anymore.
-
- 16 Jun, 2020 7 commits
-
-
Adrien Plazas authored
Giving non-0 defaults to maximum-size and tightening-threshold should make the life of application developers easier while helping keeping the ecosystem consistent.
-
Adrien Plazas authored
This better reprensents the goal of the property and makes it work with any orientation. Fixes #96
-
Adrien Plazas authored
This property represents the height when the HdyClamp is vertical.
-
Adrien Plazas authored
This also renames the style classes from .narrow, .medium and .wide into .small, .medium and .large.
-
Adrien Plazas authored
Also marks it as present since in 1.0. Fixes #222
-
Adrien Plazas authored
This prepares renaming the widget HdyClamp, and doing this first will help tracking the changes done to HdyColumn when rebasing.
-
-
- 12 Jun, 2020 6 commits
-
-
Alexander Mikhaylenko authored
Now that children with 0 size are skipped, we can make sure that we only ever do folding when there's a reason to. So only do it when there is more than one child that doesn't have 0 size. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Alexander Mikhaylenko authored
Specifically, non-revealed revealers. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Adrien Plazas authored
They always must be included first, and more importantly before the object's header.
-
Glade has lots of deprecated stuff in its headers.
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
-
- 11 Jun, 2020 1 commit
- 10 Jun, 2020 2 commits
-
-
Piotr Drąg authored
-
Piotr Drąg authored
-