summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-20release 1.16.1v1.16.11.16monsta2-1/+11
2017-01-20Also look for gdm-binary processGeorge Vlahavas1-2/+2
In some systems the gdm binary is actually called "gdm-binary", so we need to check for that too.
2017-01-18Change shake times to even number, so the dialog can return to its original ↵Hao Lee1-1/+1
position.
2017-01-18Merge pull request #111 from XRevan86/1.16Martin Wimpress7-278/+191
1.16: Avoid deprecated gdk_window_set_background functions
2017-01-16Gtk2: fix switching to blank in preferences in fullscreenAlexei Sorokin1-0/+20
2017-01-15avoid deprecated gdk_window_set_background functionsAlexei Sorokin7-278/+171
Which are completely broken in GTK+ 3.22. Also remove some redundant separate Gtk2 code.
2016-10-02GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECKraveit651-1/+1
fixes https://github.com/mate-desktop/mate-screensaver/issues/104
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-09-18update NEWS for 1.16monsta1-5/+6
2016-09-18sync with Transifexmonsta4-140/+143
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit652-1/+5
2016-06-30fix minor warningmonsta1-1/+1
2016-06-30fix UI issues introduced in 296b056monsta3-16/+45
2016-06-30po: drop languages not present on Transifexmonsta3-1658/+0
2016-06-25pre-bump versionraveit652-1/+5
2016-06-24use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei3-22/+23
2016-06-22Gtk3, popsquares: use color from view style class for fallbackSorokin Alexei1-3/+6
2016-06-22Gtk2, popsquares: fix a memory leakSorokin Alexei1-0/+2
2016-06-18Gtk3: fix several deprecationsSorokin Alexei10-114/+442
2016-06-18properly lock even if already activeMarc Deslauriers1-6/+11
If the screensaver is already active without a lock, and it got a request to lock, it would bail out without switching to a locked state. https://bugzilla.gnome.org/show_bug.cgi?id=668967
2016-06-18update GtkBuilder filesSorokin Alexei2-788/+560
2016-06-18fix clear backgroundSorokin Alexei2-44/+46
2016-06-18Gtk3, gs-window-x11: defer setting bg color until realizationRay Strode1-5/+13
commit adfc280 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
2016-06-07release 1.15.0v1.15.0raveit652-1/+7
2016-06-07sync with Transiflexraveit652-4/+4
2016-05-21update to 1.14.1 releasev1.14.1raveit652-1/+9
2016-05-21sync with transiflexraveit6511-134/+138
2016-04-18gtk3: fix assertion 'GTK_IS_WIDGET (widget)' failedDenis Gorodnichev2-2/+2
2016-04-09add style class lock-dialograveit651-0/+7
2016-04-07 po: add missing languages to LINGUASv1.14.0monsta1-0/+2
2016-04-06release 1.14.0raveit652-2/+3
2016-04-06Add Changelog generationraveit651-0/+10
2016-04-06add new languages and sync with transiflexraveit6586-7813/+18658
2016-04-05NEWS: drop ancient gnome 2.xx changesmonsta1-1577/+0
2016-04-05update NEWS a bitmonsta1-3/+4
2016-02-19Sync with TransifexMartin Wimpress10-1159/+2244
2016-02-01fix build warnings about unused variablesmonsta2-7/+1
2016-01-26release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+4
2016-01-26GTK3: fix GtkMisc decperation commitWolfgang Ulbrich3-26/+26
2016-01-21configure.ac: no need to parse and print dbus version anymoremonsta1-34/+0
2016-01-21drop defines for ancient dbus versionmonsta2-11/+0
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+5
2016-01-03drop MateConf migration scriptMonsta2-19/+0
2015-12-22mate_gdk_spawn_command_line_on_screen can be used with any GTK+monsta2-8/+8
2015-12-16removed some strings from translation - nothing to translate theremonsta1-4/+4
2015-12-14get rid of some build warnings when --without-console-kit is setmonsta1-0/+2
2015-12-13GTK3: replace deprecated gdk_window_set_backgroundWolfgang Ulbrich1-2/+8
2015-12-13GTK3: don't use deprecated GtkMiscWolfgang Ulbrich3-0/+65
2015-12-13remove more unused variablesWolfgang Ulbrich5-18/+7
this avoid some build warnings
2015-12-13GTK3: don't use deprecated gdk_cursor_newWolfgang Ulbrich3-0/+33