aboutsummaryrefslogtreecommitdiff
path: root/examples/pointer.c
AgeCommit message (Collapse)Author
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
2017-08-26add device configurationTony Crisci
2017-08-26add cursor configurationTony Crisci
2017-08-26refactor example config and add ini.cTony Crisci
2017-08-26implement wlr_cursor_map_input_to_outputTony Crisci
2017-08-26add wlr_cursor basic implementationTony Crisci
2017-08-19examples: separate compositor_fini from runDominique Martinet
compositor_fini destroys the display, but it is an error to destroy it before e.g. wlr_seat that references it. This lets us order destroy calls properly, following first-in-last-out logic.
2017-08-18rename wlr_cursor to wlr_xcursorTony Crisci
This is for the implementation of another type that should be called wlr_cursor.
2017-08-08Accomodate for hotspot in cursor positionDrew DeVault
2017-08-07Add xcursor sublibraryDrew DeVault
2017-08-06Changed header paths.Scott Anderson
2017-06-29Merge branch 'wlcore'Drew DeVault
2017-06-28Move example -> examplesDrew DeVault
And the compositor example into its own directory