aboutsummaryrefslogtreecommitdiff
path: root/examples/pointer.c
AgeCommit message (Expand)Author
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
2018-03-15matrix: move to types/emersion
2018-01-21output: add damage tracking via buffer ageemersion
2018-01-19output: fix software cursors damage trackingemersion
2018-01-15Fixed logging for examplesTimidger
2017-12-12Update output layout when scale or transform changesemersion
2017-11-20Use wl_list for touch points in examples/emersion
2017-11-16rename touch slot to touch idTony Crisci
2017-11-11Add scale parameter to wlr_cursor_set_imageemersion
2017-11-01Move shared example codeDrew DeVault
2017-10-31Remove outdated TODOs, use wlr_surface_has_bufferemersion
2017-10-31Add multi-pointer exampleemersion
2017-10-31Remove wlr_cursor_set_xcursor for nowemersion
2017-10-31Manage wlr_output_cursor from wlr_cursoremersion
2017-10-31Fix rootstonemersion
2017-10-22Forgot to rename theseDrew DeVault
2017-10-21Merge branch 'master' into heghe/wl_listDrew DeVault
2017-10-21Rename remaining refs to wlr_listDrew DeVault
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-20Replace list_t with wl_list for wlr_input_deviceHeghedus Razvan
2017-10-06Transform hotspot with cursorVersus Void
2017-09-24Move keyboard logic to wlr_{keyboard,seat}Drew DeVault
2017-09-06Merge pull request #136 from acrisci/bug/rename-output-layout-createDrew DeVault
2017-09-05Rename wlr_output_layout_init()Tony Crisci
2017-09-05move device configuration to config.hTony Crisci
2017-09-05pointer.c: refactor device configurationTony Crisci
2017-09-05bugfix: warp cursor to current position on output addTony Crisci
2017-08-31implement output layout auto configurationTony Crisci
2017-08-29refactor and rename wlr_geometry to wlr_boxTony Crisci