summaryrefslogtreecommitdiff
path: root/src/ui/ui.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-16ui: Small cleanupsinfirit1-19/+0
* No point in checking for Gtk2 with GTK_CHECK_VERSION in Gtk2 only code * We have gdk_x11_window_lookup_for_display in Gtk2.24
2015-09-16Remove more unused functionsinfirit1-105/+0
2015-09-14Remove deprecated GTK+ symbols and use accessor functionsinfirit1-4/+6
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled.
2015-09-14ui: Refactor the default image lookupJasper St. Pierre1-20/+15
2015-09-14xprop: Don't use GDK for reading text propertiesJasper St. Pierre1-32/+0
2015-08-31check for GTK+ release, not pre-releaseMonsta1-1/+1
2014-12-05ui: use correct name for missing iconAlberts Muktupāvels1-2/+2
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev1-3/+5
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED
2014-10-27Fixup Gtk3 Gdk device handlingDenis Gorodnichev1-2/+13
2014-10-25Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-30/+0
gdk_x11_window_lookup_for_display since 2.24 GDK_WINDOW_XID since always gtk_widget_get_visible since 2.18 gtk_widget_set_mapped since 2.20 gdk_event_new since 2.2 gdk_x11_window_lookup_for_display since 2.24 gdk_text_property_to_utf8_list_for_display since 2.2 gtk_widget_get_realized since 2.20 gdk_visual_get_depth since 2.22 gtk_widget_get_window since 2.14 gtk_widget_set_allocation since 2.18
2014-04-23GTK3 fixesStefano Karapetsas1-2/+52
2014-01-24ui: Improve GTK3 supportStefano Karapetsas1-35/+149
2014-01-18ui: Some GTK3 fixesStefano Karapetsas1-6/+34
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1117