aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2017-10-06Transform hotspot with cursorVersus Void
Fix #188
2017-10-02Move wlr-example.ini.example to rootston.ini.example and reference it from ↵Versus Void
examples' config parser
2017-10-02Add examples/wlr-example.ini.example with option descriptions for examplesVersus Void
2017-10-01Fix keyboard handling in examplesDrew DeVault
2017-09-28Remove example compositorDrew DeVault
2017-09-28Fix rootston keyboard, add XwaylandDrew DeVault
2017-09-28examples/compositor: fix handle_output_frameemersion
2017-09-27Set view->surfaceemersion
2017-09-25Minor tweaks to (broken) keyboard supportDrew DeVault
2017-09-25Merge branch 'master' into rootstonDrew DeVault
2017-09-24Move keyboard logic to wlr_{keyboard,seat}Drew DeVault
2017-09-23add keys array param to seat keyboard enterTony Crisci
2017-09-23wlr-seat: keyboard layoutTony Crisci
2017-09-22wlr-seat: keyboard modifiersTony Crisci
2017-09-22wlr-seat-keyboard: basic eventsTony Crisci
2017-09-22Use wl_display_next_serialemersion
2017-09-22Fix use of serial on motion_requestDrew DeVault
2017-09-22Merge pull request #152 from acrisci/feature/wlr-seat-axis-eventsDrew DeVault
wlr-seat cursor axis events
2017-09-22wlr-seat: implement cursor axis eventsTony Crisci
Axis events for the cursor are generated with the scroll wheel.
2017-09-22Fix possibly uninitialized variableDrew DeVault
2017-09-22Add super+click to move windows around without xdgDrew DeVault
Though it still doesn't work for non-XDG windows because we need to build common window state managemnet within the reference compositor.
2017-09-22Use time_usec for event serialsDrew DeVault
Fixes #151
2017-09-22Implement xdg request_move in reference compositorDrew DeVault
2017-09-21Handle tablet motion in example compositorDrew DeVault
2017-09-21compositor.c: implement cursor motion absoluteTony Crisci
2017-09-21compositor.c: add guards for unconfigured surfacesTony Crisci
2017-09-21compositor.c: determine xdg position by window geomTony Crisci
2017-09-21use double for cursor coordinatesTony Crisci
2017-09-20wlr_seat: pointer eventsTony Crisci
2017-09-19compositor.c: xdg-surface layout positionTony Crisci
Add data structures to compositor.c xdg-surface implementation that allows them to be rendered in the correct position in the layout, spanning outputs if necessary.
2017-09-16xdg-surface-v6: implement pingTony Crisci
2017-09-16compositor.c: implement xdg-toplevel-v6 request eventsTony Crisci
2017-09-15xdg-shell new surface and ack configure eventsTony Crisci
2017-09-13use wlr_surface on shell struct and listen to eventsTony Crisci
2017-09-07compositor.c: working pointerTony Crisci
2017-09-07compositor.c: fix formattingTony Crisci
2017-09-06Add gamma_control skeletonemersion
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-31use monotonic clock time for animationsTony Crisci
2017-08-31remove unused outputs list in output-layout.cTony Crisci
2017-08-31fix layout hotplugging issue in output-layout.cTony Crisci
2017-08-31cleanup output-layout exampleTony Crisci
2017-08-31implement output layout auto configurationTony Crisci
2017-08-30Refactor meson build filesTony Crisci
Use tabs for indentation and break up function calls over 80 col.
2017-08-29handle empty config fileTony Crisci
2017-08-29refactor and rename wlr_geometry to wlr_boxTony Crisci