index
:
~sardemff7/weston
master
wip/idle-inhibitor
wip/libweston-desktop-tests
wip/libweston-modules
wip/shm_open
My Weston WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
dnd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-17
clients & tests: Unify multiple definitions of x*alloc and related functions
Bryce Harrington
1
-0
/
+1
2016-01-19
dnd: Turn into a full blown example
Carlos Garnacho
1
-22
/
+84
2016-01-19
data-device: Implement DnD actions
Carlos Garnacho
1
-5
/
+31
2016-01-19
data-device: Implement DnD progress notification
Carlos Garnacho
1
-8
/
+31
2015-06-15
Moved helper macro to a discrete include file.
Jon Cruz
1
-0
/
+1
2015-06-15
Remove redundant #include path component.
Jon Cruz
1
-1
/
+1
2015-06-15
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
Bryce Harrington
1
-16
/
+17
2015-05-15
remove trailing whitespaces
Michael Vetter
1
-6
/
+6
2014-11-28
dnd: Fix some mouse cursor issues
Derek Foreman
1
-13
/
+80
2014-08-19
weston-dnd --help works
Bill Spitzak
1
-5
/
+10
2014-06-24
Clients: Fix memleak issues in various clients of weston
vivek
1
-0
/
+11
2014-04-07
Make sure config.h is included before any system headers
Andrew Wedgbury
1
-0
/
+2
2013-11-25
distinguish touch screen and pointer dnd in client
Xiong Zhang
1
-1
/
+2
2013-11-25
client/dnd.c: add dnd support for touch screen in client
Xiong Zhang
1
-13
/
+43
2013-11-22
dnd: Simplify drag icon creation
Kristian Høgsberg
1
-25
/
+8
2013-10-13
Rename frame_create and frame_set_child_size with a window_ prefix
Jason Ekstrand
1
-2
/
+2
2013-09-09
dnd: Support dropping as text/plain;charset=utf-8
Kristian Høgsberg
1
-9
/
+23
2013-09-04
dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-type
Kristian Høgsberg
1
-3
/
+9
2013-08-08
malloc + memset -> zalloc
Peter Hutterer
1
-3
/
+1
2013-08-07
clients: use xmalloc in more places
Brian Lovin
1
-4
/
+2
2013-02-20
Pass argc pointer to parse_options()
Kristian Høgsberg
1
-1
/
+1
2012-10-29
dnd: Use %zd in the format string for size_t types
Damien Lespiau
1
-1
/
+1
2012-10-10
clients: use wl_surface_commit
Pekka Paalanen
1
-0
/
+2
2012-08-13
dnd: fix segfault on grabbing
Philipp Brüschweiler
1
-0
/
+7
2012-07-23
dnd: Clip flowers to window content area
Kristian Høgsberg
1
-0
/
+3
2012-06-20
window: Compute initial window size correctly
Kristian Høgsberg
1
-1
/
+1
2012-06-04
window.c: Drop timestamp argument to input_set_pointer_image()
Kristian Høgsberg
1
-1
/
+1
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-2
/
+3
2012-05-29
dnd: implement option for not offering data to other clients
Ander Conselvan de Oliveira
1
-18
/
+58
2012-05-25
dnd: work around cairo-gl brokenness
Ander Conselvan de Oliveira
1
-2
/
+4
2012-05-25
window: rename enum pointer_type to cursor_type
Ander Conselvan de Oliveira
1
-4
/
+4
2012-05-25
window: track changes in libwayland-cursor api
Ander Conselvan de Oliveira
1
-4
/
+4
2012-05-22
window: use libwayland-cursor instead of libXcursor
Ander Conselvan de Oliveira
1
-21
/
+12
2012-05-15
Move cairo-util to shared/
Kristian Høgsberg
1
-1
/
+1
2012-05-10
window.c: Just use float instead of GLfloat, remove GLES2.h include
Kristian Høgsberg
1
-3
/
+3
2012-05-08
Convert internal input co-ordinates to GLfloat
Daniel Stone
1
-3
/
+3
2012-05-07
Change button from int to uint32_t
Daniel Stone
1
-1
/
+1
2012-05-07
Change key/button grab bindings to take unsigned state
Daniel Stone
1
-1
/
+1
2012-04-13
window.c: Drop the toolkit grab when we start a compositor grab
Kristian Høgsberg
1
-0
/
+2
2012-04-11
Follow wayland change to serial numbers
Kristian Høgsberg
1
-6
/
+7
2012-04-03
Fix `unused-result' warnings.
Jonas Ådahl
1
-1
/
+3
2012-03-30
Add signedness warning flag and fix fallout
Kristian Høgsberg
1
-5
/
+6
2012-03-27
dnd: Damage surface after attaching new buffer
Kristian Høgsberg
1
-0
/
+7
2012-03-27
clients: Fix a couple of warnings
Kristian Høgsberg
1
-2
/
+0
2012-03-12
Add an option parser
Kristian Høgsberg
1
-1
/
+1
2012-02-16
clients/dnd: adapt to new data_device icon protocol
Ander Conselvan de Oliveira
1
-3
/
+18
2012-01-31
window: Dont take width and height in window constructor
Kristian Høgsberg
1
-1
/
+1
2012-01-10
window: Make decorations just a widget
Kristian Høgsberg
1
-1
/
+1
2012-01-10
window: Get rid of the window child allocation concept
Kristian Høgsberg
1
-6
/
+5
2012-01-10
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
1
-11
/
+4
[next]