Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-10 | Merge pull request #164 from dnk/tile_preview_glitch | Martin Wimpress | 1 | -1/+2 | |
tile preview: invalidate window before showing | |||||
2015-03-15 | preview-widget: use correct name for missing icon | monsta | 1 | -2/+2 | |
from https://git.gnome.org/browse/metacity/commit/?id=5f8df557b8dbe962f19e8b641c007073665ff878 Closes https://github.com/mate-desktop/marco/pull/178 | |||||
2015-01-14 | check compositor status | Denis Gorodnichev | 1 | -15/+16 | |
2015-01-14 | show tile preview with external compositor | Denis Gorodnichev | 1 | -4/+3 | |
2015-01-14 | tile preview: invalidate window before showing | Denis Gorodnichev | 1 | -1/+2 | |
2014-12-05 | ui: use correct name for missing icon | Alberts Muktupāvels | 1 | -2/+2 | |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 16 | -316/+985 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED | |||||
2014-11-25 | Replace gtkstock icon usage | infirit | 1 | -2/+2 | |
2014-11-25 | Gtk3: Silence the GtkVBox and GtkHBox deprecations warnings | infirit | 2 | -0/+8 | |
2014-11-18 | Add missing ';' | Stefano Karapetsas | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/marco/issues/149 | |||||
2014-11-12 | buttons: Fix background functions for non-default layouts | infirit | 3 | -16/+108 | |
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-11-12 | Fix drawing of <arc> elements | infirit | 1 | -1/+1 | |
This patch fixes the drawing of <arc> theme elements to appear in the desired orientation Based on metacity commit: 120c7790d6c5a837372ef1e0105e89ac674facd8 From: Nickolas Lloyd <[email protected]> | |||||
2014-10-27 | Fixup Gtk3 Gdk device handling | Denis Gorodnichev | 2 | -2/+23 | |
2014-10-27 | Rework tiling code based off Consortium | infirit | 3 | -2/+113 | |
Taken from https://github.com/SolusOS-discontinued/consortium/commit/b463e03f5bdeab307ceee6b969c681f29537c76d | |||||
2014-10-25 | Make sure to always call va_end | infirit | 1 | -1/+5 | |
Based on metacity commit: b235d3e78670e30a55f3f746f13003577988bed6 From: Jasper St. Pierre <[email protected]> | |||||
2014-10-25 | Add in XDG_USER_DATA_DIR when looking for themes | infirit | 1 | -1/+15 | |
Based off metacity commit: 52a524ee4a7e14d99451ea3f596b353ddf7957d4 From: Jasper St. Pierre <[email protected]> | |||||
2014-10-25 | Clean up code to find themes | infirit | 1 | -172/+118 | |
Simplify code to find the right theme to load and loading it by moving all the loading code into a load_theme() helper function, and making meta_load_theme() use that as it searches through the directories. Look for old-version themes even when loading relative to the working in debug mode. Don't unnecessarily duplicate and then free info->theme_file and info->theme_dir. http://bugzilla.gnome.org/show_bug.cgi?id=592503 NOTE: Patch copied from mutter and adapted for metacity. Based on metacity commit: bc45c9b68849687d456ec339588d15a63c391046 From: Alberts Muktupāvels <[email protected]> | |||||
2014-10-25 | theme-viewer: stop using gtk_misc_set_alignment for Gtk+3 | infirit | 1 | -0/+5 | |
Based on metacity commit: 99bfe2d27c6babeeea3539b990505895750d3541 From: Alberts Muktupāvels <[email protected]> | |||||
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 | 7 | -87/+6 | |
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-10-24 | themewidget: remove, it is unused | infirit | 3 | -406/+0 | |
Based on metacity commit: 202a3712a97c2df6f0410050835898795f75a1b6 From: Alberts Muktupāvels <[email protected]> | |||||
2014-07-24 | gtk3: fix draw workspace | Denis Gorodnichev | 1 | -1/+1 | |
2014-06-26 | Remove all trailing whitespaces in the code tree | Joaquín Ignacio Aramendía | 20 | -428/+428 | |
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 | 2 | -0/+8 | |
2014-04-23 | gtk3: remove always on top square at 0x0-200x200 | Denis Gorodnichev | 2 | -30/+27 | |
Conflicts: src/ui/frames.c | |||||
2014-04-23 | GTK3 fixes | Stefano Karapetsas | 7 | -56/+243 | |
2014-03-22 | Revert "gtk3: remove always on top square at 0x0-200x200" | Stefano Karapetsas | 2 | -27/+30 | |
This reverts commit 2425d611fccb0fa43cfd85a967d41d0777ecd353. | |||||
2014-03-07 | gtk3: remove always on top square at 0x0-200x200 | Denis Gorodnichev | 2 | -30/+27 | |
Conflicts: src/ui/frames.c | |||||
2014-02-17 | Cut with fading the Bar title when it's longer than the decoration bar. | Omer Akram | 1 | -0/+27 | |
2014-01-24 | tile-preview: Fix GTK3 support | Stefano Karapetsas | 1 | -7/+17 | |
2014-01-24 | ui: Fix endif position | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-24 | Merge branch 'master' of github.com:mate-desktop/marco | Stefano Karapetsas | 1 | -0/+278 | |
2014-01-24 | ui: Improve GTK3 support | Stefano Karapetsas | 4 | -54/+316 | |
2014-01-24 | tile-preview: Replace gtk_window_set_visual with gtk_widget_set_visual | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-24 | tile-preview: Add GTK3 support | Stefano Karapetsas | 1 | -1/+28 | |
2014-01-24 | Merge branch '1.7.0-window-snapping' | Stefano Karapetsas | 1 | -0/+251 | |
2014-01-18 | ui: Some GTK3 fixes | Stefano Karapetsas | 1 | -6/+34 | |
2013-11-16 | Fix typo in function name | Ryan Doyle | 1 | -1/+1 | |
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 | 14 | -57/+1365 | |
2013-05-31 | Implement side-by-side tiling | Stefano Karapetsas | 1 | -0/+251 | |
Patch by Florian Müllner for Metacity https://bugzilla.gnome.org/show_bug.cgi?id=607694 When dragging a window over a screen edge and dropping it there, maximize it vertically and scale it horizontally to cover the corresponding half of the current monitor. Whenever a "hot area" which triggers this behavior is entered, an indication of window's target size is displayed after a short delay to avoid distraction when moving a window between monitors. | |||||
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-20 | Fix deprecations and compile warnings. Clean compile | Scott Balneaves | 2 | -2/+14 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 25 | -50/+50 | |
2012-10-16 | improve button theming - taken from Ubuntu | Nelson Marques | 2 | -25/+29 | |
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 | 25 | -0/+22634 | |