Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
75d38ef1ed100bbb2883e242f4c87fbab3dd0617
/
clients
/
dnd.c
e99e4bf
clients & tests: Unify multiple definitions of x*alloc and related functions
by Bryce Harrington
· 9 years ago
f377535
dnd: Turn into a full blown example
by Carlos Garnacho
· 9 years ago
9c93179
data-device: Implement DnD actions
by Carlos Garnacho
· 9 years ago
78d4bf9
data-device: Implement DnD progress notification
by Carlos Garnacho
· 9 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
4678bab
Remove redundant #include path component.
by Jon Cruz
· 10 years ago
1f6b0d1
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
2a18a52
remove trailing whitespaces
by Michael Vetter
· 10 years ago
ba0f33d
dnd: Fix some mouse cursor issues
by Derek Foreman
· 11 years ago
6fd10c6
weston-dnd --help works
by Bill Spitzak
· 11 years ago
31732f7
Clients: Fix memleak issues in various clients of weston
by vivek
· 11 years ago
9cd661e
Make sure config.h is included before any system headers
by Andrew Wedgbury
· 11 years ago
bf3c1c6
distinguish touch screen and pointer dnd in client
by Xiong Zhang
· 12 years ago
853a779
client/dnd.c: add dnd support for touch screen in client
by Xiong Zhang
· 12 years ago
617e9a3
dnd: Simplify drag icon creation
by Kristian Høgsberg
· 12 years ago
ee7fefc
Rename frame_create and frame_set_child_size with a window_ prefix
by Jason Ekstrand
· 12 years ago
735bda2
dnd: Support dropping as text/plain;charset=utf-8
by Kristian Høgsberg
· 12 years ago
938f102
dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-type
by Kristian Høgsberg
· 12 years ago
f3d6227
malloc + memset -> zalloc
by Peter Hutterer
· 12 years ago
bc91926
clients: use xmalloc in more places
by Brian Lovin
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
4df7e27
dnd: Use %zd in the format string for size_t types
by Damien Lespiau
· 13 years ago
c9e00c0
clients: use wl_surface_commit
by Pekka Paalanen
· 13 years ago
f22d0ec
dnd: fix segfault on grabbing
by Philipp Brüschweiler
· 13 years ago
0fd49aa
dnd: Clip flowers to window content area
by Kristian Høgsberg
· 13 years ago
a162792
window: Compute initial window size correctly
by Kristian Høgsberg
· 13 years ago
5a4e9ff
window.c: Drop timestamp argument to input_set_pointer_image()
by Kristian Høgsberg
· 13 years ago
4dbadb1
Use enum wl_pointer_button_state instead of integer
by Daniel Stone
· 13 years ago
08bcf14
dnd: implement option for not offering data to other clients
by Ander Conselvan de Oliveira
· 13 years ago
210eb9d
dnd: work around cairo-gl brokenness
by Ander Conselvan de Oliveira
· 13 years ago
dc8c8fc
window: rename enum pointer_type to cursor_type
by Ander Conselvan de Oliveira
· 13 years ago
d8f527c
window: track changes in libwayland-cursor api
by Ander Conselvan de Oliveira
· 13 years ago
1042dc1
window: use libwayland-cursor instead of libXcursor
by Ander Conselvan de Oliveira
· 13 years ago
5a315bc
Move cairo-util to shared/
by Kristian Høgsberg
· 13 years ago
80680c7
window.c: Just use float instead of GLfloat, remove GLES2.h include
by Kristian Høgsberg
· 13 years ago
b230a7e
Convert internal input co-ordinates to GLfloat
by Daniel Stone
· 13 years ago
5d66371
Change button from int to uint32_t
by Daniel Stone
· 13 years ago
da5b93c
Change key/button grab bindings to take unsigned state
by Daniel Stone
· 13 years ago
a6c8b00
window.c: Drop the toolkit grab when we start a compositor grab
by Kristian Høgsberg
· 13 years ago
eae5de7
Follow wayland change to serial numbers
by Kristian Høgsberg
· 13 years ago
3685c3a
Fix `unused-result' warnings.
by Jonas Ådahl
· 13 years ago
875ab9e
Add signedness warning flag and fix fallout
by Kristian Høgsberg
· 13 years ago
679f716
dnd: Damage surface after attaching new buffer
by Kristian Høgsberg
· 13 years ago
a8ae8a9
clients: Fix a couple of warnings
by Kristian Høgsberg
· 13 years ago
bcacef1
Add an option parser
by Kristian Høgsberg
· 13 years ago
e47c3a3
clients/dnd: adapt to new data_device icon protocol
by Ander Conselvan de Oliveira
· 13 years ago
009ac0a
window: Dont take width and height in window constructor
by Kristian Høgsberg
· 13 years ago
29af3eb
window: Make decorations just a widget
by Kristian Høgsberg
· 13 years ago
bb97700
window: Get rid of the window child allocation concept
by Kristian Høgsberg
· 13 years ago
b67e94b
window: Make resize and redraw handlers widget vfuncs
by Kristian Høgsberg
· 13 years ago
5d12990
window: Allocate and flush the window surface in window.c
by Kristian Høgsberg
· 13 years ago
75bc667
window: Drop the window widget
by Kristian Høgsberg
· 13 years ago
bb901fa
window: Return pointer type from widget enter handler
by Kristian Høgsberg
· 13 years ago
a8a0db3
window: Move button handler to widget
by Kristian Høgsberg
· 13 years ago
19dd1d7
window: Use the window widget instead of adding a window sized widget
by Kristian Høgsberg
· 13 years ago
5f190ef
window: Convert a few clients to use widget motion handler
by Kristian Høgsberg
· 13 years ago
ac7619f
dnd: Use a widget for enter/leave handling
by Kristian Høgsberg
· 13 years ago
47fe08a
Implement the new dnd/selection protocol
by Kristian Høgsberg
· 14 years ago
50719bc
Fix inconsistent #include style
by Pekka Paalanen
· 14 years ago
47eb8f4
window: Remove display_flush_cairo_device
by Benjamin Franzke
· 14 years ago
3a69627
window: Stop using glib mainloop in toy toolkit
by Kristian Høgsberg
· 14 years ago
9de79a9
window.c: Drop global handler argument
by Kristian Høgsberg
· 14 years ago
a8d1fa7
clients: Bring clients up to date
by Kristian Høgsberg
· 14 years ago
3be87d1
window: Add support for opaque windows
by Kristian Høgsberg
· 14 years ago
7cbdb64
Fix clients to work with wl_ prefixed interface names
by Kristian Høgsberg
· 14 years ago
91342c6
Switch to new subscribe protocol and wayland-egl
by Kristian Høgsberg
· 14 years ago
b4b6734
Define global handler on display creation
by Tim Wiederhake
· 14 years ago
6693ac2
window: Use window surfaces for windows
by Benjamin Franzke
· 14 years ago
0043961
Fix new gcc 4.6 warnings
by Kristian Høgsberg
· 14 years ago
248c1b6
Add an orange pop-up menu to test the new map_transient request
by Kristian Høgsberg
· 14 years ago
e164e4e
Use cairo_push_group() for all double buffering, drop window_copy_*()
by Kristian Høgsberg
· 14 years ago
943741c
Use the global handler in dnd instead of custom drag_offer hook
by Kristian Høgsberg
· 14 years ago
da846ca
Fix terminal resizing
by Kristian Høgsberg
· 14 years ago
82da52b
Update surface.attach and change surface.map to surface.map_toplevel
by Kristian Høgsberg
· 15 years ago
2bb3ebe
Create socket in /var/run/user/${HOME}
by Kristian Høgsberg
· 15 years ago
0c007ae
Make the dnd client actually work.
by Joel Teichroeb
· 15 years ago
d44bc8b
Add reject round trip to dnd protocol
by Kristian Høgsberg
· 15 years ago
41da908
Don't hardcode offered dnd types in window.c
by Kristian Høgsberg
· 15 years ago
e9f5e36
Make clients exit orderly when there is no connection
by Yuval Fledel
· 15 years ago
012a007
Add small client for testing shm surfaces
by Kristian Høgsberg
· 15 years ago
ce457ba
Add timestamp to pointer image attach request
by Kristian Høgsberg
· 15 years ago
9d69f8e
Replace commit/ack/frame protocol with simpler sync and frame callbacks
by Kristian Høgsberg
· 15 years ago
e9d37bd
Use a transient object for the dnd session
by Kristian Høgsberg
· 15 years ago
e968f9c
Provide visual feedback as to whether drop is supported
by Kristian Høgsberg
· 15 years ago
4eb5360
Update drag protocol to use fd passing for data transfer
by Kristian Høgsberg
· 15 years ago
1d7ffd3
Set pointer image only in response to 'target' event
by Kristian Høgsberg
· 15 years ago
506e20e
More work on dnd
by Kristian Høgsberg
· 15 years ago
b8cc24e
Actually add dnd client
by Kristian Høgsberg
· 15 years ago