summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Updated POTFILES.inPiotr Drąg2013-08-131-3/+0
| * keybindings: always acknowledge events to the X serverAlban Crequy2013-08-131-0/+17
* | idle-monitor: Fix a warning when a callback removes the user active watchJasper St. Pierre2013-08-271-7/+8
* | background: don't save pixbuf in user dataTim Lunn2013-08-271-7/+0
* | window: ignore skip-taskbar hint on parentless dialogsGiovanni Campagna2013-08-271-1/+4
* | Bump version to 3.9.903.9.90-waylandFlorian Müllner2013-08-272-1/+27
* | wayland: make parallel installable with regular mutterGiovanni Campagna2013-08-268-51/+54
* | Remove files no one cares about anymoreGiovanni Campagna2013-08-264-44/+1
* | Remove HAVE_WAYLAND ifdefsGiovanni Campagna2013-08-2610-70/+0
* | build: make wayland support unconditionalGiovanni Campagna2013-08-263-47/+13
* | MetaShapedTexture: don't include private headers in public onesGiovanni Campagna2013-08-266-20/+54
* | window: Fix a compiler warningFlorian Müllner2013-08-231-1/+1
* | window-group: Fix compiler warningJasper St. Pierre2013-08-231-1/+1
* | wayland: Fix build when building without WaylandJasper St. Pierre2013-08-233-0/+9
* | wayland-private: Ignore deprecations around legacy_bufferJasper St. Pierre2013-08-231-0/+2
* | Update .gitignoreJasper St. Pierre2013-08-231-0/+1
* | MetaIdleMonitor: add wayland supportGiovanni Campagna2013-08-233-10/+146
* | MetaIdleMonitor: add a DBus interface for the idle monitorGiovanni Campagna2013-08-235-5/+315
* | Add a new helper for tracking user idle activityGiovanni Campagna2013-08-235-0/+695
* | Update .gitignoreJasper St. Pierre2013-08-201-0/+1
* | compositor: fix focusing the stage windowGiovanni Campagna2013-08-203-33/+77
* | MetaPlugin: simplify the modal APIGiovanni Campagna2013-08-204-13/+10
* | wayland: fix a compiler warningGiovanni Campagna2013-08-201-0/+2
* | Add MetaCursorTracker, a new helper for tracking the cursor spriteGiovanni Campagna2013-08-1913-261/+626
* | ui: restrict gtk to only use the x11 backendGiovanni Campagna2013-08-191-0/+2
* | MetaWindowActor: fix reference counting issueGiovanni Campagna2013-08-181-4/+4
* | build: Fix srcdir != builddirColin Walters2013-08-171-0/+4
* | wayland: move XWayland support code to its own fileGiovanni Campagna2013-08-152-96/+96
* | wayland: don't use fork() and SIGCHLD to spawn processesGiovanni Campagna2013-08-154-84/+80
* | MetaWindowActor/wayland: make sure the mapped bit is correctly setGiovanni Campagna2013-08-151-1/+1
* | MetaWaylandSeat: correct logic to set the current / focused surfaceGiovanni Campagna2013-08-151-2/+2
* | Merge remote-tracking branch 'origin/master' into waylandJasper St. Pierre2013-08-1339-5274/+80
|\ \ | |/
| * Support _GTK_FRAME_EXTENTSJasper St. Pierre2013-08-134-1/+46
| * Reintroduce mutter binaryJasper St. Pierre2013-08-131-0/+2
| * theme: Fix build breakageJasper St. Pierre2013-08-131-2/+1
| * Remove old, deprecated utilities that nobody has used in a million yearsJasper St. Pierre2013-08-1330-5172/+10
| * menu: Remove support for icon items from the window menuJasper St. Pierre2013-08-138-100/+22
* | wayland: refactor window destruction and focusGiovanni Campagna2013-08-136-65/+108
* | wayland: fix a #warningGiovanni Campagna2013-08-134-27/+4
* | configure: Complete fix for removing clutter-wayland-compositorJasper St. Pierre2013-08-121-1/+1
* | meta-wayland: Remove get_surface_rectJasper St. Pierre2013-08-121-17/+2
* | configure.ac: Remove clutter-wayland-compositor dependencyJasper St. Pierre2013-08-121-7/+0
* | wayland: add missing fileGiovanni Campagna2013-08-121-0/+1
* | wayland: implement shell surface move interfaceRobert Bragg2013-08-101-1/+181
* | wayland: support left click to raise wayland surfacesRobert Bragg2013-08-101-0/+10
* | wayland: Add an actor for the cursorNeil Roberts2013-08-1010-22/+425
* | wayland: Add basic input supportNeil Roberts2013-08-1014-16/+2568
* | Add support for stacking X and Wayland windows togetherRobert Bragg2013-08-1010-356/+1189
* | wayland: Adds basic hybrid X + Wayland supportRobert Bragg2013-08-1020-650/+3129
* | Adds a --nested optionRobert Bragg2013-08-103-0/+24