112 Commits (7cee19778a5fe603105ba056a4d0307fd04c361a)

Author SHA1 Message Date
Kristian Høgsberg 7cee19778a window.c: Add primitive support for animated cursors 12 years ago
Kristian Høgsberg 8591dbf8b5 window.c: Add watch cursor 12 years ago
Kristian Høgsberg 5a4e9ff51b window.c: Drop timestamp argument to input_set_pointer_image() 12 years ago
Daniel Stone c9785eacca Use enum wl_keyboard_key_state instead of integer 12 years ago
Daniel Stone 4dbadb1556 Use enum wl_pointer_button_state instead of integer 12 years ago
Scott Moreau 7a1b32a198 Implement text cursor position protocol. 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
Tiago Vignatti 82db9d80e6 window: add simple text tooltip handlers 12 years ago
Ander Conselvan de Oliveira 1042dc15e0 window: use libwayland-cursor instead of libXcursor 13 years ago
Tiago Vignatti dec76580c4 window: send transient flags over the wire 13 years ago
Daniel Stone 37816df646 Convert wl_input_device to wl_seat (and friends) 13 years ago
Kristian Høgsberg 80680c7b75 window.c: Just use float instead of GLfloat, remove GLES2.h include 13 years ago
Kristian Høgsberg 7016313778 Port Wayland clients to new xkbcommon API 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 eae5de7609 Follow wayland change to serial numbers 13 years ago
Kristian Høgsberg bad4297380 window: Drop EGLImage surface type 13 years ago
Kristian Høgsberg bcacef19b0 Add an option parser 13 years ago
Kristian Høgsberg 067fd60534 window.c: Drop support for rgb contexts 13 years ago
Kristian Høgsberg 010f98b083 window: Track and report input and opaque regions 13 years ago
Daniel Stone 9d4f030c0b window: Use new xkbcommon include path 13 years ago
Kristian Høgsberg d6bcd7daa7 window: Toggle maximized with super-f5 13 years ago
Kristian Høgsberg 009ac0a965 window: Dont take width and height in window constructor 13 years ago
Kristian Høgsberg d31fcab989 window: Make window frame menu available to client 13 years ago
Pekka Paalanen 6d174cff7a window: menu leak fixes 13 years ago
Pekka Paalanen 0bd892750d window: remove duplicate widget_resize_handler_t 13 years ago
Kristian Høgsberg b63235142d window: Move focus widget to struct input 13 years ago
Kristian Høgsberg 831dd52aa0 window: Implement input device grabbing 13 years ago
Kristian Høgsberg 29af3ebce6 window: Make decorations just a widget 13 years ago
Kristian Høgsberg bb97700474 window: Get rid of the window child allocation concept 13 years ago
Kristian Høgsberg 441338cb75 window: Keep widgets in a tree instead of a list 13 years ago
Kristian Høgsberg b67e94b170 window: Make resize and redraw handlers widget vfuncs 13 years ago
Kristian Høgsberg bb901fac90 window: Return pointer type from widget enter handler 13 years ago
Kristian Høgsberg a8a0db3497 window: Move button handler to widget 13 years ago
Kristian Høgsberg 87a57bbd73 window: Create a widget for the window, drop window motion handler 13 years ago
Kristian Høgsberg 04e98344cf window: Add a widget motion handler 13 years ago
Kristian Høgsberg ab9e79ffc2 window: Remove window enter/leave handlers 13 years ago
Kristian Høgsberg ee143236d7 window: Replace widget focus handler with a enter/leave handler pair 13 years ago
Kristian Høgsberg 9a13dab8a9 window: Move widget focus handler to the widget 13 years ago
Kristian Høgsberg c51f79954b window: Rename item to widget 13 years ago
Kristian Høgsberg 4f7dcd6eb1 window: Add a window menu 13 years ago
Kristian Høgsberg b3cca0a411 shell: Start implementing the popup surface type 13 years ago
Kristian Høgsberg e7aaec301a x11: Bridge X11 CLIPBOARD selection to Wayland clients 13 years ago
Pekka Paalanen fe6079ac09 window: add display_destroy() 13 years ago
Pekka Paalanen 826d795448 window: add display_exit() 13 years ago
Kristian Høgsberg bbedd7e9d2 clients: Implement a toy-menu for testing the menu surface type 13 years ago
Pekka Paalanen 999c5b5dcb window: expose outputs to applications 13 years ago
Pekka Paalanen c1765c67b3 move config parser to a convenience library 13 years ago