summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2020-05-27stack: make meta_window_raise() and meta_window_lower() smarterrcaridade1451-3/+39
2020-05-27compositor: fix possible crash closing/destroying window . Fixes to previous ...rcaridade1452-0/+14
2020-05-27window: fix crash if workspace is nullrcaridade1451-1/+2
2020-05-26Use rounded values instead of truncate themrbuj1-3/+4
2020-04-02Remove unnecessary warnings about visible regionVictor Kareh1-6/+7
2020-03-08Introduce nullpointer checks and return null if validation failsrcaridade1451-4/+7
2020-02-28util: meta_bug raises SIGABRT so it shouldn't returnrbuj1-1/+1
2020-02-21remove warning: 'GTimeVal' is deprecatedrbuj6-50/+34
2020-02-06window: handle legacy fullscreen requestsrcaridade1452-24/+30
2020-02-04frame: remove unused variable 'status'rbuj1-1/+0
2020-01-22Xprops fix memory leak.rcaridade1451-7/+13
2019-10-31window: Add optional tile size cyclingVictor Kareh4-13/+116
2019-10-27tabpopup: Render window thumbnail as cairo surfaceVictor Kareh1-81/+97
2019-10-27tabpopup: Draw transparent OSD-style popupsVictor Kareh2-2/+5
2019-09-24testboxes: Fix find_closest_point_to_line() testVictor Kareh1-4/+6
2019-09-19remove warnings: function declaration isn’t a prototyperbuj1-16/+16
2019-09-10Fix use of RBGA visual in frame.c when compositing is not in uselukefromdc1-37/+1
2019-09-04window.c: remove unused variablePavel Shlyak1-3/+0
2019-08-31 display.c: add missing "break"Pavel Shlyak1-1/+1
2019-08-12async-getprop: Fix cast from non-struct type to struct typePablo Barciela1-1/+1
2019-08-12xprops: Fix cast from non-struct type to struct typePablo Barciela1-2/+2
2019-08-10window: add _GTK_THEME_VARIANT to initial window propertiesmonsta1-1/+2
2019-08-02Fixed moving windows to edges to work with CSD clients.Omar Zeidan1-10/+13
2019-07-13window: Update allowed action hintsVictor Kareh1-7/+30
2019-06-07Make alt+tab max columns configurable and consider window label widthosch2-1/+39
2019-06-05update window->has_resize_func at the right time when unfullscreeningVictor Kareh1-3/+5
2019-06-05frame: remove uneeded includeVictor Kareh1-4/+0
2019-06-05frame: make frame window transparentVictor Kareh1-6/+20
2019-06-05frames: apply shapes in different wayVictor Kareh1-0/+24
2019-06-05window: Correct coordinates for the configure eventVictor Kareh1-4/+8
2019-06-05frame: Make sure to offset by invisible borders when unmanaging windowsVictor Kareh1-2/+5
2019-06-05window: Fix _NET_FRAME_EXTENTS to work properlyVictor Kareh1-4/+7
2019-06-05window: Fix window placement to exclude invisible bordersVictor Kareh1-4/+4
2019-06-05Account for invisible borders when constraining modal dialogsVictor Kareh1-1/+1
2019-06-05MetaWindow: Repurpose get_outer_rect and add get_input_rectVictor Kareh2-10/+50
2019-06-05MetaWindow: Compensate for invisible border changesVictor Kareh1-20/+20
2019-06-05MetaFrameBorders: add invisible bordersVictor Kareh1-4/+4
2019-06-05constraints: fix mem leak in meta_window_constrain()Victor Kareh1-3/+10
2019-06-05frame: Add "get_corner_radiuses" chainVictor Kareh2-0/+20
2019-06-05frame: destroy window->frame_bounds when destroying the frameVictor Kareh1-0/+5
2019-06-05Only shadow ARGB windows with a frame outside the frameVictor Kareh4-11/+61
2019-06-05compositor: don't draw shadow under windowsVictor Kareh1-3/+0
2019-06-05constraints: initialize window->user_rect in initial placementVictor Kareh1-0/+1
2019-06-05remove common.cVictor Kareh2-34/+9
2019-06-05Allow raise_on_click to be set independent of focus_modeVictor Kareh2-6/+2
2019-06-05window: initialize few variablesVictor Kareh1-0/+2
2019-06-05ui-frames: Delay attaching the style to new framesVictor Kareh1-0/+4
2019-06-05core: Update frame style when _GTK_THEME_VARIANT changesVictor Kareh1-0/+2
2019-06-05core: Allow retrieving the theme variant via core_get()Victor Kareh1-0/+3
2019-06-05window: Parse _GTK_THEME_VARIANT propertyVictor Kareh4-0/+27