aboutsummaryrefslogtreecommitdiff
path: root/examples/compositor.c
AgeCommit message (Collapse)Author
2017-10-07Add screenshooter skeletonemersion
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-08-23example compositor: loop through xwayland surfacesDominique Martinet
2017-08-23xwayland: move & split internal header fileDominique Martinet
2017-08-23xwayland: split xwm structure out, initial xwm.cDominique Martinet
2017-08-23start xwayland in example compositorDominique Martinet
2017-08-20example compositor: handle keyboard after we're done with initDominique Martinet
the libinput backend does wl_display roundtrips, during which there is a small window where keystrokes can be handled before the rest of the example compositor is ready. Setting the callback later ensures we're not called at this point
2017-08-19wlr_compositor: change _init/finish to _create/destroyDominique Martinet
2017-08-19move wl_compositor into wlroots as wlr_compositorDominique Martinet