- Jul 18, 2018
-
-
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
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 13, 2018
-
-
Guido Gunther authored
FIXME: check if we get the right widh/height after rotation Closes: #20
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
- Jul 12, 2018
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
- Jul 11, 2018
-
-
Alberto Fanjul authored
-
- Jul 10, 2018
-
-
Guido Gunther authored
Use the same character than in the system prompter.
-
Guido Gunther authored
-
- Jul 06, 2018
-
-
Guido Gunther authored
-
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
-