aboutsummaryrefslogtreecommitdiff
path: root/examples/tablet.c
AgeCommit message (Expand)Author
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_tablet_tool: uniformize events nameSimon Zeni
2022-03-17types/wlr_tablet_pad: uniformize events nameSimon Zeni
2022-03-17types/wlr_keyboard: uniformize events nameSimon Zeni
2022-03-17types/wlr_input_device: move width_mm and height_mm fields to wlr_tablet and ...Simon Zeni
2021-11-18examples: init wlr_output with allocator and rendererSimon Zeni
2021-07-06move wlr_box from /types to /utilSimon Zeni
2021-04-19Stop specifying xkb_rule_namesSimon Ser
2021-04-19examples: remove dependency on GLES2 for compositor examplesSimon 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-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
2018-09-03Handle setting keymap in examples more securelyrandom human
2018-08-16Fix build on FreeBSDemersion
2018-07-14rename wlr_tablet_tool to wlr_tabletMarkus Ongyerth
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-05-30Fix double-free in the tablet.c and touch.c examplesTobias Blass
2018-05-25backends: implement custom EGL and renderer initializationIlia Bozhinov
2018-05-10Fixed emersion's issuesTimidger
2018-05-10Fixed style issuesTimidger
2018-05-10Made tablet standaloneTimidger
2018-05-10Moved cat out of support, removed supportTimidger
2018-04-01examples: get wlr_renderer from the backendemersion
2018-03-31Untie wlr_backend from wlr_rendereremersion
2018-03-28Remove width_mm from tablet eventsDrew DeVault
2018-03-26render: add simple functions to render rectangles and ellipsesemersion
2018-03-21render/gles2: make wlr_renderer_begin take viewport sizeemersion
2018-03-19render: split render.h into wlr_renderer.h and wlr_texture.hemersion
2018-03-15matrix: use 2D matricesemersion
2018-03-15matrix: unify API, don't use array pointersemersion
2018-03-15matrix: move to types/emersion
2018-03-07Add mode support to libinput backendDrew DeVault
2018-02-03render: make wlr_renderer_clear take a float[4] for the coloremersion
2018-01-22render: add wlr_renderer_clear and wlr_renderer_scissoremersion
2018-01-21output: add damage tracking via buffer ageemersion
2018-01-19output: fix software cursors damage trackingemersion
2018-01-15Fixed logging for examplesTimidger
2017-11-01Move shared example codeDrew DeVault
2017-09-24Move keyboard logic to wlr_{keyboard,seat}Drew DeVault
2017-08-19examples: separate compositor_fini from runDominique Martinet
2017-08-19wlr renderer/texture: rename init to create when it does allocDominique Martinet
2017-08-15Prevent alloc errors from crashingCalvin Lee
2017-08-10Refactor EGL handlingDrew DeVault
2017-08-10Fix example for updated glesnyorain
2017-08-10Implement drm (egl) buffer attachingnyorain