Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 93 | -9658/+9665 | |
2017-03-13 | update NEWS for 1.18, also add 1.16.1 entries | monsta | 1 | -17/+17 | |
2017-02-13 | man: fix indent of --debug option | monsta | 1 | -1/+1 | |
2017-02-10 | copy-theme-dialog: port GtkTable to GtkGrid | raveit65 | 1 | -19/+16 | |
2017-01-18 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 2 | -2/+14 | |
2017-01-18 | Merge pull request #112 from hao-lee/master | Martin Wimpress | 1 | -1/+1 | |
Change shake times to even number, so the dialog can return to its original position. | |||||
2017-01-18 | Merge pull request #110 from XRevan86/master | Martin Wimpress | 15 | -338/+456 | |
Avoid deprecated gdk_window_set_background functions | |||||
2017-01-17 | Change shake times to even number, so the dialog can return to its original ↵ | Hao Lee | 1 | -1/+1 | |
position. | |||||
2017-01-17 | GTK+3.22: fix some GdkScreen related deprecations | Alexei Sorokin | 12 | -234/+371 | |
2017-01-15 | avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 5 | -104/+85 | |
Which are completely broken in GTK+ 3.22. | |||||
2017-01-13 | Update mate-screensaver NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -83/+62 | |
formatting. This will make generating release announcements easier. | |||||
2017-01-08 | preferences UI: fix vertical expand of the scrolledwindow of the themetreeview | raveit65 | 1 | -0/+1 | |
2016-12-27 | preferences UI: don't use gtk+ deprecations | raveit65 | 1 | -28/+45 | |
2016-12-26 | patch to use user's background for lock screen also. | Oliver Mangold | 1 | -1/+4 | |
2016-11-28 | po: actually add new languages from Transifex | monsta | 1 | -0/+3 | |
2016-11-24 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+6 | |
2016-11-24 | sync with transifex | raveit65 | 14 | -76/+2258 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 31 | -1318/+39 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-11-20 | fix indent a bit | monsta | 2 | -3/+3 | |
2016-11-20 | build: require libmate-menu 1.10 | monsta | 1 | -1/+1 | |
2016-10-19 | Also look for gdm-binary process | George Vlahavas | 1 | -2/+2 | |
In some systems the gdm binary is actually called "gdm-binary", so we need to check for that too. | |||||
2016-10-02 | GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECK | raveit65 | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-screensaver/issues/104 | |||||
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -5/+6 | |
2016-09-18 | sync with Transifex | monsta | 4 | -140/+143 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 2 | -1/+5 | |
2016-06-30 | fix minor warning | monsta | 1 | -1/+1 | |
2016-06-30 | fix UI issues introduced in 296b056 | monsta | 3 | -16/+45 | |
2016-06-30 | po: drop languages not present on Transifex | monsta | 3 | -1658/+0 | |
2016-06-25 | pre-bump version | raveit65 | 2 | -1/+5 | |
2016-06-24 | use gtk_box_new instead of gtk_{h,v}box_new properly | Sorokin Alexei | 3 | -22/+23 | |
2016-06-22 | Gtk3, popsquares: use color from view style class for fallback | Sorokin Alexei | 1 | -3/+6 | |
2016-06-22 | Gtk2, popsquares: fix a memory leak | Sorokin Alexei | 1 | -0/+2 | |
2016-06-18 | Gtk3: fix several deprecations | Sorokin Alexei | 10 | -114/+442 | |
2016-06-18 | properly lock even if already active | Marc Deslauriers | 1 | -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-18 | update GtkBuilder files | Sorokin Alexei | 2 | -788/+560 | |
2016-06-18 | fix clear background | Sorokin Alexei | 2 | -44/+46 | |
2016-06-18 | Gtk3, gs-window-x11: defer setting bg color until realization | Ray Strode | 1 | -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-07 | release 1.15.0v1.15.0 | raveit65 | 2 | -1/+7 | |
2016-06-07 | sync with Transiflex | raveit65 | 2 | -4/+4 | |
2016-05-21 | update to 1.14.1 releasev1.14.1 | raveit65 | 2 | -1/+9 | |
2016-05-21 | sync with transiflex | raveit65 | 11 | -134/+138 | |
2016-04-18 | gtk3: fix assertion 'GTK_IS_WIDGET (widget)' failed | Denis Gorodnichev | 2 | -2/+2 | |
2016-04-09 | add style class lock-dialog | raveit65 | 1 | -0/+7 | |
2016-04-07 | po: add missing languages to LINGUASv1.14.0 | monsta | 1 | -0/+2 | |
2016-04-06 | release 1.14.0 | raveit65 | 2 | -2/+3 | |
2016-04-06 | Add Changelog generation | raveit65 | 1 | -0/+10 | |
2016-04-06 | add new languages and sync with transiflex | raveit65 | 86 | -7813/+18658 | |
2016-04-05 | NEWS: drop ancient gnome 2.xx changes | monsta | 1 | -1577/+0 | |