summaryrefslogtreecommitdiff
path: root/clients/dnd.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-10window: Allocate and flush the window surface in window.cKristian Høgsberg1-3/+0
2012-01-10window: Drop the window widgetKristian Høgsberg1-16/+9
2012-01-09window: Return pointer type from widget enter handlerKristian Høgsberg1-1/+5
2012-01-09window: Move button handler to widgetKristian Høgsberg1-3/+4
2012-01-09window: Use the window widget instead of adding a window sized widgetKristian Høgsberg1-5/+8
2012-01-09window: Convert a few clients to use widget motion handlerKristian Høgsberg1-5/+4
2012-01-09dnd: Use a widget for enter/leave handlingKristian Høgsberg1-6/+8
2011-11-23Implement the new dnd/selection protocolKristian Høgsberg1-247/+123
2011-11-22Fix inconsistent #include stylePekka Paalanen1-1/+1
2011-10-07window: Remove display_flush_cairo_deviceBenjamin Franzke1-1/+2
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-18/+14
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-5/+7
2011-08-29clients: Bring clients up to dateKristian Høgsberg1-1/+2
2011-05-16window: Add support for opaque windowsKristian Høgsberg1-2/+2
2011-04-20Fix clients to work with wl_ prefixed interface namesKristian Høgsberg1-1/+1
2011-04-20Switch to new subscribe protocol and wayland-eglKristian Høgsberg1-1/+1
2011-04-11Define global handler on display creationTim Wiederhake1-3/+1
2011-03-17window: Use window surfaces for windowsBenjamin Franzke1-2/+2
2011-01-25Fix new gcc 4.6 warningsKristian Høgsberg1-2/+1
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-3/+2
2011-01-21Use cairo_push_group() for all double buffering, drop window_copy_*()Kristian Høgsberg1-11/+10