Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/main-window.vala: Update struts when monitor setup changed. | Mike Gabriel | 2024-06-18 | 1 | -0/+1 |
| | |||||
* | src/main-window.vala: In set_struts() consider window scaling when ↵ | Mike Gabriel | 2024-06-18 | 1 | -12/+13 |
| | | | | | | calculting _NET_WM_STRUT{,_PARTIAL} (fixes broken geometry). Regression fix for 275703604d44fff336f631f93e7a47bb3a3b09fd. | ||||
* | src/: In set_struts(), use already discovered geometry of the primary monitor. | Mike Gabriel | 2024-06-18 | 1 | -19/+22 |
| | |||||
* | src/: Set _NET_WM_STRUT{,_PARTIAL} so that notification bubbles don't ↵ | Mike Gabriel | 2024-06-18 | 1 | -4/+70 |
| | | | | overlay the menubar. | ||||
* | Revert "Work around GTK 3.20's new allocation logic. Ported from slick-greeter." | Mike Gabriel | 2024-06-04 | 1 | -2/+0 |
| | | | | This reverts commit 2fa9791d9802d5c34323d9bd99ad9fa608abdda6. | ||||
* | src/{main-window,settings}.vala: Add a setting to configure the user list ↵ | Eugenio Depalo | 2024-05-28 | 1 | -7/+37 |
| | | | | | | alignment. Ported from slick-greeter by Mike Gabriel. | ||||
* | src/main-window.vala: Drop obsolete / commented out code. | Mike Gabriel | 2023-10-05 | 1 | -17/+1 |
| | |||||
* | Drop all internal a11y indicator related code | Robert Tari | 2023-09-16 | 1 | -11/+2 |
| | |||||
* | src/main-window: Rewrite some deprecated Gtk.Alignments | Robert Tari | 2023-05-08 | 1 | -10/+11 |
| | |||||
* | Fix some deprecations | Robert Tari | 2023-05-07 | 1 | -3/+2 |
| | |||||
* | Add option to span background across multiple monitors | Geoff Paul | 2023-05-03 | 1 | -20/+3 |
| | |||||
* | main-window: Smooth transition to greeter screen. | Mike Gabriel | 2023-05-03 | 1 | -3/+19 |
| | | | | | | | | | | | | | | This completes a ported patch from slick-greeter. Credits to Björn Esser. From 5d39cade1f70ffe0a9bc38ad0b405bb55d98a505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82@fedoraproject.org> Date: Wed, 29 Nov 2017 18:24:15 +0100 Subject: [PATCH] main-window: Calculate the really needed screen size properly (#84) * main-window: Calculate the really needed screen size properly * arctica-greeter: Smooth transition to the greeter screen | ||||
* | user-list: Allow hidden user visibility to be toggled. | Clement Lefebvre | 2023-02-06 | 1 | -12/+9 |
| | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/ce8704c02498fef137908e36b315d0876300d2c2 | ||||
* | keyboard navigation: Don't prevent left/right movement in Gtk.Entry. | Clement Lefebvre | 2023-02-06 | 1 | -10/+0 |
| | | | | | | | | | The shutdown dialog Left/Right navigation works without this code anyway. Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/d9d47171d4c00a7004a5548f7e170355c2ba1618 | ||||
* | sessions: Close dialog on Escape. | Clement Lefebvre | 2023-02-06 | 1 | -0/+10 |
| | | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/aaa10cc2a080cf5fecc693bde7ba473ad87bbe96 | ||||
* | misc src/: completely rework high contrast mode, add stub for big font mode. | Mihai Moldovan | 2023-02-06 | 1 | -1/+4 |
| | | | | | | | | | This is a work-in-progress. The reworked high contrast mode adds support for a configurable high contrast GTK theme and changes a lot of widgets to change their color. The big font mode is a stub currently. | ||||
* | misc src/: make ArcticaGreeter a proper vala SingleInstance class. | Mihai Moldovan | 2023-02-06 | 1 | -3/+5 |
| | | | | | This allows us to drop the rather awkward self-referencing static singleton member and use a standard vala/glib feature. | ||||
* | src/main-window.vala: Fix missing parenthesis-close in debug message. | Mike Gabriel | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Add option to show GUI on a specific monitor | Cobinja | 2018-06-16 | 1 | -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 properly | Björn Esser | 2018-03-16 | 1 | -2/+22 |
| | |||||
* | copyright holdership: Add myself as copyright holder and author to file ↵ | Mike Gabriel | 2017-10-26 | 1 | -0/+2 |
| | | | | headers of files I have worked on. | ||||
* | background: Don't realize() this immediately - only start the image ↵ | Michael Webster | 2017-10-23 | 1 | -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. | leigh123linux | 2017-06-20 | 1 | -0/+13 |
| | |||||
* | Work around GTK 3.20's new allocation logic. Ported from slick-greeter. | leigh123linux | 2017-06-20 | 1 | -0/+2 |
| | |||||
* | src/background.vala: Drop logo background. | Mike Gabriel | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | menubar clean-up before session start: i.e. kill onboard and orca on session ↵ | leigh123linux | 2017-06-20 | 1 | -0/+6 |
| | | | | startup (ported from slick-greeter). | ||||
* | session list's back button: Make background transparent. | Mike Gabriel | 2017-05-18 | 1 | -0/+17 |
| | |||||
* | Gdk.cairo_create() has been deprecated in GTK 3.22. Use ↵ | Mike Gabriel | 2017-05-17 | 1 | -1/+4 |
| | | | | Gdk.Window.begin_draw_frame() instead. | ||||
* | Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen. | Mike Gabriel | 2017-05-17 | 1 | -14/+24 |
| | |||||
* | vala: Replace all 'static const' declaration by 'const'. | Mike Gabriel | 2017-04-15 | 1 | -1/+1 |
| | |||||
* | Work around Vala trying to use a new GTK 3.20 function. | Robert Ancell | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | Rename UGSettings to AGSettings. | Mike Gabriel | 2015-10-07 | 1 | -4/+4 |
| | |||||
* | fork unity-greeter as arctica-greeter | Mike Gabriel | 2015-09-19 | 1 | -9/+9 |
| | |||||
* | Imported Upstream version 14.04.10 | Mike Gabriel | 2014-11-02 | 1 | -0/+398 |