aboutsummaryrefslogtreecommitdiff
path: root/examples/pointer.c
AgeCommit message (Expand)Author
2024-02-28pointer: use enum wl_pointer_button_stateSimon Ser
2024-02-15Define _POSIX_C_SOURCE globallySimon Ser
2024-01-25backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate()Simon Ser
2023-11-25Cleanup wlr_matrix.h includesSimon Ser
2023-11-23output-layout: take wl_display in constructorSimon Ser
2023-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2023-06-30examples/pointer: use wlr_cursor_set_xcursor()Simon Ser
2023-06-27examples: enable new outputsSimon Ser
2023-06-23output: add wlr_output_state_init()Simon Ser
2023-06-13examples: Drop usage of wlr_output.pendingAlexander Orzechowski
2023-06-05add render timer APIRose Hudson
2023-05-30examples: convert to new rendering APISimon Ser
2023-02-01examples: use NULL theme name instead of "default"Simon Ser
2023-02-01examples, tinywl: use "default" cursor instead of "left_ptr"Simon Ser
2022-11-15backend: return wlr_session in wlr_backend_autocreate() callSimon Ser
2022-06-21wlr_input_device: remove anon union fieldIsaac Freund
2022-03-17types/wlr_touch: uniformize events nameSimon Zeni
2022-03-17types/wlr_tablet_tool: uniformize events nameSimon Zeni
2022-03-17types/wlr_keyboard: uniformize events nameSimon Zeni
2022-03-17types/wlr_pointer: uniformize events nameSimon Zeni
2021-11-18examples: init wlr_output with allocator and rendererSimon Zeni
2021-07-01Remove unused wlr_list.h includesSimon Ser
2021-04-19Stop specifying xkb_rule_namesSimon Ser
2021-04-19examples: use wlr_output_preferred_modeSimon Ser
2020-12-30Remove wlr_create_renderer_func_tSimon Ser
2020-11-11Remove unneeded includes from wlr_input_device.hIsaac Freund
2020-07-28examples: remove unnecessary gles2.h importsRouven Czerwinski
2020-06-20examples/pointer: fix wlr_renderer_end call orderSimon Ser
2020-02-08examples: Fix compositor-examplesScott Anderson
2019-11-20Add -Wmissing-prototypesSimon Ser
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-04-23output: refactor frame submission APISimon Ser
2019-01-13Fix software cursor rendering for tinywl and some examplesAlexander Bakker
2018-09-03Handle setting keymap in examples more securelyrandom human
2018-08-16Fix build on FreeBSDemersion
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-05-25backends: implement custom EGL and renderer initializationIlia Bozhinov
2018-05-13rename sample state to "state"Tony Crisci
2018-05-13pointer example: use xcursor managerTony Crisci
2018-05-13make pointer show up in pointer exampleTony Crisci
2018-05-10Fixed emersion's issuesTimidger
2018-05-10Fixed style issuesTimidger
2018-05-10Remvoed unnecessary wayland socket in examplesTimidger
2018-05-10Made examples/pointer standaloneTimidger
2018-05-10Moved cat out of support, removed supportTimidger
2018-03-28Remove width_mm from tablet eventsDrew DeVault
2018-03-28Remove width_mm from wlr_touch eventsDrew DeVault
2018-03-28Remove width_mm from wlr_pointer eventsDrew DeVault
2018-03-24Redesign wlr_textureemersion
2018-03-19render: split render.h into wlr_renderer.h and wlr_texture.hemersion