- Jun 02, 2017
-
-
David Mohammed authored
-
- May 26, 2017
-
-
Michael Webster authored
-
- May 25, 2017
-
-
Clement Lefebvre authored
-
Michael Webster authored
result of d2a7122d
-
- May 23, 2017
-
-
Clement Lefebvre authored
-
Michael Webster authored
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.)
-
Michael Webster authored
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.
-
Michael Webster authored
correctly without it. With it, entries are often under- or over- allocated, with the result being the active user's password entry sometimes does not have enough room to be visible.
-
Michael Webster authored
entry box - it should be more centered now instead of in the upper left corner.
-
- May 22, 2017
-
-
leigh123linux authored
-
- May 17, 2017
-
-
Clement Lefebvre authored
-
David Mohammed authored
* add greeter icon support for budgie-desktop * fixed watch for linux mint repo * fix some debian/control lintian issues * removed some unity elements from the man-page * fix up missing man page for binary executable * fixup missing and wrong copyright statements * switch back to native, remove unnecessary watch file
-
- May 12, 2017
-
-
Clement Lefebvre authored
-
Clement Lefebvre authored
Don't call .concat on a null variable.
-
gabrc52 authored
Now it checks for /usr/share/xsessions/session.desktop instead of /usr/share/xsessions/session because sessions normally have the .desktop extension
-
gogogogi authored
* Update hr.po * Update hr.po
-
- May 05, 2017
-
-
Clement Lefebvre authored
-
- May 02, 2017
-
-
Clement Lefebvre authored
Change maintainer to Linux Mint
-
- May 01, 2017
-
-
Elias Ojala authored
-
- Apr 20, 2017
-
-
Clement Lefebvre authored
Remove unused pkla file
-
Clement Lefebvre authored
Replace Unity with Slick in translated strings
-
Clement Lefebvre authored
Change the homepage and remove Vcs-Bzr
-
- Apr 17, 2017
-
-
AsciiWolf authored
-
- Apr 16, 2017
-
-
Elias Ojala authored
-
- Apr 13, 2017
-
-
leigh123linux authored
-
- Apr 10, 2017
-
-
Clement Lefebvre authored
-
Clement Lefebvre authored
Add basic screenshot capability
-
Clement Lefebvre authored
-
leigh123linux authored
-
- Apr 09, 2017
-
-
Clement Lefebvre authored
slick-greeter should depend on lightdm
-
leigh123linux authored
-
- Apr 08, 2017
-
-
Clement Lefebvre authored
-
Clement Lefebvre authored
HiDPI shouldn't be activated on large screens where the dpi is OK.
-
Clement Lefebvre authored
-
Clement Lefebvre authored
-
Clement Lefebvre authored
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).
-
Clement Lefebvre authored
Only support 1x and 2x scale ratios for now. Also add a setting so the user can disable HiDPI support.
-
- Apr 07, 2017
-
-
Clement Lefebvre authored
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1024482 Slick-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.
-
Clement Lefebvre authored
-
Clement Lefebvre authored
-