Age | Commit message (Expand) | Author |
2018-05-25 | backends: implement custom EGL and renderer initialization | Ilia Bozhinov |
2018-05-13 | rename sample state to "state" | Tony Crisci |
2018-05-13 | pointer example: use xcursor manager | Tony Crisci |
2018-05-13 | make pointer show up in pointer example | Tony Crisci |
2018-05-10 | Fixed emersion's issues | Timidger |
2018-05-10 | Fixed style issues | Timidger |
2018-05-10 | Remvoed unnecessary wayland socket in examples | Timidger |
2018-05-10 | Made examples/pointer standalone | Timidger |
2018-05-10 | Moved cat out of support, removed support | Timidger |
2018-03-28 | Remove width_mm from tablet events | Drew DeVault |
2018-03-28 | Remove width_mm from wlr_touch events | Drew DeVault |
2018-03-28 | Remove width_mm from wlr_pointer events | Drew DeVault |
2018-03-24 | Redesign wlr_texture | emersion |
2018-03-19 | render: split render.h into wlr_renderer.h and wlr_texture.h | emersion |
2018-03-15 | matrix: move to types/ | emersion |
2018-01-21 | output: add damage tracking via buffer age | emersion |
2018-01-19 | output: fix software cursors damage tracking | emersion |
2018-01-15 | Fixed logging for examples | Timidger |
2017-12-12 | Update output layout when scale or transform changes | emersion |
2017-11-20 | Use wl_list for touch points in examples/ | emersion |
2017-11-16 | rename touch slot to touch id | Tony Crisci |
2017-11-11 | Add scale parameter to wlr_cursor_set_image | emersion |
2017-11-01 | Move shared example code | Drew DeVault |
2017-10-31 | Remove outdated TODOs, use wlr_surface_has_buffer | emersion |
2017-10-31 | Add multi-pointer example | emersion |
2017-10-31 | Remove wlr_cursor_set_xcursor for now | emersion |
2017-10-31 | Manage wlr_output_cursor from wlr_cursor | emersion |
2017-10-31 | Fix rootston | 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-06 | Transform hotspot with cursor | Versus Void |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault |
2017-09-06 | Merge pull request #136 from acrisci/bug/rename-output-layout-create | Drew DeVault |
2017-09-05 | Rename wlr_output_layout_init() | Tony Crisci |
2017-09-05 | move device configuration to config.h | Tony Crisci |
2017-09-05 | pointer.c: refactor device configuration | Tony Crisci |
2017-09-05 | bugfix: warp cursor to current position on output add | Tony Crisci |
2017-08-31 | implement output layout auto configuration | Tony Crisci |
2017-08-29 | refactor and rename wlr_geometry to wlr_box | Tony Crisci |
2017-08-29 | rename wlr_cursor_init to wlr_cursor_create | Tony Crisci |
2017-08-29 | pointer.c: fix formatting | Tony Crisci |
2017-08-28 | Implement tablet_tool support in pointer example | Drew DeVault |
2017-08-28 | fix memory errors | Tony Crisci |
2017-08-28 | handle input device destroy | Tony Crisci |
2017-08-28 | implement tablet tool devices | Tony Crisci |
2017-08-27 | implement touch up and touch down | Tony Crisci |
2017-08-27 | add touch events | Tony Crisci |