summaryrefslogtreecommitdiff
path: root/clients/dnd.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Split into a core repository that only holds the core Wayland librariesKristian Høgsberg1-695/+0
2011-01-25Fix new gcc 4.6 warningsKristian Høgsberg1-2/+1
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-3/+2
2011-01-21Use cairo_push_group() for all double buffering, drop window_copy_*()Kristian Høgsberg1-11/+10
2011-01-19Use the global handler in dnd instead of custom drag_offer hookKristian Høgsberg1-3/+10
2011-01-11Fix terminal resizingKristian Høgsberg1-17/+17
2010-12-17Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg1-1/+1
2010-12-01Create socket in /var/run/user/${HOME}Kristian Høgsberg1-2/+0
2010-11-30Make the dnd client actually work.Joel Teichroeb1-28/+117
2010-11-30Add reject round trip to dnd protocolKristian Høgsberg1-5/+9
2010-11-30Don't hardcode offered dnd types in window.cKristian Høgsberg1-2/+6
2010-11-22Make clients exit orderly when there is no connectionYuval Fledel1-0/+4
2010-10-26Add small client for testing shm surfacesKristian Høgsberg1-0/+1
2010-09-14Add timestamp to pointer image attach requestKristian Høgsberg1-1/+3
2010-09-03Replace commit/ack/frame protocol with simpler sync and frame callbacksKristian Høgsberg1-1/+1
2010-09-02Use a transient object for the dnd sessionKristian Høgsberg1-98/+147
2010-08-27Provide visual feedback as to whether drop is supportedKristian Høgsberg1-48/+94
2010-08-27Update drag protocol to use fd passing for data transferKristian Høgsberg1-16/+61
2010-08-25Set pointer image only in response to 'target' eventKristian Høgsberg1-10/+21
2010-08-19More work on dndKristian Høgsberg1-0/+78
2010-08-18Actually add dnd clientKristian Høgsberg1-0/+360