summaryrefslogtreecommitdiff
path: root/clients/window.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone1-1/+1
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-1/+2
2012-05-31Implement text cursor position protocol.Scott Moreau1-0/+3
2012-05-25dnd: work around cairo-gl brokennessAnder Conselvan de Oliveira1-0/+1
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-13/+13
2012-05-25window: add simple text tooltip handlersTiago Vignatti1-0/+7
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira1-4/+2
2012-05-21window: send transient flags over the wireTiago Vignatti1-1/+1
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone1-2/+2
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg1-4/+3
2012-05-08Port Wayland clients to new xkbcommon APIKristian Høgsberg1-0/+4
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-3/+4
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/+2
2012-04-11Follow wayland change to serial numbersKristian Høgsberg1-4/+7
2012-04-10window: Drop EGLImage surface typeKristian Høgsberg1-1/+0
2012-03-12Add an option parserKristian Høgsberg1-2/+2
2012-02-29window.c: Drop support for rgb contextsKristian Høgsberg1-3/+0
2012-02-23window: Track and report input and opaque regionsKristian Høgsberg1-0/+2
2012-02-16window: Use new xkbcommon include pathDaniel Stone1-1/+1
2012-02-16window: Toggle maximized with super-f5Kristian Høgsberg1-0/+3
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-2/+2
2012-01-31window: Make window frame menu available to clientKristian Høgsberg1-0/+4
2012-01-19window: menu leak fixesPekka Paalanen1-5/+5
2012-01-16window: remove duplicate widget_resize_handler_tPekka Paalanen1-3/+0
2012-01-11window: Move focus widget to struct inputKristian Høgsberg1-2/+3
2012-01-10window: Implement input device grabbingKristian Høgsberg1-0/+6
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-3/+3
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-16/+5
2012-01-10window: Keep widgets in a tree instead of a listKristian Høgsberg1-5/+4
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-13/+13
2012-01-09window: Return pointer type from widget enter handlerKristian Høgsberg1-3/+6
2012-01-09window: Move button handler to widgetKristian Høgsberg1-17/+7
2012-01-09window: Create a widget for the window, drop window motion handlerKristian Høgsberg1-0/+2
2012-01-09window: Add a widget motion handlerKristian Høgsberg1-1/+6
2012-01-09window: Remove window enter/leave handlersKristian Høgsberg1-14/+0
2012-01-09window: Replace widget focus handler with a enter/leave handler pairKristian Høgsberg1-4/+11
2012-01-08window: Move widget focus handler to the widgetKristian Høgsberg1-6/+8
2012-01-08window: Rename item to widgetKristian Høgsberg1-15/+15
2012-01-06window: Add a window menuKristian Høgsberg1-1/+11
2012-01-06shell: Start implementing the popup surface typeKristian Høgsberg1-1/+2
2011-12-27x11: Bridge X11 CLIPBOARD selection to Wayland clientsKristian Høgsberg1-0/+3
2011-12-22window: add display_destroy()Pekka Paalanen1-0/+3
2011-12-22window: add display_exit()Pekka Paalanen1-0/+3
2011-12-19clients: Implement a toy-menu for testing the menu surface typeKristian Høgsberg1-0/+3
2011-12-14window: expose outputs to applicationsPekka Paalanen1-0/+31
2011-12-08move config parser to a convenience libraryPekka Paalanen1-27/+0
2011-12-04wl_shell_surface adaptationPekka Paalanen1-0/+3
2011-11-26window.c: Cache outputsKristian Høgsberg1-0/+8
2011-11-23Implement the new dnd/selection protocolKristian Høgsberg1-15/+44