summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2014-10-13mutter: hack up the output setup configuration3.10-mst-tileDave Airlie1-7/+68
2014-10-13initial WIP - add multi monitorDave Airlie4-8/+162
2014-04-22xrandr: ignore the error if setting the primary output failsAlberto Milone1-6/+11
2014-02-15idle-monitor: avoid XSyncBadAlarm X errorRyan Lortie1-1/+1
2014-02-13window: don't set _NET_WM_FULLSCREEN_MONITORS to bogus valuesGiovanni Campagna2-17/+31
2014-02-05xrandr: Use specified output property name for backlight controlRobert Ancell1-3/+3
2014-02-02monitorManager: Fix logic bug in make_logical_configAdel Gadllah1-1/+1
2014-01-31window: Add "skip-taskbar" propertyFlorian Müllner1-0/+17
2014-01-29constraints: CSD windows need to have their titlebar kept onscreen tooJasper St. Pierre1-1/+0
2014-01-07window: don't grab server during calc_showingDaniel Drake1-7/+0
2014-01-06Reduce server grabs during window creationDaniel Drake3-12/+5
2014-01-06meta_window_new: clean up error handlingDaniel Drake1-42/+20
2014-01-06screen: use stack tracker for initial window queryDaniel Drake1-8/+6
2014-01-06frame: remove unnecessary server grabDaniel Drake1-13/+0
2014-01-06Discourage server grabsDaniel Drake1-1/+12
2014-01-06Remove meta_window_new_with_attrsDaniel Drake4-157/+85
2013-12-24display: Don't leave focus on a window we are unmanaging when sending WM_TAKE...Owen W. Taylor1-0/+19
2013-12-24Be willing to unfocus the grab window when we are unmanaging itOwen W. Taylor1-1/+2
2013-12-18Fix problems with focus trackingOwen W. Taylor2-6/+27
2013-12-16display: Fix checks for KeyPress/ButtonPressJasper St. Pierre1-1/+1
2013-12-04display: Don't focus the no-focus-window when sending WM_TAKE_FOCUS to a glob...Jasper St. Pierre1-19/+0
2013-11-14xrandr: use "hotplug_mode_update" propertyMarc-André Lureau3-21/+82
2013-11-04window: don't ignore resize button release event for move/resize actionsLionel Landwerlin1-1/+2
2013-10-15monitor-config: prevent assert that at least one output is connectedGiovanni Campagna1-0/+9
2013-10-13display: don't interrupt grab move/resize without modifiersLionel Landwerlin1-0/+1
2013-10-13window: don't process unrelated release eventsLionel Landwerlin1-37/+40
2013-10-09stack: Never try to focus a DOCK windowJasper St. Pierre1-11/+1
2013-09-26MetaIdleMonitor: protect the monitor instance while calling destroy notifyGiovanni Campagna1-0/+2
2013-09-26constraints: don't apply fullscreen workarounds for CSD windowsGiovanni Campagna1-3/+5
2013-09-16MonitorConfig: fix hole filling in the laptop lid automatic configurationGiovanni Campagna1-2/+5
2013-09-16MetaIdleMonitor: fire immediately watches that are already expiredGiovanni Campagna1-1/+28
2013-09-14MonitorConfig: fix memory leakPavel Vasin1-0/+3
2013-09-14window: Fix memory leakPavel Vasin1-0/+3
2013-09-14workspace: Add missing chain-up for finalize()Pavel Vasin1-0/+1
2013-09-12Fixup previous commitGiovanni Campagna1-1/+1
2013-09-12display: add support for more cursor typesGiovanni Campagna2-6/+29
2013-09-11MonitorXrandr: Mask a BadValue error on VirtualBox.Colin Guthrie1-0/+2
2013-09-09Rename META_POWER_SAVE_UNKNOWN to UNSUPPORTEDGiovanni Campagna3-5/+5
2013-09-09Monitor: don't shortcut set_power_save if the value is the same as the old oneGiovanni Campagna1-3/+0
2013-09-04MetaCursorTracker: don't ask X to set the cursor visibility to the same valueGiovanni Campagna1-0/+4
2013-09-04MetaCursorTracker: add methods for setting the cursor visibilityGiovanni Campagna1-0/+12
2013-09-04MetaCursorTracker: extend with query pointer abilitiesGiovanni Campagna1-0/+21
2013-09-04MonitorConfig: remove holes generated by disabling the laptop lidGiovanni Campagna1-6/+19
2013-09-03Make sure to always call va_endJasper St. Pierre1-2/+3
2013-09-03display: Add some missing breaksJasper St. Pierre1-0/+3
2013-09-02MonitorXrandr: check the event timestamps before reconfiguringGiovanni Campagna4-52/+99
2013-09-02MonitorManager: make sure to pass the right sizes to vararg functionsGiovanni Campagna1-6/+6
2013-09-01idle-monitor: fix event propagation to devicesCosimo Cecchi1-1/+1
2013-08-28Refactor how shapes are doneJasper St. Pierre4-59/+126
2013-08-26idle-monitor: Fix a warning when a callback removes the user active watchJasper St. Pierre1-7/+8