index
:
~vignatti/wayland
doc
doc-no-fallback
master
tex
wayland-0.8
xwm-client
xwm-client-OLD
wayland protocol
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
dnd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
Split into a core repository that only holds the core Wayland libraries
Kristian Høgsberg
1
-695
/
+0
2011-01-25
Fix new gcc 4.6 warnings
Kristian Høgsberg
1
-2
/
+1
2011-01-21
Add an orange pop-up menu to test the new map_transient request
Kristian Høgsberg
1
-3
/
+2
2011-01-21
Use cairo_push_group() for all double buffering, drop window_copy_*()
Kristian Høgsberg
1
-11
/
+10
2011-01-19
Use the global handler in dnd instead of custom drag_offer hook
Kristian Høgsberg
1
-3
/
+10
2011-01-11
Fix terminal resizing
Kristian Høgsberg
1
-17
/
+17
2010-12-17
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
1
-1
/
+1
2010-12-01
Create socket in /var/run/user/${HOME}
Kristian Høgsberg
1
-2
/
+0
2010-11-30
Make the dnd client actually work.
Joel Teichroeb
1
-28
/
+117
2010-11-30
Add reject round trip to dnd protocol
Kristian Høgsberg
1
-5
/
+9
2010-11-30
Don't hardcode offered dnd types in window.c
Kristian Høgsberg
1
-2
/
+6
2010-11-22
Make clients exit orderly when there is no connection
Yuval Fledel
1
-0
/
+4
2010-10-26
Add small client for testing shm surfaces
Kristian Høgsberg
1
-0
/
+1
2010-09-14
Add timestamp to pointer image attach request
Kristian Høgsberg
1
-1
/
+3
2010-09-03
Replace commit/ack/frame protocol with simpler sync and frame callbacks
Kristian Høgsberg
1
-1
/
+1
2010-09-02
Use a transient object for the dnd session
Kristian Høgsberg
1
-98
/
+147
2010-08-27
Provide visual feedback as to whether drop is supported
Kristian Høgsberg
1
-48
/
+94
2010-08-27
Update drag protocol to use fd passing for data transfer
Kristian Høgsberg
1
-16
/
+61
2010-08-25
Set pointer image only in response to 'target' event
Kristian Høgsberg
1
-10
/
+21
2010-08-19
More work on dnd
Kristian Høgsberg
1
-0
/
+78
2010-08-18
Actually add dnd client
Kristian Høgsberg
1
-0
/
+360