- Jul 18, 2018
-
-
Guido Gunther authored
Add home button Closes #27 See merge request Librem5/phosh!88
-
Guido Gunther authored
Just the button to spawn the favorites. Favorites, top anel rework will be done separately (See #24, #29) Closes: #27
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
The convention is to have the _TYPE_ after the prefix
-
Guido Gunther authored
Turn panel into a PhoshLayerSurface instead of open coding it Closes #21 See merge request Librem5/phosh!87
-
Guido Gunther authored
Closes: #21
-
Guido Gunther authored
-
Guido Gunther authored
Introduce PhoshLockscreenManager Closes #25 See merge request Librem5/phosh!85
-
Guido Gunther authored
This makes it configurabe via gnome-settings. But see #28 where this has to go.
-
Guido Gunther authored
This is one open coded layer surface less and another part of #21.
-
Guido Gunther authored
Closes: #25
-
Guido Gunther authored
-
Guido Gunther authored
This gives us better backtraces
-
Guido Gunther authored
Fix various potential crashers and make avoiding them simpler See merge request Librem5/phosh!86
-
Guido Gunther authored
-
Guido Gunther authored
otherwise the unitialized variable might be cleaned up on the error path.
-
Guido Gunther authored
-
Guido Gunther authored
Be pessimistic and assume failure when the pam handle did not get cleanued up earlier.
-
Guido Gunther authored
-
Guido Gunther authored
Traces are still cut off
-
Guido Gunther authored
The files are even more imporatant then
-
Guido Gunther authored
We want to catch these early
-
Guido Gunther authored
Split Wayland registry code into separate class Closes #26 See merge request Librem5/phosh!84
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Split PhoshWayland out of PhoshShell where the former handles protocol registration and the later all the surfaces and managers. We can move PhoshShell into a separate file once we moved out the lock screen handling to the lockscreen manager. Closes: #26
-
- Jul 16, 2018
-
-
Guido Gunther authored
Support org.gnome.Mutter.DisplayConfig.{Set,Get}CrtcGamma Closes #13 See merge request Librem5/phosh!58
-
Guido Gunther authored
Only add outputs to the list of displays that are fully configured (that received wl_output's done event). This prevents us to from accessing half initialized monitors.
-
Guido Gunther authored
This allows us to listen for the done event.
-
Guido Gunther authored
-
Guido Gunther authored
This allows GNOME's redshift to work. Since wlroots gamma protocol doesn't allow to read the gamma ramps fake empty ramps of the right size. All users only use it to determin the gamma table's size. Fixes #13
-
- Jul 14, 2018
-
-
Guido Gunther authored
-
- Jul 13, 2018
-
-
Guido Gunther authored
Use get_primary_monitor everywhere Closes #20 See merge request Librem5/phosh!74
-
Guido Gunther authored
FIXME: check if we get the right widh/height after rotation Closes: #20
-
Guido Gunther authored
Use valgrind in CI See merge request Librem5/phosh!80
-
Guido Gunther authored
This will help us find leaks early
-