Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-04-05 | update NEWS a bit | monsta | 1 | -3/+4 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 10 | -1159/+2244 | |
2016-02-01 | fix build warnings about unused variables | monsta | 2 | -7/+1 | |
2016-01-26 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-01-26 | GTK3: fix GtkMisc decperation commit | Wolfgang Ulbrich | 3 | -26/+26 | |
2016-01-21 | configure.ac: no need to parse and print dbus version anymore | monsta | 1 | -34/+0 | |
2016-01-21 | drop defines for ancient dbus version | monsta | 2 | -11/+0 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+5 | |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -19/+0 | |
2015-12-22 | mate_gdk_spawn_command_line_on_screen can be used with any GTK+ | monsta | 2 | -8/+8 | |
2015-12-16 | removed some strings from translation - nothing to translate there | monsta | 1 | -4/+4 | |
2015-12-14 | get rid of some build warnings when --without-console-kit is set | monsta | 1 | -0/+2 | |
2015-12-13 | GTK3: replace deprecated gdk_window_set_background | Wolfgang Ulbrich | 1 | -2/+8 | |
2015-12-13 | GTK3: don't use deprecated GtkMisc | Wolfgang Ulbrich | 3 | -0/+65 | |
2015-12-13 | remove more unused variables | Wolfgang Ulbrich | 5 | -18/+7 | |
this avoid some build warnings | |||||
2015-12-13 | GTK3: don't use deprecated gdk_cursor_new | Wolfgang Ulbrich | 3 | -0/+33 | |
2015-12-11 | drop some unused variables | Wolfgang Ulbrich | 3 | -12/+6 | |
taken from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=214ab95 https://git.gnome.org/browse/gnome-screensaver/commit/?id=4f0124a | |||||
2015-12-11 | GTK3: don't use deprecated gdk_cursor_unref | Wolfgang Ulbrich | 2 | -0/+12 | |
2015-12-11 | GTK3 window: don't use GtkRC to override drawing area's background | Wolfgang Ulbrich | 1 | -1/+12 | |
That won't work correctly with GTK3, even more so given that we set app_paintable = TRUE on the drawing area. Instead, set the background GdkRGBA to black directly on the GtkDrawingArea's GdkWindow. taken from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=43ee32e | |||||
2015-12-10 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 3 | -0/+12 | |
2015-12-10 | GTK3: use new gdk_error_trap_ignored api | Wolfgang Ulbrich | 2 | -0/+34 | |
This gets rid of some compile warnings taken from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=73c0e41 | |||||
2015-12-10 | GTK3: don't use deprecated GDK_THREADS_ENTER/LEAVE | Wolfgang Ulbrich | 2 | -0/+12 | |
2015-12-10 | GTK3: don't use deprecated gtk_button_box_new | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-12-10 | GTK3: don't use deprecated gtk_{v/h}box_new | Wolfgang Ulbrich | 3 | -0/+15 | |
2015-11-30 | fix warnings due to wrong id passed to g_source_remove | monsta | 5 | -2/+11 | |
2015-11-03 | 1.12.0v1.12.01.12 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 2 | -0/+1490 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -7/+2 | |
2015-10-27 | some corrections in NEWS | monsta | 1 | -2/+10 | |
2015-10-21 | release 1.11.1mate-screensaver-1.11.1 | raveit65 | 2 | -1/+7 | |
2015-10-20 | Revert "Lock the screen on systemd sleep under systemd" | monsta | 1 | -17/+0 | |
This reverts commit f1739c03e00a51e87bd49d04827e5b765d1c70de. | |||||
2015-10-20 | add datarootdir to .pc.in file, fix warning during configure process | Monsta | 1 | -1/+2 | |