index
:
arctica-greeter
main
master
opensuse
pr/travis-ci
release-builds
Arctica Greeter: Greeter Frontend for LightDM
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/arctica-greeter.vala: Don't load any external application when launched i...
Mike Gabriel
2017-06-20
1
-64
/
+67
*
src/menubar.vala: Disable all indicators in test mode.
Mike Gabriel
2017-06-20
1
-18
/
+22
*
src/settings_daemon.vala: sd_pid is a private property.
Mike Gabriel
2017-06-20
1
-1
/
+1
*
src/greeter-list.vala: Move get_active_entry() functionality from ListDBusInt...
Mike Gabriel
2017-06-20
1
-7
/
+11
*
Fix Arctica Greeter preventing DE from applying cursor theme/size.
Clement Lefebvre
2017-06-20
1
-0
/
+6
*
Don't draw the background before starting the session.
Clement Lefebvre
2017-06-20
1
-23
/
+0
*
rebase debug PID
Mike Gabriel
2017-06-20
1
-1
/
+1
*
src/menubar.vala: Silence build warning due to usage call to deprecated ensur...
Mike Gabriel
2017-06-20
1
-1
/
+0
*
src/background.vala: No runtime warning on empty background image filename. P...
Clement Lefebvre
2017-06-20
1
-8
/
+10
*
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 uninstalled...
Clement Lefebvre
2017-06-20
3
-2
/
+48
*
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 is...
Michael Webster
2017-06-20
1
-0
/
+13
*
src/prompt-box.vala: Avoid 'pango_layout_get_cursor_pos: assertion 'index >= ...
Michael Webster
2017-06-20
1
-1
/
+17
*
src/prompt-box.vala: get_preferred_height() ovrride only needed with GTK3 >= ...
Michael Webster
2017-06-20
1
-0
/
+2
*
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
*
src/logo-generator.vala: Make logo-generator more flexible. Allow passing-in ...
Mike Gabriel
2017-06-16
1
-3
/
+7
*
src/session-list.vala: Regression fix for failing session logins caused by ee...
Mike Gabriel
2017-06-16
1
-4
/
+3
*
src/session-list.vala: Present list of available sessions in case-insensitive...
Mike Gabriel
2017-06-16
1
-1
/
+8
*
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. Additi...
Mike Gabriel
2017-06-12
5
-18
/
+118
*
src/arctica-greeter.vala: Fix copy+paste flaw blocking atspid to be destroyed...
Mike Gabriel
2017-06-12
1
-1
/
+1
*
src/settings-daemon.vala: Make sure the SettingsDaemon subprocess gets killed...
Mike Gabriel
2017-06-08
2
-2
/
+34
*
src/settings-daemon.vala: Flaw when switching to m-s-d. The media-keys plugin...
Mike Gabriel
2017-06-07
1
-1
/
+0
*
src/settings-daemon.vala: Avoid race condition that could launch the settings...
Mike Gabriel
2017-06-07
1
-3
/
+1
*
Rename owned greeter bus to a generical, product-independent name: org.ayatan...
Mike Gabriel
2017-06-04
2
-2
/
+2
*
Play system-ready sound when arctica-greeter is ready for loggin the user in....
Mike Gabriel
2017-05-31
1
-1
/
+1
*
Use ShutdownDialogType.SHUTDOWN on incoming shutdown requests. This enables H...
Mike Gabriel
2017-05-30
2
-5
/
+5
*
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
*
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: org.ArcticaProj...
Mike Gabriel
2017-05-23
1
-3
/
+3
*
src/arctica-greeter.vala: Enable nm-applet again, launch with --indicators op...
Mike Gabriel
2017-05-23
1
-19
/
+19
*
Acquire DBus session bus 'com.canonical.Unity' for now. Same bus name is used...
Mike Gabriel
2017-05-18
1
-3
/
+3
*
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 Gdk.Window.begin_draw...
Mike Gabriel
2017-05-17
1
-1
/
+4
[next]