Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add basic screenshot capability. Ported from slick-greeter. | leigh123linux | 2017-06-20 | 1 | -0/+13 | |
| | ||||||
* | debugging: Print out process PIDs for launched subprocesses. | Mike Gabriel | 2017-06-20 | 2 | -0/+3 | |
| | ||||||
* | Add support for validating session names (and proper fallback for ↵ | Clement Lefebvre | 2017-06-20 | 3 | -2/+48 | |
| | | | | uninstalled sessions). Ported from slick-greeter. | |||||
* | Work around GTK 3.20's new allocation logic. Ported from slick-greeter. | leigh123linux | 2017-06-20 | 3 | -0/+8 | |
| | ||||||
* | Fix at-spi-bus-launcher path in Fedora (ported and modifed from slick-greeter). | Mike Gabriel | 2017-06-20 | 1 | -9/+17 | |
| | ||||||
* | white-space fix | Mike Gabriel | 2017-06-20 | 1 | -1/+1 | |
| | ||||||
* | src/background.vala: Drop logo background. | Mike Gabriel | 2017-06-20 | 3 | -26/+2 | |
| | ||||||
* | src/arctica-greeter.vala: Disconnect the event filter when the main window ↵ | Michael Webster | 2017-06-20 | 1 | -0/+13 | |
| | | | | | | | 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). | |||||
* | src/prompt-box.vala: Avoid 'pango_layout_get_cursor_pos: assertion 'index >= ↵ | Michael Webster | 2017-06-20 | 1 | -1/+17 | |
| | | | | 0 && index <= layout->length' failed' error. | |||||
* | src/prompt-box.vala: get_preferred_height() ovrride only needed with GTK3 >= ↵ | Michael Webster | 2017-06-20 | 1 | -0/+2 | |
| | | | | 3.20. | |||||
* | Fix prompt display in gtk3 > 3.20 (ported from slick-greeter) | Michael Webster | 2017-06-20 | 2 | -0/+5 | |
| | ||||||
* | menubar clean-up before session start: i.e. kill onboard and orca on session ↵ | leigh123linux | 2017-06-20 | 2 | -0/+8 | |
| | | | | startup (ported from slick-greeter). | |||||
* | src/logo-generator.vala: Make logo-generator more flexible. Allow passing-in ↵ | Mike Gabriel | 2017-06-16 | 1 | -3/+7 | |
| | | | | of output logo's width and height. Fix placing of version string. | |||||
* | src/session-list.vala: Regression fix for failing session logins caused by ↵ | Mike Gabriel | 2017-06-16 | 1 | -4/+3 | |
| | | | | eece8599b774b4b30eeb31a39bc7c3c36d24b011. | |||||
* | src/session-list.vala: Present list of available sessions in ↵ | Mike Gabriel | 2017-06-16 | 1 | -1/+8 | |
| | | | | case-insensitive order. | |||||
* | Artwork: Add icon badge for Sugar Desktop. | Mike Gabriel | 2017-06-14 | 1 | -0/+2 | |
| | ||||||
* | Artwork: Add icon badge for surf-display. | Mike Gabriel | 2017-06-14 | 1 | -0/+2 | |
| | ||||||
* | Artwork: Add icon badge for Xmonad. | Mike Gabriel | 2017-06-14 | 1 | -0/+2 | |
| | ||||||
* | Artwork: Add icon badge for the Window Maker. | Mike Gabriel | 2017-06-14 | 1 | -0/+2 | |
| | ||||||
* | Artwork: Add icon badge for the Budgie Desktop. | Mike Gabriel | 2017-06-13 | 1 | -0/+2 | |
| | ||||||
* | Artwork: Add icon badge for awesome. | Mike Gabriel | 2017-06-13 | 1 | -0/+2 | |
| | ||||||
* | Artwork: Add icon badge for the matchbox wm. | Mike Gabriel | 2017-06-13 | 1 | -0/+2 | |
| | ||||||
* | Artwork: Add icon badge for i3 wm. | Mike Gabriel | 2017-06-13 | 1 | -0/+3 | |
| | ||||||
* | override_font() deprecation warning: replace by GtkCssProvider blocks. ↵ | Mike Gabriel | 2017-06-12 | 5 | -18/+118 | |
| | | | | Additionally, don't hard-code Cabin font anymore, use font_name gsettings property instead. | |||||
* | src/arctica-greeter.vala: Fix copy+paste flaw blocking atspid to be ↵ | Mike Gabriel | 2017-06-12 | 1 | -1/+1 | |
| | | | | destroyed at greeter exit. | |||||
* | src/settings-daemon.vala: Make sure the SettingsDaemon subprocess gets ↵ | Mike Gabriel | 2017-06-08 | 2 | -2/+34 | |
| | | | | killed when greeter exits. | |||||
* | src/settings-daemon.vala: Flaw when switching to m-s-d. The media-keys ↵ | Mike Gabriel | 2017-06-07 | 1 | -1/+0 | |
| | | | | plugin is to be diabled. | |||||
* | src/settings-daemon.vala: Avoid race condition that could launch the ↵ | Mike Gabriel | 2017-06-07 | 1 | -3/+1 | |
| | | | | settings daemon twice. | |||||
* | Rename owned greeter bus to a generical, product-independent name: ↵ | Mike Gabriel | 2017-06-04 | 2 | -2/+2 | |
| | | | | org.ayatana.Greeter. | |||||
* | Play system-ready sound when arctica-greeter is ready for loggin the user ↵ | Mike Gabriel | 2017-05-31 | 1 | -1/+1 | |
| | | | | in. Ship system-ready sound with our own sound theme as ubuntu-sounds is not available on all distros. | |||||
* | Use ShutdownDialogType.SHUTDOWN on incoming shutdown requests. This enables ↵ | Mike Gabriel | 2017-05-30 | 2 | -5/+5 | |
| | | | | Hibernate and Suspend buttons, which is nice. | |||||
* | src/shutdown-dialog.vala: Grab Reboot button focus when user requests a reboot. | Mike Gabriel | 2017-05-30 | 1 | -1/+3 | |
| | ||||||
* | Return "greeter" as session_name rather than "ubuntu" in SessionManager DBus ↵ | Mike Gabriel | 2017-05-28 | 1 | -1/+1 | |
| | | | | interface. | |||||
* | nm-applet startup: Fix typo in cmd line option. | Mike Gabriel | 2017-05-28 | 1 | -1/+1 | |
| | ||||||
* | comment change: MATE and GNOME share the same session manager namespace | Mike Gabriel | 2017-05-26 | 1 | -1/+1 | |
| | ||||||
* | DBus own_name: Clear up mess. Arctica Greeter owns two buses: ↵ | Mike Gabriel | 2017-05-23 | 1 | -3/+3 | |
| | | | | org.ArcticaProject.ArcticaGreeter (formerly: com.canonical.UnityGreeter) and org.ayatana.Desktop (formerly: com.canonical.Unity). | |||||
* | src/arctica-greeter.vala: Enable nm-applet again, launch with --indicators ↵ | Mike Gabriel | 2017-05-23 | 1 | -19/+19 | |
| | | | | option and let's hope the system has nm-applet with indicators support compiled-in. | |||||
* | Acquire DBus session bus 'com.canonical.Unity' for now. Same bus name is ↵ | Mike Gabriel | 2017-05-18 | 1 | -3/+3 | |
| | | | | used in ayatana-indicator-session and maybe elsewhere. | |||||
* | session list's back button: Make background transparent. | Mike Gabriel | 2017-05-18 | 1 | -0/+17 | |
| | ||||||
* | src/menubar.vala: Give the indicator icons a bit more space (i.e. height := 32). | Mike Gabriel | 2017-05-18 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | Disable nm-applet while we are not able to pipe it into ↵ | Mike Gabriel | 2017-05-17 | 1 | -19/+19 | |
| | | | | ayatana-indicator-application. | |||||
* | Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen. | Mike Gabriel | 2017-05-17 | 3 | -18/+30 | |
| | ||||||
* | src/arctica-greeter.vala: Cleanly exit nm-applet when switching to the user ↵ | Mike Gabriel | 2017-05-17 | 1 | -2/+25 | |
| | | | | context. | |||||
* | indicator service launching: Check AGSettings for what indicator to load and ↵ | Mike Gabriel | 2017-05-17 | 1 | -96/+84 | |
| | | | | remember loaded indicators to clean up properly when switching to the user context. | |||||
* | indicator support: Launch ayatana-indicator-session service via Arctica Greeter. | Mike Gabriel | 2017-05-17 | 1 | -0/+33 | |
| | ||||||
* | indicator services: Launch inicator power service via systemd before showing ↵ | Mike Gabriel | 2017-05-16 | 1 | -6/+39 | |
| | | | | the greeter. | |||||
* | src/arctica-greeter.vala: Fix systemd launch of ↵ | Mike Gabriel | 2017-05-15 | 1 | -2/+2 | |
| | | | | ayatana-indicator-application service. | |||||
* | arctica-greeter.vala: Fix .service file name for starting up Ayatana ↵ | Mike Gabriel | 2017-05-15 | 1 | -2/+2 | |
| | | | | Indicators Application as a service. | |||||
* | Use systemd to launch the Ayatana Indicators Application Service. | Mike Gabriel | 2017-05-15 | 1 | -29/+39 | |
| |