Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -445/+18 | |
2015-09-14 | Remove deprecated GTK+ symbols and use accessor functions | infirit | 1 | -6/+22 | |
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled. | |||||
2015-09-14 | Don't allow multiline window titles | William Jon McCann | 1 | -0/+2 | |
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=683056 | |||||
2015-09-14 | Fix typo | infirit | 1 | -1/+1 | |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 1 | -19/+30 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED | |||||
2014-11-12 | buttons: Fix background functions for non-default layouts | infirit | 1 | -14/+0 | |
While the configured layout is taken into account for positioning the buttons, the mapping from button function states to button position states just assumed the default button layout in LTR locales. Do a proper mapping depending on the actual layout instead. Based on metacity commit: 6a52883c2b670ad645257373515d1e704408b93d From: Florian Müllner <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=638700 | |||||
2014-10-27 | Fixup Gtk3 Gdk device handling | Denis Gorodnichev | 1 | -0/+10 | |
2014-10-25 | Drop support for Gtk+ < 2.24 | infirit | 1 | -48/+0 | |
2014-10-25 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -6/+1 | |
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-10-24 | frames.c: don't try to remove source that does not exist | infirit | 1 | -0/+2 | |
Based on metacity commit: 5ae71b165df2fbaae933de41db11726a79aea820 From: Alberts Muktupāvels <[email protected]> | |||||
2014-10-24 | Fix the resizing of CSD windows | monsta | 1 | -23/+10 | |
2014-06-26 | Remove all trailing whitespaces in the code tree | Joaquín Ignacio Aramendía | 1 | -8/+8 | |
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i | |||||
2014-04-23 | GTK3 fixes | Stefano Karapetsas | 1 | -0/+4 | |
2014-04-23 | gtk3: remove always on top square at 0x0-200x200 | Denis Gorodnichev | 1 | -29/+19 | |
Conflicts: src/ui/frames.c | |||||
2014-04-23 | GTK3 fixes | Stefano Karapetsas | 1 | -5/+12 | |
2014-03-22 | Revert "gtk3: remove always on top square at 0x0-200x200" | Stefano Karapetsas | 1 | -19/+29 | |
This reverts commit 2425d611fccb0fa43cfd85a967d41d0777ecd353. | |||||
2014-03-07 | gtk3: remove always on top square at 0x0-200x200 | Denis Gorodnichev | 1 | -29/+19 | |
Conflicts: src/ui/frames.c | |||||
2014-01-24 | ui: Improve GTK3 support | Stefano Karapetsas | 1 | -1/+28 | |
2013-11-16 | As of 5804817, the call to generate_pixmap():2353 was changed to pass by | Ryan Doyle | 1 | -8/+8 | |
reference. This broke the GTK2 implementation of generate_pixmap(). This commit updates the GTK2 function to work with the changes. | |||||
2013-10-26 | Starting to add GTK3 support | Laszlo Boros | 1 | -2/+251 | |
2013-05-15 | Fix for white line problem. Cribbed from ↵ | Scott Balneaves | 1 | -4/+8 | |
https://git.gnome.org/browse/mutter/commit/?id=ecf812db833db5bf663c5e6b2fa02856f890a47e. Thanks stefano-k | |||||
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-03-16 | Change the behavior of the maximize button so that a middle click on it will ↵ | Benjamin Valentin | 1 | -12/+41 | |
maximize the window vertically, a right click horizontally. | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+2940 | |