Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-22 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -1/+1 | |
2022-03-11 | gs-fade: Fix -Wfloat-conversion warnings | rbuj | 1 | -31/+18 | |
2021-11-20 | Use a blank line at most | rbuj | 1 | -3/+0 | |
2021-06-22 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2019-11-28 | avoid redundant redeclarations | Pablo Barciela | 1 | -2/+0 | |
2019-10-02 | gs-fade: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2018-09-09 | fade: fix fade computation math | raveit65 | 1 | -1/+1 | |
commit https://github.com/mate-desktop/mate-screensaver/commit/599bc81 changed the fade time out to be less than a 1000ms. Unfortunately, this broke the fade because the math for computing the number of fade steps used integer arithmetic, and performed a division by a 1000. https://bugzilla.gnome.org/show_bug.cgi?id=672583 origin commit: https://gitlab.gnome.org/GNOME/gnome-screensaver/commit/7e2085a | |||||
2018-05-14 | Fixed some gdk deprecations | yetist | 1 | -1/+3 | |
2017-01-17 | GTK+3.22: fix some GdkScreen related deprecations | Alexei Sorokin | 1 | -4/+4 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -184/+0 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-06-18 | Gtk3: fix several deprecations | Sorokin Alexei | 1 | -8/+154 | |
2015-12-11 | drop some unused variables | Wolfgang Ulbrich | 1 | -2/+1 | |
taken from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=214ab95 https://git.gnome.org/browse/gnome-screensaver/commit/?id=4f0124a | |||||
2015-09-16 | manager: fade out explicitly locks more quickly | Ray Strode | 1 | -1/+1 | |
If the screensaver is explicitly asked to lock (as opposed to locking because of idle), then we should do it very quickly. 1 second is too long. This commit changes the fade to 60 steps per second and a quarter of second long (put another way, about 15 fade increments). Taken from gnome-screensaver, commit:44edc03104f9757f4d866f24df8793f064b6ce70 And applied to MATE by infirit | |||||
2015-07-09 | Always use GDK_DISPLAY_XDISPLAY instead of GDK_DISPLAY | infirit | 1 | -28/+0 | |
Has been in Gtk since 2.22 | |||||
2014-11-30 | Update to api changes for MateRR* in mate-desktop | infirit | 1 | -3/+1 | |
2014-07-21 | Prevent SegFault in the absence of XRANDR | David Tagatac | 1 | -1/+2 | |
(Fix #46) Patch by Steven Chamberlain https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=bug749629.patch;att=1;bug=749629 | |||||
2013-11-12 | Add GTK3 support | Stefano Karapetsas | 1 | -1/+29 | |
2012-11-18 | fixed incorrect fsf addresses | Steve Zesch | 1 | -1/+1 | |
2011-11-04 | first commit | Perberos | 1 | -0/+987 | |