Age | Commit message (Expand) | Author | Files | Lines |
2020-02-21 | theme: avoid deprecated g_memmove | rcaridade145 | 1 | -3/+3 |
2020-02-21 | frames: don't bother painting the background | rcaridade145 | 1 | -23/+0 |
2019-12-05 | theme.c: Fix window control hidpi rendering for all themes. | Michael Webster | 1 | -3/+15 |
2019-10-27 | tabpopup: Fix deprecation warnings | Victor Kareh | 1 | -26/+38 |
2019-10-27 | tabpopup: Make workspaces compatible with OSD popup | Victor Kareh | 2 | -25/+23 |
2019-10-27 | tabpopup: Render window thumbnail as cairo surface | Victor Kareh | 1 | -10/+20 |
2019-10-27 | tabpopup: Draw transparent OSD-style popups | Victor Kareh | 1 | -56/+89 |
2019-10-07 | theme: Render window control buttons and icons as surfaces | Victor Kareh | 2 | -24/+291 |
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 |