Age | Commit message (Expand) | Author |
2017-10-22 | Create globals only for enabled outputs in DRM backend | emersion |
2017-10-22 | Forgot to rename these | Drew DeVault |
2017-10-21 | Merge branch 'master' into heghe/wl_list | Drew DeVault |
2017-10-21 | Rename remaining refs to wlr_list | Drew DeVault |
2017-10-21 | Remove wl_list_init when using wl_signal_add | emersion |
2017-10-20 | Replace list_t with wl_list for wlr_input_device | Heghedus Razvan |
2017-10-20 | Replace list_t with wl_list in wlr_output | Heghedus Razvan |
2017-10-11 | Add FreeBSD compatibility | Greg V |
2017-10-07 | Remove examples/compositor.c, re-added by mistake | emersion |
2017-10-07 | Fix GCC build | emersion |
2017-10-07 | Code style | emersion |
2017-10-07 | Use ImageMagick to write PNG screenshot | emersion |
2017-10-07 | Remove cairo dependency, write raw pixels | emersion |
2017-10-07 | Call glReadPixels right before swapping buffers | emersion |
2017-10-07 | First attempt to implement screenshooter | emersion |
2017-10-07 | Add screenshooter skeleton | emersion |
2017-10-06 | Transform hotspot with cursor | Versus Void |
2017-10-02 | Move wlr-example.ini.example to rootston.ini.example and reference it from ex... | Versus Void |
2017-10-02 | Add examples/wlr-example.ini.example with option descriptions for examples | Versus Void |
2017-10-01 | Fix keyboard handling in examples | Drew DeVault |
2017-09-28 | Remove example compositor | Drew DeVault |
2017-09-28 | Fix rootston keyboard, add Xwayland | Drew DeVault |
2017-09-28 | examples/compositor: fix handle_output_frame | emersion |
2017-09-27 | Set view->surface | emersion |
2017-09-25 | Minor tweaks to (broken) keyboard support | Drew DeVault |
2017-09-25 | Merge branch 'master' into rootston | Drew DeVault |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault |
2017-09-23 | add keys array param to seat keyboard enter | Tony Crisci |
2017-09-23 | wlr-seat: keyboard layout | Tony Crisci |
2017-09-22 | wlr-seat: keyboard modifiers | Tony Crisci |
2017-09-22 | wlr-seat-keyboard: basic events | Tony Crisci |
2017-09-22 | Use wl_display_next_serial | emersion |
2017-09-22 | Fix use of serial on motion_request | Drew DeVault |
2017-09-22 | Merge pull request #152 from acrisci/feature/wlr-seat-axis-events | Drew DeVault |
2017-09-22 | wlr-seat: implement cursor axis events | Tony Crisci |
2017-09-22 | Fix possibly uninitialized variable | Drew DeVault |
2017-09-22 | Add super+click to move windows around without xdg | Drew DeVault |
2017-09-22 | Use time_usec for event serials | Drew DeVault |
2017-09-22 | Implement xdg request_move in reference compositor | Drew DeVault |
2017-09-21 | Handle tablet motion in example compositor | Drew DeVault |
2017-09-21 | compositor.c: implement cursor motion absolute | Tony Crisci |
2017-09-21 | compositor.c: add guards for unconfigured surfaces | Tony Crisci |
2017-09-21 | compositor.c: determine xdg position by window geom | Tony Crisci |
2017-09-21 | use double for cursor coordinates | Tony Crisci |
2017-09-20 | wlr_seat: pointer events | Tony Crisci |
2017-09-19 | compositor.c: xdg-surface layout position | Tony Crisci |
2017-09-16 | xdg-surface-v6: implement ping | Tony Crisci |
2017-09-16 | compositor.c: implement xdg-toplevel-v6 request events | Tony Crisci |
2017-09-15 | xdg-shell new surface and ack configure events | Tony Crisci |
2017-09-13 | use wlr_surface on shell struct and listen to events | Tony Crisci |