aboutsummaryrefslogtreecommitdiff
path: root/examples/pointer.c
AgeCommit message (Collapse)Author
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
- Textures are now immutable (apart from those created from raw pixels), no more invalid textures - Move all wl_drm stuff in wlr_renderer - Most of wlr_texture fields are now private - Remove some duplicated DMA-BUF code in the DRM backend - Add more assertions - Stride is now always given as bytes rather than pixels - Drop wl_shm functions Fun fact: this patch has been written 10,000 meters up in the air.
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
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-06Transform hotspot with cursorVersus Void
Fix #188
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
Rename wlr_output_layout_init()
2017-09-05Rename wlr_output_layout_init()Tony Crisci
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent with the rest of the api.
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
2017-08-29rename wlr_cursor_init to wlr_cursor_createTony Crisci
2017-08-29pointer.c: fix formattingTony Crisci
2017-08-28Implement tablet_tool support in pointer exampleDrew DeVault
2017-08-28fix memory errorsTony Crisci
2017-08-28handle input device destroyTony Crisci
2017-08-28implement tablet tool devicesTony Crisci
2017-08-27implement touch up and touch downTony Crisci
2017-08-27add touch eventsTony Crisci
2017-08-26implement cursor and device geometry mappingTony Crisci