Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |