- May 12, 2018
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Since the g_signal_emit() is not at the very end of the function one of the listeners might free the lockscreen widget when receiving the "lockscreen-unlock" signal. Hold a reference to prevent being cleaned up before being done.
-
Guido Gunther authored
-
Guido Gunther authored
It's a boolean, not a string
-
Guido Gunther authored
Harmless now but might prevent future errors
-
- May 11, 2018
-
-
Guido Gunther authored
This will be moved into an indicator at a later point. Fixes #20
-
- May 02, 2018
-
-
Guido Gunther authored
The lock screen now shows the current time and on upward drag it switches to the lock screen. The lock screen then shows a keypad to unlock the screen. Validating the entered pin will be done in a follow up patch. TODO in future patches: - slide up lock surface when swiping - wiggle pane a little if swipe is too soft - alpha blend out lock screen surface
-
- Apr 29, 2018
-
-
Guido Gunther authored
This on is in Adwaita so we don't need gnome-icon-theme.
-
- Apr 28, 2018
-
-
Guido Gunther authored
-
- Apr 26, 2018
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Fixes #7 (when there's also gnome-terminal installed)
-
Guido Gunther authored
See https://github.com/swaywm/wlroots/issues/897 for details.
-
Guido Gunther authored
This allows us to run phosh with wlroots/rootston master
-
Guido Gunther authored
This makes them close when clicked outside a layer-shell surface
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Binding to wl_seat breaks GTK+ input since GTK+ binds it as well. Needs to be investigated.
-
Guido Gunther authored
-
Guido Gunther authored
We use the overlay level for the lock screen so it's above 'top' which is currently being used for the menus (until they turn into xdg popups). Together with the input-inhibit protocol this make sure neither clients nor other shell surfaces get any input.
-
Guido Gunther authored
Switch to wlroots layer-shell instead of weston's private desktop-shell protocoll.
-
Guido Gunther authored
Switch to wlroots layer-shell instead of weston's private desktop-shell protocoll.
-
Guido Gunther authored
Switch to wlroots layer-shell instead of weston's private desktop-shell protocoll.
-
- Apr 25, 2018
-
-
Guido Gunther authored
If one only needs certain values others can be passed as NULL
-
Guido Gunther authored
Assume a panel height of 0 instead. This allows us to use it to setup the panel itself.
-
Guido Gunther authored
This will usually not happen but it's better to be safe than sorry.
-
Guido Gunther authored
This in turn needs xdg_shell from wayland-protocols
-
Guido Gunther authored
-
- Apr 01, 2018
-
-
Guido Gunther authored
This enables us to use translations
-
Guido Gunther authored
There's no point in translating the time value.
-
- Mar 30, 2018
-
-
Guido Gunther authored
instead of open coding it
-