summaryrefslogtreecommitdiff
path: root/clients/dnd.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+1
2016-01-19dnd: Turn into a full blown exampleCarlos Garnacho1-22/+84
2016-01-19data-device: Implement DnD actionsCarlos Garnacho1-5/+31
2016-01-19data-device: Implement DnD progress notificationCarlos Garnacho1-8/+31
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-05-15remove trailing whitespacesMichael Vetter1-6/+6
2014-11-28dnd: Fix some mouse cursor issuesDerek Foreman1-13/+80
2014-08-19weston-dnd --help worksBill Spitzak1-5/+10
2014-06-24Clients: Fix memleak issues in various clients of westonvivek1-0/+11
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2013-11-25distinguish touch screen and pointer dnd in clientXiong Zhang1-1/+2
2013-11-25client/dnd.c: add dnd support for touch screen in clientXiong Zhang1-13/+43
2013-11-22dnd: Simplify drag icon creationKristian Høgsberg1-25/+8
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-2/+2
2013-09-09dnd: Support dropping as text/plain;charset=utf-8Kristian Høgsberg1-9/+23
2013-09-04dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-typeKristian Høgsberg1-3/+9
2013-08-08malloc + memset -> zallocPeter Hutterer1-3/+1
2013-08-07clients: use xmalloc in more placesBrian Lovin1-4/+2
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2012-10-29dnd: Use %zd in the format string for size_t typesDamien Lespiau1-1/+1
2012-10-10clients: use wl_surface_commitPekka Paalanen1-0/+2
2012-08-13dnd: fix segfault on grabbingPhilipp Brüschweiler1-0/+7
2012-07-23dnd: Clip flowers to window content areaKristian Høgsberg1-0/+3
2012-06-20window: Compute initial window size correctlyKristian Høgsberg1-1/+1
2012-06-04window.c: Drop timestamp argument to input_set_pointer_image()Kristian Høgsberg1-1/+1
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-2/+3
2012-05-29dnd: implement option for not offering data to other clientsAnder Conselvan de Oliveira1-18/+58
2012-05-25dnd: work around cairo-gl brokennessAnder Conselvan de Oliveira1-2/+4
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-4/+4
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira1-4/+4
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira1-21/+12
2012-05-15Move cairo-util to shared/Kristian Høgsberg1-1/+1
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg1-3/+3
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-3/+3
2012-05-07Change button from int to uint32_tDaniel Stone1-1/+1
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone1-1/+1
2012-04-13window.c: Drop the toolkit grab when we start a compositor grabKristian Høgsberg1-0/+2
2012-04-11Follow wayland change to serial numbersKristian Høgsberg1-6/+7
2012-04-03Fix `unused-result' warnings.Jonas Ådahl1-1/+3
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-5/+6
2012-03-27dnd: Damage surface after attaching new bufferKristian Høgsberg1-0/+7
2012-03-27clients: Fix a couple of warningsKristian Høgsberg1-2/+0
2012-03-12Add an option parserKristian Høgsberg1-1/+1
2012-02-16clients/dnd: adapt to new data_device icon protocolAnder Conselvan de Oliveira1-3/+18
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-1/+1
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-1/+1
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-6/+5
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-11/+4