Age | Commit message (Expand) | Author | Files | Lines |
2019-09-19 | Remove warning: format not a string literal, argument types not checked | rbuj | 1 | -7/+1 |
2019-08-10 | frames: bump priority of style providers | monsta | 1 | -1/+1 |
2019-08-10 | frames: apply modified hack from Mutter/Metacity | monsta | 3 | -27/+25 |
2019-08-10 | frames: avoid infinite loop on the variants GList | monsta | 1 | -4/+4 |
2019-08-10 | frames: use style_updated instead of style_set | monsta | 1 | -6/+4 |
2019-06-07 | Make alt+tab max columns configurable and consider window label width | osch | 1 | -13/+43 |
2019-06-05 | theme: Fix window state when tiling from maximized | Victor Kareh | 1 | -0/+2 |
2019-06-05 | frames: include invisible area in cache | Victor Kareh | 1 | -11/+11 |
2019-06-05 | frames: Rename layout to text_layout | Victor Kareh | 2 | -25/+19 |
2019-06-05 | theme: fix warning | Victor Kareh | 1 | -0/+1 |
2019-06-05 | frames: again change meta_frames_applet_shapes | Victor Kareh | 2 | -64/+29 |
2019-06-05 | Fix scaling overcorrection when caching frame borders | Victor Kareh | 1 | -18/+16 |
2019-06-05 | frames: apply shapes in different way | Victor Kareh | 2 | -4/+53 |
2019-06-05 | frames: add dest_kind to apply_cairo_region_to_window | Victor Kareh | 1 | -3/+4 |
2019-06-05 | frames: Fall back to title bar if nothing else matched | Victor Kareh | 1 | -1/+4 |
2019-06-05 | theme-viewer: Fix invisible borders | Victor Kareh | 2 | -10/+11 |
2019-06-05 | theme: don't add invisible borders for windows that can't be resized | Victor Kareh | 1 | -7/+14 |
2019-06-05 | theme: Don't add any bottom border to shaded windows | Victor Kareh | 1 | -4/+4 |
2019-06-05 | ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorder | Victor Kareh | 3 | -172/+198 |
2019-06-05 | MetaFrameBorders: add invisible borders | Victor Kareh | 2 | -0/+20 |
2019-06-05 | theme: add invisible_border to metacity theme | Victor Kareh | 1 | -0/+5 |
2019-06-05 | MetaFrames: factor out MetaUIFrame accessors for borders, corner radiuses | Victor Kareh | 1 | -15/+38 |
2019-06-05 | frame: Add "get_corner_radiuses" chain | Victor Kareh | 3 | -0/+55 |
2019-06-05 | Only shadow ARGB windows with a frame outside the frame | Victor Kareh | 3 | -68/+135 |
2019-06-05 | Fix XShape | Victor Kareh | 1 | -1/+1 |
2019-06-05 | theme: Make meta_frame_draw_theme take a GtkStyleContext instead of a widget | Victor Kareh | 5 | -56/+21 |
2019-06-05 | frames: Explicitly initialize style contexts | Victor Kareh | 1 | -0/+1 |
2019-06-05 | fix a crash-on-exit | Victor Kareh | 1 | -0/+9 |
2019-06-05 | ui-frame: Add support for style variants | Victor Kareh | 2 | -4/+93 |
2019-06-05 | ui-frames: Delay attaching the style to new frames | Victor Kareh | 1 | -1/+0 |
2019-06-05 | ui: Add meta_ui_update_frame_style() | Victor Kareh | 3 | -0/+23 |
2019-06-05 | MetaFrameBorders: Add meta_frame_borders_clear | Victor Kareh | 4 | -34/+10 |
2019-06-05 | Replace public MetaFrameGeometry with MetaFrameBorders | Victor Kareh | 8 | -133/+96 |
2019-06-03 | alt+tab popup: bugfix mouse click handling for scale factor > 1 | osch | 1 | -5/+5 |
2019-06-03 | Handle mouse clicks in Alt+Tab Popup | osch | 1 | -0/+40 |
2019-06-03 | Allow use of up/down arrow keys in alt+tab popup | osch | 1 | -2/+51 |
2019-06-01 | libmetacity: use cairo to render gradient | Victor Kareh | 2 | -58/+99 |
2019-06-01 | gradient: sync code with mutter before it was removed | Victor Kareh | 2 | -225/+280 |
2019-04-23 | ui: always set the frame background to None | Giovanni Campagna | 3 | -136/+12 |
2019-04-23 | theme-viewer: avoid deprecated gtk_widget_override_background_color | Alberts Muktupavels | 1 | -3/+23 |
2019-04-23 | reload icons if icon size preference changed | osch | 1 | -3/+6 |
2019-04-23 | make icon size configurable | osch | 2 | -3/+3 |
2019-04-15 | Remove unnecessary GClosureNotify methods | rbuj | 1 | -17/+2 |
2019-04-08 | Remove GDestroyNotify function cast for g_object_unref | rbuj | 1 | -1/+1 |
2019-03-28 | Fix -Werror=cast-function-type | rbuj | 2 | -6/+25 |
2019-03-28 | Improve performance by removing unused assignments | rbuj | 3 | -11/+5 |
2019-03-10 | frames: avoid deprecated 'gtk_widget_set_double_buffered' | Pablo Barciela | 1 | -6/+17 |
2019-01-31 | screen: Remove get_current_monitor in favor of get_current_xinerama | Victor Kareh | 1 | -14/+4 |
2019-01-31 | Increase icon size on tab and workspace popups | Victor Kareh | 3 | -33/+47 |
2019-01-06 | frames.c: drop unused variables | Pablo Barciela | 1 | -3/+0 |