Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-28 | theme: replace mutter/metacity with marco | Victor Kareh | 1 | -1/+1 | |
2018-03-22 | Support HiDPI window decorations | Victor Kareh | 1 | -0/+7 | |
2017-07-29 | avoid deprecated gdk_display_get_screen | ZenWalker | 1 | -2/+2 | |
2017-04-23 | tile-preview: avoid a deprecation warning | Alberts Muktupāvels | 1 | -3/+4 | |
Taken from: https://git.gnome.org/browse/metacity/commit/?id=3380502 | |||||
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -110/+1 | |
2016-02-28 | GTK+3: Get values from GtkStyleContext states properly | raveit65 | 1 | -1/+6 | |
this avoids warnings like this: Warning of Windowmanagement:Log level 16: State 4 for context 0x55988f9ad950 doesn't match state 128 set via gtk_style_context_set_state () | |||||
2015-09-18 | gtk3: draw 1px tile border | Denis Gorodnichev | 1 | -6/+9 | |
2015-09-16 | tile-preview: Small cleanup | infirit | 1 | -9/+1 | |
* GDK_DISPLAY_XDISPLAY and gdk_display_get_default are in Gtk2 * Get window from GdkEvent | |||||
2015-06-10 | Merge pull request #164 from dnk/tile_preview_glitch | Martin Wimpress | 1 | -1/+2 | |
tile preview: invalidate window before showing | |||||
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-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 1 | -5/+69 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED | |||||
2014-10-25 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -5/+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-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 | 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 | |
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. |