summaryrefslogtreecommitdiff
path: root/clients/dnd.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* dnd: Turn into a full blown exampleCarlos Garnacho2016-01-191-22/+84
* data-device: Implement DnD actionsCarlos Garnacho2016-01-191-5/+31
* data-device: Implement DnD progress notificationCarlos Garnacho2016-01-191-8/+31
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* remove trailing whitespacesMichael Vetter2015-05-151-6/+6
* dnd: Fix some mouse cursor issuesDerek Foreman2014-11-281-13/+80
* weston-dnd --help worksBill Spitzak2014-08-191-5/+10
* Clients: Fix memleak issues in various clients of westonvivek2014-06-241-0/+11
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* distinguish touch screen and pointer dnd in clientXiong Zhang2013-11-251-1/+2
* client/dnd.c: add dnd support for touch screen in clientXiong Zhang2013-11-251-13/+43
* dnd: Simplify drag icon creationKristian Høgsberg2013-11-221-25/+8
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-2/+2
* dnd: Support dropping as text/plain;charset=utf-8Kristian Høgsberg2013-09-091-9/+23
* dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-typeKristian Høgsberg2013-09-041-3/+9
* malloc + memset -> zallocPeter Hutterer2013-08-081-3/+1
* clients: use xmalloc in more placesBrian Lovin2013-08-071-4/+2
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* dnd: Use %zd in the format string for size_t typesDamien Lespiau2012-10-291-1/+1
* clients: use wl_surface_commitPekka Paalanen2012-10-101-0/+2
* dnd: fix segfault on grabbingPhilipp Brüschweiler2012-08-131-0/+7
* dnd: Clip flowers to window content areaKristian Høgsberg2012-07-231-0/+3
* window: Compute initial window size correctlyKristian Høgsberg2012-06-201-1/+1
* window.c: Drop timestamp argument to input_set_pointer_image()Kristian Høgsberg2012-06-041-1/+1
* Use enum wl_pointer_button_state instead of integerDaniel Stone2012-05-311-2/+3
* dnd: implement option for not offering data to other clientsAnder Conselvan de Oliveira2012-05-291-18/+58
* dnd: work around cairo-gl brokennessAnder Conselvan de Oliveira2012-05-251-2/+4
* window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira2012-05-251-4/+4
* window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira2012-05-251-4/+4
* window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira2012-05-221-21/+12
* Move cairo-util to shared/Kristian Høgsberg2012-05-151-1/+1
* window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg2012-05-101-3/+3
* Convert internal input co-ordinates to GLfloatDaniel Stone2012-05-081-3/+3
* Change button from int to uint32_tDaniel Stone2012-05-071-1/+1
* Change key/button grab bindings to take unsigned stateDaniel Stone2012-05-071-1/+1
* window.c: Drop the toolkit grab when we start a compositor grabKristian Høgsberg2012-04-131-0/+2
* Follow wayland change to serial numbersKristian Høgsberg2012-04-111-6/+7
* Fix `unused-result' warnings.Jonas Ådahl2012-04-031-1/+3
* Add signedness warning flag and fix falloutKristian Høgsberg2012-03-301-5/+6
* dnd: Damage surface after attaching new bufferKristian Høgsberg2012-03-271-0/+7
* clients: Fix a couple of warningsKristian Høgsberg2012-03-271-2/+0
* Add an option parserKristian Høgsberg2012-03-121-1/+1
* clients/dnd: adapt to new data_device icon protocolAnder Conselvan de Oliveira2012-02-161-3/+18
* window: Dont take width and height in window constructorKristian Høgsberg2012-01-311-1/+1
* window: Make decorations just a widgetKristian Høgsberg2012-01-101-1/+1
* window: Get rid of the window child allocation conceptKristian Høgsberg2012-01-101-6/+5
* window: Make resize and redraw handlers widget vfuncsKristian Høgsberg2012-01-101-11/+4