Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | tabpopup: fix cairo surface leak | Faidon Liambotis | 1 | -1/+7 |
2021-06-04 | iconcache: Use GDesktopAppInfo to find correct application icons | Victor Kareh | 1 | -0/+74 |
2021-03-29 | warning: declaration of a variable shadows a previous local | rbuj | 1 | -3/+4 |
2021-03-13 | frames: Unused static functions 'get_client_region', 'get_frame_region' | rbuj | 1 | -0/+2 |
2021-03-06 | i18n: Use glib's gettext support macros | rbuj | 7 | -5/+15 |
2020-09-05 | Do not call cairo paint on generate_pixmaps. | rcaridade145 | 1 | -2/+0 |
2020-09-01 | theme: macro "ALPHA_TO_UCHAR" is not used | rbuj | 1 | -2/+0 |
2020-08-04 | Remove multiple empty lines | rbuj | 16 | -39/+0 |
2020-08-04 | Remove trailing spaces/tabs | rbuj | 2 | -5/+5 |
2020-06-16 | Remove enum conversion warnings | rbuj | 3 | -5/+5 |
2020-05-27 | In the pop-up workspace switcher, show the selected workspace with | William Bader | 1 | -1/+10 |
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 |