92 Commits (e4522507ad76a56e6838825e8f92779d234144f1)

Author SHA1 Message Date
Marius Vlad b3544c26ad clients/window: Add functions to set/retrieve app_id 3 years ago
Emmanuel Gil Peyrot eff793ab46 Fix indentation all through the project 3 years ago
Antonio Borneo 3957863667 log: remove "%m" from format strings by using strerror(errno) 5 years ago
Derek Foreman bd9069ffad dnd: Abort with an error message if compositor doesn't support drag and drop 7 years ago
Bryce Harrington e99e4bf2b9 clients & tests: Unify multiple definitions of x*alloc and related functions 9 years ago
Carlos Garnacho f377535aff dnd: Turn into a full blown example 9 years ago
Carlos Garnacho 9c93179023 data-device: Implement DnD actions 9 years ago
Carlos Garnacho 78d4bf9a3e data-device: Implement DnD progress notification 9 years ago
Jon Cruz 35b2eaa989 Moved helper macro to a discrete include file. 9 years ago
Jon Cruz 4678bab13c Remove redundant #include path component. 9 years ago
Bryce Harrington 1f6b0d1d2c clients: Update boilerplate from MIT X11 license to MIT Expat licenses 9 years ago
Michael Vetter 2a18a52844 remove trailing whitespaces 9 years ago
Derek Foreman ba0f33dc28 dnd: Fix some mouse cursor issues 10 years ago
Bill Spitzak 6fd10c6c6c weston-dnd --help works 10 years ago
vivek 31732f7c68 Clients: Fix memleak issues in various clients of weston 10 years ago
Andrew Wedgbury 9cd661e746 Make sure config.h is included before any system headers 11 years ago
Xiong Zhang bf3c1c6913 distinguish touch screen and pointer dnd in client 11 years ago
Xiong Zhang 853a7799d6 client/dnd.c: add dnd support for touch screen in client 11 years ago
Kristian Høgsberg 617e9a37f2 dnd: Simplify drag icon creation 11 years ago
Jason Ekstrand ee7fefcffc Rename frame_create and frame_set_child_size with a window_ prefix 11 years ago
Kristian Høgsberg 735bda25da dnd: Support dropping as text/plain;charset=utf-8 11 years ago
Kristian Høgsberg 938f102a97 dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-type 11 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 11 years ago
Brian Lovin bc91926e0c clients: use xmalloc in more places 11 years ago
Kristian Høgsberg 4172f668e7 Pass argc pointer to parse_options() 12 years ago
Damien Lespiau 4df7e27055 dnd: Use %zd in the format string for size_t types 12 years ago
Pekka Paalanen c9e00c06e9 clients: use wl_surface_commit 12 years ago
Philipp Brüschweiler f22d0ecd97 dnd: fix segfault on grabbing 12 years ago
Kristian Høgsberg 0fd49aa886 dnd: Clip flowers to window content area 12 years ago
Kristian Høgsberg a1627927c7 window: Compute initial window size correctly 12 years ago
Kristian Høgsberg 5a4e9ff51b window.c: Drop timestamp argument to input_set_pointer_image() 12 years ago
Daniel Stone 4dbadb1556 Use enum wl_pointer_button_state instead of integer 12 years ago
Ander Conselvan de Oliveira 08bcf14903 dnd: implement option for not offering data to other clients 12 years ago
Ander Conselvan de Oliveira 210eb9d2ba dnd: work around cairo-gl brokenness 12 years ago
Ander Conselvan de Oliveira dc8c8fce72 window: rename enum pointer_type to cursor_type 12 years ago
Ander Conselvan de Oliveira d8f527c845 window: track changes in libwayland-cursor api 12 years ago
Ander Conselvan de Oliveira 1042dc15e0 window: use libwayland-cursor instead of libXcursor 13 years ago
Kristian Høgsberg 5a315bc72d Move cairo-util to shared/ 13 years ago
Kristian Høgsberg 80680c7b75 window.c: Just use float instead of GLfloat, remove GLES2.h include 13 years ago
Daniel Stone b230a7ee58 Convert internal input co-ordinates to GLfloat 13 years ago
Daniel Stone 5d66371743 Change button from int to uint32_t 13 years ago
Daniel Stone da5b93c8d7 Change key/button grab bindings to take unsigned state 13 years ago
Kristian Høgsberg a6c8b0084f window.c: Drop the toolkit grab when we start a compositor grab 13 years ago
Kristian Høgsberg eae5de7609 Follow wayland change to serial numbers 13 years ago
Jonas Ådahl 3685c3abf6 Fix `unused-result' warnings. 13 years ago
Kristian Høgsberg 875ab9e735 Add signedness warning flag and fix fallout 13 years ago
Kristian Høgsberg 679f716088 dnd: Damage surface after attaching new buffer 13 years ago
Kristian Høgsberg a8ae8a9135 clients: Fix a couple of warnings 13 years ago
Kristian Høgsberg bcacef19b0 Add an option parser 13 years ago
Ander Conselvan de Oliveira e47c3a342b clients/dnd: adapt to new data_device icon protocol 13 years ago