- Jun 19, 2018
-
-
Guido Gunther authored
* Closes settings when favorites is clicked and vice verca * Close menu when activated a second time
-
- Jun 15, 2018
-
-
Guido Gunther authored
-
Guido Gunther authored
This is enough to see the monitors in the control panel with somewhat correct mode information. Future TODOs: * use xdg-output protocol as well * implement https://github.com/swaywm/wlr-protocols/issues/15 so we can set rotation and scaling
-
Guido Gunther authored
Taken from ustream mutter as of commit 6dcce19932506233e0663450aa8d62a0037132c4
-
- Jun 14, 2018
-
-
Guido Gunther authored
Safes one keystroke when unlocking with a keyboard attached.
-
Guido Gunther authored
-
- Jun 13, 2018
-
-
Guido Gunther authored
So far we only looked at the overall input time which is too short to enter the PIN reliably. Fixes #14
-
- Jun 08, 2018
-
-
Guido Gunther authored
It's guaranteed to exist.
-
Guido Gunther authored
Fix a c'n'p error. Split finalize and dispose while at that.
-
Guido Gunther authored
-
- Jun 07, 2018
-
-
Guido Gunther authored
The corresponding issue in wlroots was fixed by https://github.com/swaywm/wlroots/pull/1031
-
- May 31, 2018
-
-
Guido Gunther authored
For now compare an N digit PIN
-
- May 29, 2018
-
-
Guido Gunther authored
This uses libupower-glib Fixes #11
-
Guido Gunther authored
-
Guido Gunther authored
When the shell comes up we want a locked screen since there's no display manager in front of it.
-
Guido Gunther authored
This makes sure we're starting with a fresh number when switching back to the keypad.
-
Guido Gunther authored
This makes sure the unlock process work keyboard only
-
Guido Gunther authored
Make it simpler to use phosh with a keyboard
-
- May 22, 2018
-
-
Guido Gunther authored
We resize to the correct size in the layer surface's configure event. The current code did not take multiple outputs into account anyway.
-
Guido Gunther authored
-
Guido Gunther authored
-
- May 18, 2018
-
-
Guido Gunther authored
Always use the first one for panel and lockscreen
-
Guido Gunther authored
This wraps GtkWindow based layer surfaces in proper objects. This does not yet work for objects using GtkBuilder since we can't pass in the output and layer-shell there.
-
- May 17, 2018
-
-
Guido Gunther authored
To indicate the sliding direction
-
- May 16, 2018
-
-
Guido Gunther authored
Don't assume the panel is always on the first monitor. This fixes the menu position of the settings menu with two displays.
-
Guido Gunther authored
There were some fixes regarding xdg popup positioning.
-
- 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
-