summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Use an event filter instead of the captured event signalwip/wayland-clutter-eventsNeil Roberts2013-09-051-71/+8
* wayland: Remove the motion event synthesizingNeil Roberts2013-09-053-118/+2
* Move the motion event handling code to work in terms of Clutter eventsNeil Roberts2013-09-044-327/+331
* Rename meta_display_handle_event to meta_display_handle_xeventNeil Roberts2013-09-043-7/+7
* wayland: sync the keymap from X to waylandGiovanni Campagna2013-09-046-53/+226
* wayland: reimplement keyboard state handling properlyGiovanni Campagna2013-09-043-137/+114
* wayland: implement global and window keybindingsGiovanni Campagna2013-09-047-29/+127
* wayland: implement resizing and maximization for wayland clientsGiovanni Campagna2013-09-0410-448/+687
* wayland: die when gnome-session asks us toGiovanni Campagna2013-09-041-0/+8
* wayland: don't require Clutter backend variables to be set from outsideGiovanni Campagna2013-09-042-0/+14
* Stop messing with process groupsGiovanni Campagna2013-09-042-6/+4
* Set DISPLAY and WAYLAND_DISPLAY for dbus activated services and for autostart...Giovanni Campagna2013-09-041-1/+35
* [NOT FOR REVIEW] Add the ability to attach a debugger at initGiovanni Campagna2013-09-041-0/+3
* wayland: constraint the pointer onto visible monitors when running on evdevGiovanni Campagna2013-09-043-7/+123
* MetaWaylandSeat: don't use use events to count pressed buttonsGiovanni Campagna2013-09-031-22/+40
* MonitorManager: add a KMS backendGiovanni Campagna2013-09-037-6/+925
* display: don't report extended barrier support on waylandGiovanni Campagna2013-09-031-1/+1
* Fix distcheckGiovanni Campagna2013-09-035-11/+11
* Add a private gtk-mutter protocolGiovanni Campagna2013-09-037-33/+345
* Move surface state tracking and surface interface to a separate fileGiovanni Campagna2013-09-035-789/+887
* wayland: split headers and distribute structure definitionsGiovanni Campagna2013-09-0312-252/+315
* wayland: generalize ShellSurface to SurfaceExtensionGiovanni Campagna2013-09-032-37/+48
* Update .gitignoreJasper St. Pierre2013-09-031-2/+9
* meta-wayland: intersect the damage region with the window size before applyingGiovanni Campagna2013-09-031-0/+10
* MonitorXrandr: check the event timestamps before reconfiguringGiovanni Campagna2013-09-024-52/+99
* idle-monitor: fix event propagation to devicesCosimo Cecchi2013-09-011-1/+1
* wayland: Ensure that opaque / input regions are set at commit timeJasper St. Pierre2013-08-312-4/+16
* wayland: fix pointer focus for destroyed surfacesGiovanni Campagna2013-08-303-2/+29
* weston-launch: Don't segfault if passed no argumentsColin Walters2013-08-301-0/+2
* wayland: don't free surfaces that have a window associatedGiovanni Campagna2013-08-301-1/+1
* wayland: implement support for plugin modalityGiovanni Campagna2013-08-305-44/+291
* MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommonGiovanni Campagna2013-08-307-43/+104
* Add keybindings for switching VTsGiovanni Campagna2013-08-303-1/+128
* wayland: add TTY and DRM master managementGiovanni Campagna2013-08-309-105/+630
* mutter-launch: augment with VT and TTY handlingGiovanni Campagna2013-08-302-24/+243
* mutter-launch: use systemd to obtain the TTYGiovanni Campagna2013-08-302-31/+46
* mutter-launch: make sure that the spawned binaries sees the right librariesGiovanni Campagna2013-08-302-2/+2
* mutter-launch: simplify by removing features we don't needGiovanni Campagna2013-08-301-159/+4
* wayland: import weston-launch setuid launcherGiovanni Campagna2013-08-304-0/+767
* shaped-texture: Actually fetch rectangles from the blended_regionJasper St. Pierre2013-08-291-2/+2
* window-actor: Fix buildJasper St. Pierre2013-08-291-3/+7
* shaped-texture: Fix buildJasper St. Pierre2013-08-291-11/+13
* background: Rename visible_region to clip_regionAdel Gadllah2013-08-296-34/+33
* window-actor: Use g_clear_pointerJasper St. Pierre2013-08-291-5/+1
* shaped-texture: Remove an unnecessary set to NULLJasper St. Pierre2013-08-291-4/+1
* shaped-texture: Remove bad commentJasper St. Pierre2013-08-292-3/+2
* meta-window-actor: Fix spacingAdel Gadllah2013-08-291-1/+1
* meta-window-actor: Throttle obscured frame synced appsAdel Gadllah2013-08-291-54/+181
* meta-shaped-texture: Don't queue redraws for obscured regionsAdel Gadllah2013-08-295-53/+165
* shaped-texture: Turn blending off when drawing entirely opaque regionsJasper St. Pierre2013-08-293-26/+152