summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* workspace: ignore middle struts calculating screen workareawip/muktupavels/work-areasAlberts Muktupāvels2018-06-173-5/+28
* window: add support for _NET_WM_STRUT_AREAAlberts Muktupāvels2018-06-163-0/+92
* window: use MetaEdge for strutsAlberts Muktupāvels2018-06-164-63/+63
* screen: set per-monitor work areasAlberts Muktupāvels2018-06-162-1/+42
* window: fix a copy/paste errorAlberts Muktupāvels2018-06-161-1/+1
* refer to monitors as "monitors" rather than "xineramas"Alberts Muktupāvels2018-06-1615-509/+526
* remove Solaris Xinerama supportAlberts Muktupāvels2018-06-163-84/+5
* require gtk+ 3.22.0Alberts Muktupāvels2018-03-112-15/+0
* avoid deprecated gdk error trap functionsAlberts Muktupāvels2018-03-113-7/+30
* window: make docks and spashscreens appear focusedAlberts Muktupāvels2018-02-221-1/+11
* window: don't manage InputOnly windowsAlberts Muktupāvels2017-10-171-2/+14
* stack-tracker: keep override redirect windows on topRui Matos2017-09-301-0/+37
* screen: unset timeout ID after removalFlorian Müllner2017-09-301-0/+1
* main: do not call g_printerr in a signal handlerAlberts Muktupāvels2017-09-291-2/+4
* window: fix build warningsAlberts Muktupāvels2017-09-291-4/+12
* window: minor fixes from mutter e3d59832 commitAlberts Muktupāvels2017-09-291-11/+24
* screen: fix build warningAlberts Muktupāvels2017-08-071-9/+5
* keybindings: use meta_error_trap_pop in grab_keyboardAlberts Muktupāvels2017-07-211-1/+1
* edge-resistance: fix use of uninitialized memoryColin Walters2017-07-211-1/+1
* Fix crash when struts change during grab operationOwen W. Taylor2017-07-214-19/+27
* display: remove meta_display_screen_for_rootAlberts Muktupāvels2017-07-041-11/+1
* core: simplify meta_core_get_workspace_name_with_indexAlberts Muktupāvels2017-07-041-5/+1
* keybindings: fix shortcuts regressionAlberts Muktupāvels2017-07-041-5/+1
* workspace: reformatAlberts Muktupāvels2017-07-031-38/+42
* workspace: fix a build warningAlberts Muktupāvels2017-07-031-0/+3
* workspace: remove unneeded function prototypesAlberts Muktupāvels2017-07-031-5/+1
* window: clear frame_bounds region earlierAlberts Muktupāvels2017-07-021-6/+6
* stack: fix copy/paste errorAlberts Muktupāvels2017-07-021-1/+1
* window: handle legacy fullscreen requestsAlberts Muktupāvels2017-06-282-21/+33
* window: do not modify shapeAlberts Muktupāvels2017-06-281-28/+0
* compositor: rename window_shape_changedAlberts Muktupāvels2017-06-281-1/+1
* compositor: add window_opaque_region_changedAlberts Muktupāvels2017-06-281-1/+1
* display: add missing break in switchAlberts Muktupāvels2017-06-191-1/+2
* display: remove meta_display_screen_for_xwindowAlberts Muktupāvels2017-06-195-66/+7
* delete: remove old codeJasper St. Pierre2017-05-131-29/+0
* window: stop updating layers on focus changesRui Matos2017-05-131-6/+0
* stack: remove META_LAYER_FOCUSED_WINDOWJasper St. Pierre2017-05-131-1/+0
* display: fix copy/paste errorAlberts Muktupāvels2017-04-251-1/+1
* keybindings: fix window menu positionAlberts Muktupāvels2017-04-201-4/+22
* display: get window scale from MetaUIAlberts Muktupāvels2017-04-201-20/+5
* menu: fix build with gtk+ 3.20.xAlberts Muktupāvels2017-04-202-0/+15
* revert "prevent window self-maximisation"Alberts Muktupāvels2017-04-024-32/+5
* display: ignore XSyncAlarmNotify in meta_spew_eventJasper St. Pierre2017-04-011-0/+3
* don't restack windows while we are unmanaging themOwen W. Taylor2017-04-011-2/+2
* stack-tracker: fix an off-by-one error in restack_managedJasper St. Pierre2017-04-011-1/+1
* stack-tracker: make lower_below / raise_above internal as wellJasper St. Pierre2017-04-012-15/+9
* stack-tracker: make functions used only internally staticOwen W. Taylor2017-04-012-21/+2
* move logic for syncing the stack to the X server into MetaStackTrackerAlberts Muktupāvels2017-04-013-241/+130
* remove cache of last stacking order in stack.cAlberts Muktupāvels2017-04-012-49/+34
* move manipulation of the X stack to MetaStackTrackerAlberts Muktupāvels2017-04-013-73/+102