- Jul 06, 2018
-
-
Guido Gunther authored
This avoids opencoding it in lot of places (See #20)
-
- Jul 05, 2018
-
-
Guido Gunther authored
This allows other objects to interface with the layer shell API.
-
- Jul 04, 2018
-
-
Guido Gunther authored
We don't know the actual size of the surface before that.
-
Guido Gunther authored
This makes the background's setup independet from the phosh global which isn't fully setup yet. It also allows for easier testing. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Gunther authored
This allows derived classes to e.g. adjust layout when we know the final size.
-
Guido Gunther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Gunther authored
We emit an unlocked signal not a locked signal.
-
Guido Gunther authored
Since callers are supposed to check modem present before sim locked it should not matter in practice but it's better to be on the safe side here.
-
Guido Gunther authored
Another issue found when building with -O0
-
Guido Gunther authored
These cause crashes when built with -O0 since the g_auto tries to free unallocated memory.
-
Guido Gunther authored
Otherwise we can't test with mainline rootston and G_DEBUG=fatal-warnings easily.
-
- Jun 23, 2018
-
-
Guido Gunther authored
Now that more people are building our code make sure we pull in recent enough versions.
-
- Jun 21, 2018
-
-
Guido Gunther authored
We're using an eventbox to detect button press events. This can later be used for right click actions
-
Guido Gunther authored
Now that we wrap and scroll properly there's no need to keep it at the beginning.
-
Guido Gunther authored
This allows us to use all available screen space
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
- Jun 19, 2018
-
-
Guido Gunther authored
This simplifies development and also moves the locking out of the constructor.
-
Guido Gunther authored
This makes it more obvious where it comes from
-
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
-