Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-22 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2020-04-16 | Remove function casting for g_idle_add (function, data) | rbuj | 1 | -5/+5 | |
2020-03-10 | gs-window-x11: Remove warning "variable ‘widget’ set but not used" | rbuj | 1 | -1/+1 | |
2019-11-28 | avoid redundant redeclarations | Pablo Barciela | 1 | -2/+0 | |
2019-10-02 | gs-window-x11: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2018-08-24 | fix more GdkScreen related deprecations | Alexei Sorokin | 1 | -12/+16 | |
This is a follow-up to 5d4416a to fix #126 | |||||
2018-08-19 | Remove "monitor" pointer from debug information | Zhang Xianwei | 1 | -2/+1 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-05-14 | Fixed some gdk deprecations | yetist | 1 | -11/+22 | |
2018-02-01 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -73/+0 | |
2017-12-19 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -11/+2 | |
This commit reverts: https://github.com/mate-desktop/mate-screensaver/commit/816394c1a6ce9968dba3e1b0ecc884c8ccca4d43 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-08-10 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+11 | |
2017-04-15 | Bug fix: screensaver and lock screen not correctly displayed in ↵ | fuzaburo | 1 | -3/+12 | |
configurations with overlapping monitor geometries | |||||
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-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 | 1 | -62/+116 | |
2017-01-15 | avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 1 | -62/+48 | |
Which are completely broken in GTK+ 3.22. | |||||
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -326/+3 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-06-30 | fix UI issues introduced in 296b056 | monsta | 1 | -5/+12 | |
2016-06-24 | use gtk_box_new instead of gtk_{h,v}box_new properly | Sorokin Alexei | 1 | -6/+6 | |
2016-06-18 | Gtk3: fix several deprecations | Sorokin Alexei | 1 | -10/+23 | |
2016-06-18 | fix clear background | Sorokin Alexei | 1 | -33/+34 | |
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-04-18 | gtk3: fix assertion 'GTK_IS_WIDGET (widget)' failed | Denis Gorodnichev | 1 | -1/+1 | |
2016-01-26 | GTK3: fix GtkMisc decperation commit | Wolfgang Ulbrich | 1 | -3/+3 | |
2015-12-13 | GTK3: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+12 | |
2015-12-13 | GTK3: don't use deprecated gdk_cursor_new | Wolfgang Ulbrich | 1 | -0/+9 | |
2015-12-11 | drop some unused variables | Wolfgang Ulbrich | 1 | -6/+2 | |
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 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 | 1 | -0/+4 | |
2015-12-10 | GTK3: use new gdk_error_trap_ignored api | Wolfgang Ulbrich | 1 | -0/+12 | |
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 gtk_{v/h}box_new | Wolfgang Ulbrich | 1 | -0/+5 | |
2015-11-30 | fix warnings due to wrong id passed to g_source_remove | monsta | 1 | -0/+1 | |
2015-07-09 | Simplify cursur hiding | infirit | 1 | -22/+1 | |
Use GDK_BLANK_CURSOR across Gtk versions for new cursors. | |||||
2015-07-09 | Use accessor functions instead of direct access | infirit | 1 | -78/+22 | |
Make Gtk2 build with GSEAL_ENABLE And cut down on ifdef hell. | |||||
2015-07-09 | Don't use gdkkeysyms-compat for Gtk+2 | infirit | 1 | -8/+7 | |
2015-07-09 | Always use GDK_DISPLAY_XDISPLAY instead of GDK_DISPLAY | infirit | 1 | -18/+2 | |
Has been in Gtk since 2.22 | |||||
2015-07-09 | Remove gtk version check around gdk_x11_screen_lookup_visual | infirit | 1 | -4/+0 | |
The function has been in Gtk 2 since 2.2. | |||||
2013-11-12 | Fix segfault with GTK3 | Stefano Karapetsas | 1 | -1/+1 | |
2013-11-12 | Re add removed variable for GTK2 | Stefano Karapetsas | 1 | -0/+1 | |
2013-11-12 | Add GTK3 support | Stefano Karapetsas | 1 | -9/+293 | |
2012-11-18 | fixed incorrect fsf addresses | Steve Zesch | 1 | -1/+1 | |
2011-11-04 | first commit | Perberos | 1 | -0/+2647 | |