| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
headers of files I have worked on.
|
| |
|
| |
|
| |
|
|
|
|
| |
background image. Check if the returned directory entry is not a sub-directory. If so, then skip it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gathering thread during initialization.
Wait for the main window
to be realized before passing its cairo surface to the background
object and drawing the background for the first time.
We also need to make sure in our background's size_allocate function
to abort if we're not really active yet (no GdkWindow realized, and
no AnimateTimer yet).
Moved some background init stuff from the main window to the background
class for clarity, and removed the default_background setting - it is
already grabbing the default color in Background's class init.
Obtained (and modified) from the following slick-greeter commits:
d2a7122d731c0f19f502a9efba1feee651bcfa7c
d4a2a94eb7120393bb225b680fdfecf5c1d3c4ea
941ecbc5dcb4e7a072c1ca8816d9678f59a96418
Adaptations by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (50 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (50 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/et/
|
|
|
|
|
|
|
| |
Currently translated at 58.0% (29 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/id/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (50 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (50 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (50 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/sv/
|
|
|
|
|
|
|
| |
Currently translated at 90.0% (45 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/nb/
|
|
|
|
|
|
|
| |
Currently translated at 96.0% (48 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/km/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (50 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/da/
|
|
|
|
|
|
|
| |
Currently translated at 90.0% (45 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/da/
|
|
|
|
|
|
|
| |
Currently translated at 94.0% (47 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/uk/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (50 of 50 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/be/
|
| |
|
| |
|
| |
|
|
|
|
| |
in test mode.
|
| |
|
| |
|
|
|
|
| |
ListDBusInterface to the GreeterList class.
|
|
|
|
|
|
|
|
|
| |
See https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1024482
Arctica Greeter sets the mouse cursor on the root window.
Without GKD_CORE_DEVICE_EVENTS set, the DE is unable to apply its own
cursor theme and size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Drawing the background on the root window causes the following issues:
- The settings daemon sets the DE resolution and that can break the
aspect of the background
- Depending on configuration and distros, the background rendered by
the greeter may or may not be the same as the users's.
- Some DEs such as Cinnamon render a login animation, which looks good
on a black screen but not when a background is drawn.
Potential for regression:
Minimal DEs and WM should be tested to ensure the default state of the
root window is OK. We might have to clear that window or explicitly
paint it black (or the background color chosen by the user).
|
| |
|
|
|
|
| |
ensure_style() method.
|
|
|
|
| |
Ported from slick-greeter.
|
| |
|
| |
|
|
|
|
| |
uninstalled sessions). Ported from slick-greeter.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
is destroyed.
Otherwise we can continue to receive events on the filter when we no
longer have a backing GdkWindow to act upon (causing a segfault).
|
|
|
|
| |
0 && index <= layout->length' failed' error.
|
|
|
|
| |
3.20.
|
| |
|
| |
|
|
|
|
| |
startup (ported from slick-greeter).
|
| |
|
| |
|
| |
|
|
|
|
| |
of output logo's width and height. Fix placing of version string.
|