summaryrefslogtreecommitdiff
path: root/src/polkitmateauthenticator.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11Use a blank line at mostrbuj1-4/+0
2021-09-17Fix segfault from gdk_x11_get_server_time if not on X11blank X1-2/+6
This commit will call gtk_window_present_with_time (along with gdk_x11_get_server_time) if on X11, or just gtk_window_present if not to prevent a segmentation fault from occuring
2021-06-22update copyright to 2021raveit651-0/+1
2015-09-13Changes authentication failure messageinfirit1-1/+1
Patch by Robert Ancell taken from https://bugzilla.gnome.org/show_bug.cgi?id=592978
2015-09-12Return error when authentication dialog is dismissedinfirit1-3/+8
This allows PolicyKit applications to disambiguate between when the authentication dialog is dismissed versus when authentication fails (e.g. the wrong password has been entered). From polkit-gnome, commit: 2511afae6b72fe3b4714d07ab6373c93c2923a5e From: David Zeuthen <[email protected]> Gnome bug: https://bugs.freedesktop.org/show_bug.cgi?id=30653
2015-09-01don't lose focus when displaying password prompt dialogMonsta1-1/+3
fixes https://github.com/mate-desktop/mate-polkit/issues/19 fixes https://github.com/mate-desktop/marco/issues/117 thanks to Jeffrey Knockel (see https://bugzilla.gnome.org/show_bug.cgi?id=676076 and https://bugs.launchpad.net/bugs/946171)
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+508