summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-04popup wippopupKristian Høgsberg5-26/+176
2012-01-04Move wl_data_device implementation to wayalnd-serverKristian Høgsberg5-531/+16
2012-01-04Move default grab implementation to wayland-serverKristian Høgsberg1-56/+0
2012-01-04Use new grab apiKristian Høgsberg4-162/+153
2012-01-03compositor-x11: Just a few more weston renamesKristian Høgsberg1-3/+3
2012-01-03x11: Dont claim the X11 selection when we set the proxy Wayland selectionKristian Høgsberg1-2/+4
2012-01-03data-device: Use a listener list to decouple the x11 selection bridgeKristian Høgsberg4-8/+27
2012-01-03x11: Initialize wm->incr when converting the TARGETS targetKristian Høgsberg1-0/+1
2012-01-03x11: Handle non-existing properties correctlyKristian Høgsberg1-0/+5
2012-01-03data-device: Fix a few bugs in the commit to drop ref-countingKristian Høgsberg2-3/+7
2012-01-03More weston rename fixesKristian Høgsberg7-20/+20
2012-01-03data-device: Handle source going away instead of ref-counting itKristian Høgsberg3-83/+52
2012-01-03Fix a few missing wlsc->weston renamesKristian Høgsberg2-29/+30
2012-01-03Merge remote-tracking branch 'pq/compositor-dtors-v1'Kristian Høgsberg7-24/+166
2012-01-03Fix distcheckKristian Høgsberg5-4/+12
2012-01-03Rename wayland-compositor to westonKristian Høgsberg26-1269/+1273
2012-01-03compositor-x11: improve x11_destroy()Pekka Paalanen1-1/+31
2012-01-03compositor-x11: implement x11_output_destroy()Pekka Paalanen1-1/+14
2012-01-03compositor: fix use after free in wlsc_zoom_framePekka Paalanen1-1/+3
2012-01-03compositor: add screenshooter destructorPekka Paalanen3-7/+28
2012-01-03compositor: remove unused member from wlsc_input_devicePekka Paalanen1-1/+0
2012-01-03compositor: free region members on surface destroyPekka Paalanen1-0/+3
2012-01-03compositor: add wlsc_input_device_fini()Pekka Paalanen2-0/+15
2012-01-03compositor: more cleanup on shutdownPekka Paalanen1-0/+7
2012-01-03compositor: clean up signal event sources on exitPekka Paalanen1-4/+13
2012-01-03compositor: avoid scheduling rendering on shutdownPekka Paalanen1-0/+3
2012-01-02shell: destroy desktop_shell client on exitPekka Paalanen1-3/+3
2012-01-02compositor: destroy all input binding objects on shutdownPekka Paalanen3-0/+14
2012-01-02compositor: free regions in wlsc_output_repaint()Pekka Paalanen1-1/+4
2012-01-02compositor: add destructors to shell pluginsPekka Paalanen4-2/+25
2011-12-29x11: Clear X11 selection when we can't bridge the data typeKristian Høgsberg1-0/+5
2011-12-28Fix WL_EVENT_WRITEABLE typoKristian Høgsberg2-3/+3
2011-12-28x11: Bridge Wayland selections to X11 CLIPBOARD selectionKristian Høgsberg3-6/+327
2011-12-28terminal: Don't close fd twiceKristian Høgsberg1-1/+0
2011-12-27x11: Handle BadWindow errorsKristian Høgsberg1-0/+7
2011-12-27x11: Remove destroy listener when X11 window is destroyedKristian Høgsberg1-0/+3
2011-12-27x11: Store interesting window properties, dump a few more thingsKristian Høgsberg1-43/+127
2011-12-27x11: Improvide debugging output a bitKristian Høgsberg1-26/+35
2011-12-27x11: Remove a couple of done TODOsKristian Høgsberg1-9/+0
2011-12-27compositor: Pull in hash table from protocolKristian Høgsberg4-11/+370
2011-12-27x11: Bridge X11 CLIPBOARD selection to Wayland clientsKristian Høgsberg7-82/+530
2011-12-23compositor-x11: Use ARRAY_LENGTH macro from wayland-util.hKristian Høgsberg1-6/+4
2011-12-22compositor: Handle disappearing surfaces and input devices for touchKristian Høgsberg2-14/+58
2011-12-22clients: Add simple-touch client for testing touch events.Kristian Høgsberg3-4/+316
2011-12-22evdev: Store positions for all touch points in the evdev deviceKristian Høgsberg1-76/+91
2011-12-22compositor: Send touch_up before clearing touch focusKristian Høgsberg1-4/+5
2011-12-22window.c: Add touch event stubsKristian Høgsberg1-0/+39
2011-12-22window.c: Rename input handlers to input_handle_*Kristian Høgsberg1-28/+28
2011-12-22compositor: Send out touch events accordinglyTiago Vignatti2-0/+91
2011-12-22evdev: Add ABS_MT_* support for direct touch devicesTiago Vignatti3-38/+126