summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-02testboxes: Fix find_closest_point_to_line() testVictor Kareh1-4/+6
2020-02-02 display.c: add missing "break"Pavel Shlyak1-1/+1
2020-02-02fix window type for splashWu Xiaotian1-1/+1
2019-12-06Revert "compositor: fix possible crash closing/destroying window"Victor Kareh3-32/+9
2019-12-05theme.c: Fix window control hidpi rendering for all themes.Michael Webster1-3/+15
2019-10-20theme: Render window control buttons and icons as surfacesVictor Kareh2-24/+291
2019-09-12frames: bump priority of style providersmonsta1-1/+1
2019-09-12window: add _GTK_THEME_VARIANT to initial window propertiesmonsta1-1/+2
2019-09-12frames: apply modified hack from Mutter/Metacitymonsta3-27/+25
2019-09-12frames: avoid infinite loop on the variants GListmonsta1-4/+4
2019-09-12frames: use style_updated instead of style_setmonsta1-6/+4
2019-09-12Fixed moving windows to edges to work with CSD clients.Omar Zeidan1-10/+13
2019-09-12window: Update allowed action hintsVictor Kareh1-7/+30
2019-09-10Fix use of RBGA visual in frame.c when compositing is not in uselukefromdc1-37/+1
2019-07-02boxes: Actually check for rectangle containmentPablo Barciela1-1/+1
2019-06-16libmarco-private: add version informationraveit651-1/+1
2019-06-16theme: Fix window state when tiling from maximizedVictor Kareh1-0/+2
2019-06-16compositor: fix possible crash closing/destroying windowVictor Kareh3-9/+32
2019-06-16update window->has_resize_func at the right time when unfullscreeningVictor Kareh1-3/+5
2019-06-16frames: include invisible area in cacheVictor Kareh1-11/+11
2019-06-16frames: Rename layout to text_layoutVictor Kareh2-25/+19
2019-06-16theme: fix warningVictor Kareh1-0/+1
2019-06-16frames: again change meta_frames_applet_shapesVictor Kareh2-64/+29
2019-06-16Fix scaling overcorrection when caching frame bordersVictor Kareh1-18/+16
2019-06-16frame: remove uneeded includeVictor Kareh1-4/+0
2019-06-16compositor: fix border_sizeVictor Kareh1-0/+23
2019-06-16frame: make frame window transparentVictor Kareh1-6/+20
2019-06-16frames: apply shapes in different wayVictor Kareh3-4/+77
2019-06-16frames: add dest_kind to apply_cairo_region_to_windowVictor Kareh1-3/+4
2019-06-16frames: Fall back to title bar if nothing else matchedVictor Kareh1-1/+4
2019-06-16theme-viewer: Fix invisible bordersVictor Kareh2-10/+11
2019-06-16window: Correct coordinates for the configure eventVictor Kareh1-4/+8
2019-06-16frame: Make sure to offset by invisible borders when unmanaging windowsVictor Kareh1-2/+5
2019-06-16window: Fix _NET_FRAME_EXTENTS to work properlyVictor Kareh1-4/+7
2019-06-16theme: don't add invisible borders for windows that can't be resizedVictor Kareh1-7/+14
2019-06-16window: Fix window placement to exclude invisible bordersVictor Kareh1-4/+4
2019-06-16theme: Don't add any bottom border to shaded windowsVictor Kareh1-4/+4
2019-06-16Account for invisible borders when constraining modal dialogsVictor Kareh1-1/+1
2019-06-16compositor: fix shadow size and placementVictor Kareh1-6/+9
2019-06-16MetaWindow: Repurpose get_outer_rect and add get_input_rectVictor Kareh2-10/+50
2019-06-16MetaWindow: Compensate for invisible border changesVictor Kareh1-20/+20
2019-06-16ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorderVictor Kareh3-172/+198
2019-06-16MetaFrameBorders: add invisible bordersVictor Kareh4-4/+29
2019-06-16theme: add invisible_border to metacity themeVictor Kareh1-0/+5
2019-06-16compositor: don't draw shadow under decorationsVictor Kareh1-54/+56
2019-06-16compositor: add function to convert cairo region to xserver regionVictor Kareh1-0/+29
2019-06-16constraints: fix mem leak in meta_window_constrain()Victor Kareh1-3/+10
2019-06-16MetaFrames: factor out MetaUIFrame accessors for borders, corner radiusesVictor Kareh1-15/+38
2019-06-16frame: Add "get_corner_radiuses" chainVictor Kareh6-0/+83
2019-06-16frame: destroy window->frame_bounds when destroying the frameVictor Kareh1-0/+5