summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* window: Adjust the frame rect when _GTK_FRAME_EXTENTS is set on mapwip/frame-extents-fixesJasper St. Pierre2014-09-171-3/+15
* window: Don't queue move/resizes if the extents are the sameJasper St. Pierre2014-09-171-3/+16
* window: Move set_custom_frame_extents to be X11-onlyJasper St. Pierre2014-09-173-21/+18
* wayland: Fix the placement of popup windowsJasper St. Pierre2014-09-171-12/+11
* Updated Oriya translationManoj Kumar Giri2014-09-171-939/+813
* Updated Slovak translationDušan Kazik2014-09-171-353/+149
* Updated Bengali (India) translationSaibal Ray2014-09-171-1046/+595
* Bump version to 3.13.923.13.92Florian Müllner2014-09-172-1/+22
* docs: Allow building without waylandFlorian Müllner2014-09-171-0/+7
* prefs: Show fallback app menu based on XSettingFlorian Müllner2014-09-171-54/+13
* keyboard/pointer: Make sure to move focused resources into the listJasper St. Pierre2014-09-162-4/+16
* window-wayland: Don't send 1x1 sizes to GTK+ windowsJasper St. Pierre2014-09-161-2/+14
* events: Only process Enter/Leave events when in the normal routeJasper St. Pierre2014-09-161-3/+2
* events: Ignore normal FocusIn events on the root windowJasper St. Pierre2014-09-161-10/+11
* events: Remove our workarounds for broken libXi versionsJasper St. Pierre2014-09-161-13/+7
* events: Fix a typo preventing the None detection from working properlyJasper St. Pierre2014-09-161-1/+1
* window-wayland: Don't bother checking if anything changedJasper St. Pierre2014-09-161-6/+2
* window-wayland: Always update the last_sent sizeJasper St. Pierre2014-09-161-3/+7
* pointer: Make coding style similar to keyboardJasper St. Pierre2014-09-161-1/+1
* events: Remove an overzealous ifdefJasper St. Pierre2014-09-161-2/+0
* wayland: Don't leak the existing texture if we already have oneJasper St. Pierre2014-09-161-0/+3
* Don't restack windows while we are unmanaging themOwen W. Taylor2014-09-163-2/+28
* Cleanup xwayland/wayland window association from the "unmanage" signalOwen W. Taylor2014-09-161-7/+22
* Do xwayland/wayland window association in a later, not an idleOwen W. Taylor2014-09-161-6/+8
* mutter-test-runner: Make criticals and warnings failuresOwen W. Taylor2014-09-161-1/+46
* test-runner: Add 'csd' keyword for window creationOwen W. Taylor2014-09-163-7/+27
* Updated Swedish translationMattias Eriksson2014-09-151-991/+1055
* Makefile-tests: Our test framework requires WaylandJasper St. Pierre2014-09-151-0/+4
* prefs: Don't listen to the cursor-size keyJasper St. Pierre2014-09-141-11/+0
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-09-141-782/+471
* [l10n] Update Catalan translationGil Forcada2014-09-141-693/+359
* Updated Tamil translationShantha kumar2014-09-141-926/+820
* Updated Marathi translationsSandeep Sheshrao Shedmake2014-09-141-942/+822
* prefs: Update cursor size based on xsettingsAdel Gadllah2014-09-141-0/+32
* Revert "prefs: Scale the root window cursor by the scale factor"Adel Gadllah2014-09-141-17/+1
* update Punjabi Translation - back for 3.14A S Alam2014-09-131-691/+594
* stack-tracker: Fix an off-by-one error in restack_managedJasper St. Pierre2014-09-121-1/+1
* stack-tracker: Make lower_below / raise_above internal as wellJasper St. Pierre2014-09-122-15/+9
* windows-x11.c: Fix leaked error trapOwen W. Taylor2014-09-121-2/+0
* Don't pass configure events on the composite overlay window to MetaStackTrackerOwen W. Taylor2014-09-121-1/+2
* display: Refix return value of set_alarm_filterOwen W. Taylor2014-09-121-1/+1
* MetaBackground: fix getting stuck in a bad state after monitor changesOwen W. Taylor2014-09-121-0/+5
* display: Fix return value of set_alarm_filterJasper St. Pierre2014-09-122-4/+4
* edid: Remove unused declarationsJasper St. Pierre2014-09-121-2/+0
* MetaStackTracker: optimize out unnecessary X restackingOwen W. Taylor2014-09-121-22/+30
* MetaStackTracker: make functions used only internally staticOwen W. Taylor2014-09-122-21/+2
* Move logic for syncing the stack to the X server into MetaStackTrackerOwen W. Taylor2014-09-123-265/+108
* stack.c: remove obsolete handling of override-redirect windowsOwen W. Taylor2014-09-121-10/+3
* Remove cache of last stacking order in stack.cOwen W. Taylor2014-09-121-37/+17
* Move manipulation of the X stack to MetaStackTrackerOwen W. Taylor2014-09-124-250/+180