aboutsummaryrefslogtreecommitdiff
path: root/src/main-window.vala
Commit message (Collapse)AuthorAgeFilesLines
* Add option to show GUI on a specific monitorCobinja2018-06-161-20/+31
| | | | | | | This adds the option "only-on-monitor". Default is "auto", which means "Follow the mouse", like it was without this option. Ported from slick-greeter by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* main-window: Calculate the really needed screen size properlyBjörn Esser2018-03-161-2/+22
|
* copyright holdership: Add myself as copyright holder and author to file ↵Mike Gabriel2017-10-261-0/+2
| | | | headers of files I have worked on.
* background: Don't realize() this immediately - only start the image ↵Michael Webster2017-10-231-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* Add basic screenshot capability. Ported from slick-greeter.leigh123linux2017-06-201-0/+13
|
* Work around GTK 3.20's new allocation logic. Ported from slick-greeter.leigh123linux2017-06-201-0/+2
|
* src/background.vala: Drop logo background.Mike Gabriel2017-06-201-1/+1
|
* menubar clean-up before session start: i.e. kill onboard and orca on session ↵leigh123linux2017-06-201-0/+6
| | | | startup (ported from slick-greeter).
* session list's back button: Make background transparent.Mike Gabriel2017-05-181-0/+17
|
* Gdk.cairo_create() has been deprecated in GTK 3.22. Use ↵Mike Gabriel2017-05-171-1/+4
| | | | Gdk.Window.begin_draw_frame() instead.
* Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen.Mike Gabriel2017-05-171-14/+24
|
* vala: Replace all 'static const' declaration by 'const'.Mike Gabriel2017-04-151-1/+1
|
* Work around Vala trying to use a new GTK 3.20 function.Robert Ancell2016-09-151-1/+1
|
* Rename UGSettings to AGSettings.Mike Gabriel2015-10-071-4/+4
|
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-191-9/+9
|
* Imported Upstream version 14.04.10Mike Gabriel2014-11-021-0/+398