- 17 May, 2021 40 commits
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
This reverts commit 5fdc69ef.
-
Sebastian Krzyszkowiak authored
This reverts commit 9f00effd.
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
This reverts commit 58446006.
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
This reverts commit 2b3ff12e.
-
Sebastian Krzyszkowiak authored
This prevents accidental touches from being registered during the folding animation.
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
This needs proper toplevel tracking
-
Sebastian Krzyszkowiak authored
Resetting the app grid from filtered state can take a noticeable amount of time. Do it when folding animation ends, when it's far less likely that the user wants to interact with the shell, rather than when unfolding animation starts, which is almost guaranteed to be done because of user action. Thanks to that the shell can respond faster.
-
Use a vertical swipe up to dismiss the banner without closing it.
-
Splash screen for launching applications Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Make sure the banner isn't clipped during the swipe gesture.
-
Expose the #PhoshSwipeAwayBin:reserve-size property, we'll need this for banners.
-
-
-
Unfortunately, in GTK 3 it's not possible to use single click row activation together with swipes; they will interfere. Meanwhile, we still need activation for keynav, so switch to double click activation and implement it manually instead. Use this chance to unify click handling with the header.
-
Make sure we don't interfere with swipes in future.
-
-
-
-
Support programmatic revealing and not just removing.
-