summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-05MetaFrameBorders: Add meta_frame_borders_clearVictor Kareh1-0/+34
2019-06-05Replace public MetaFrameGeometry with MetaFrameBordersVictor Kareh8-213/+181
2019-06-03alt+tab popup: bugfix mouse click handling for scale factor > 1osch1-9/+21
2019-06-03alt+tab popup: follow mouse while mouse button is pressedosch2-1/+26
2019-06-03Handle mouse clicks in Alt+Tab Popuposch1-17/+66
2019-06-03Allow use of up/down arrow keys in alt+tab popuposch2-10/+34
2019-04-23ui: always set the frame background to NoneGiovanni Campagna1-13/+0
2019-04-23window: set atom__NET_WM_STATE_FOCUSED for meta_window_appears_focusedraveit651-1/+1
2019-04-23window: make docks and spashscreens appear focusedraveit651-1/+9
2019-04-23scale icon down if icon is larger than alt+tab preview thumbnailosch1-4/+18
2019-04-23Limit icon size to 1024osch1-1/+1
2019-04-23reload icons if icon size preference changedosch4-4/+61
2019-04-23make icon size configurableosch3-5/+27
2019-04-11Replace meta_free_gslist_and_elements with g_slist_free_fullrbuj2-8/+2
2019-04-11Replace meta_rectangle_free_list_and_elements with g_list_free_fullrbuj3-61/+55
2019-03-28delete: remove old codeJasper St. Pierre1-28/+0
2019-03-28Fix -Werror=cast-function-typerbuj6-26/+14
2019-03-28Improve performance by removing unused assignmentsrbuj6-16/+3
2019-03-13window: avoid clang warning: garbage valuePablo Barciela1-9/+15
2019-03-09boxes: avoid false positive warning in Clang static analyzerPablo Barciela1-0/+3
2019-03-06Do not judge whether the window is decorated or notzhuyaliang1-1/+0
2019-03-06screen: Fix use of memory after it is freedPablo Barciela1-2/+1