- 21 Nov, 2016 1 commit
-
-
Kjartan Maraas authored
-
- 22 Sep, 2016 1 commit
-
-
- 18 Nov, 2015 1 commit
-
-
- 16 Jul, 2015 1 commit
-
-
Iain Lane authored
It's connected to a GdkKeymap, not a GSLockPlug. https://bugzilla.gnome.org/show_bug.cgi?id=752202
-
- 25 Jun, 2015 1 commit
-
-
Administrator authored
-
- 20 May, 2015 1 commit
-
-
- 14 Mar, 2015 1 commit
-
-
- 04 Apr, 2014 1 commit
-
-
Piotr Drąg authored
-
- 11 Mar, 2014 1 commit
-
-
Changwoo Ryu authored
-
- 22 Jan, 2014 1 commit
-
-
- 19 Sep, 2013 1 commit
-
-
Antonio Fernandes Coelho Neto authored
-
- 21 Mar, 2013 1 commit
-
-
Martin Pitt authored
It is possible to build systemd without logind, in which case /sys/fs/cgroup/systemd would still exist. Check for /run/systemd/seats instead, as recommended by systemd upstream. For details, see: <https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html> Drop the now unnecessary linking against libsystemd-daemon. https://bugzilla.gnome.org/show_bug.cgi?id=696264
-
- 22 Jan, 2013 1 commit
-
-
Saleem Abdulrasool authored
-
- 30 Dec, 2012 1 commit
-
-
Fabio Tomat authored
-
- 30 Nov, 2012 2 commits
-
-
B.Prathibha authored
gnome-screensaver uses g_timeout_add with an integral number of seconds as a timeout duration in various parts of the code. These bits of code will work just as well using g_timeout_add_seconds instead. g_timeout_add_seconds has the advantage that it consolidates all wake ups that happen near each other to happen at the same time, there by creating less wake ups overall (which improves power savings) This commit changes the applicable g_timeout_add calls to g_timeout_add_seconds calls. https://bugzilla.gnome.org/show_bug.cgi?id=689032
-
Shankar Prasad authored
-
- 28 Nov, 2012 1 commit
-
-
ManojKumar Giri authored
-
- 25 Nov, 2012 1 commit
-
-
- 22 Oct, 2012 1 commit
-
-
- 19 Oct, 2012 1 commit
-
-
Sébastien Bacher authored
-
- 14 Oct, 2012 1 commit
-
-
Shankar Prasad authored
-
- 03 Oct, 2012 1 commit
-
-
Khoem Sokhem authored
-
- 25 Sep, 2012 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 23 Sep, 2012 1 commit
-
-
Rūdolfs Mazurs authored
-
- 21 Sep, 2012 1 commit
-
-
Runa Bhattacharjee authored
-
- 18 Sep, 2012 1 commit
-
-
Ani Peter authored
-
- 03 Sep, 2012 1 commit
-
-
Piotr Drąg authored
-
- 27 Aug, 2012 1 commit
-
-
Nilamdyuti Goswami authored
-
- 20 Aug, 2012 1 commit
-
-
Dominique Leuenberger authored
Fixes bug 682241
-
- 17 Aug, 2012 1 commit
-
-
Fran Diéguez authored
-
- 06 Aug, 2012 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 01 Aug, 2012 1 commit
-
-
Matthias Clasen authored
We don't call gdk_threads_init anyway.
-
- 21 Jul, 2012 1 commit
-
-
Matthias Clasen authored
gnome-shell now has its own lock screen implementation, so gnome-screensaver is only needed in fallback mode.
-
- 17 Jul, 2012 2 commits
-
-
Ray Strode authored
commit 43ee32ed changed the drawing area associated with each monitors screensaver window to get realized early. That change is seemingly causing problems for users. This commit stops preemptively realizing the drawing areas, and instead makes the background color settings get applied reactively in response to realization. http://bugzilla.gnome.org/show_bug.cgi?id=679441
-
Ray Strode authored
This reverts commit 0d534a92. Yo dawg, I heard you like reverts, so i'm reverting the revert, so you can revert while you revert. https://bugzilla.gnome.org/show_bug.cgi?id=679441
-
- 11 Jul, 2012 2 commits
-
-
Ray Strode authored
-
Ray Strode authored
-