Age | Commit message (Expand) | Author |
2017-11-01 | Fix hidden software cursors, fix cursor transformations on DRM backend | emersion |
2017-11-01 | Merge pull request #368 from acrisci/bug/seat-clear-focus | Drew DeVault |
2017-11-01 | wlr-seat bug: dont set focus surface to null then clear focus | Tony Crisci |
2017-11-01 | Fix various rebase-related bugs | Drew DeVault |
2017-11-01 | Adjust rendering to compensate for disparate scale | Drew DeVault |
2017-11-01 | Fix backwards bit banging | Drew DeVault |
2017-11-01 | Use surface matrix for software cursors | Drew DeVault |
2017-11-01 | View view_at (and pointer events) for hidpi | Drew DeVault |
2017-11-01 | Handle output enter/leave correctly | Drew DeVault |
2017-11-01 | Send surface enter output events to clients | Drew DeVault |
2017-11-01 | Consider scale factor when rendering views | Drew DeVault |
2017-11-01 | Merge pull request #367 from acrisci/bug/dnd-force-cancel | Drew DeVault |
2017-11-01 | bugfix: dnd force cancel | Tony Crisci |
2017-11-01 | Merge pull request #366 from martinetd/no_config_start | Tony Crisci |
2017-11-01 | rootston: fix startup with no config | Dominique Martinet |
2017-11-01 | Re-enable hardware cursors | emersion |
2017-11-01 | Apply output transformation to pointer events in Wayland backend | emersion |
2017-10-31 | Merge pull request #352 from emersion/output-cursor | Tony Crisci |
2017-10-31 | Merge pull request #363 from acrisci/feature/grab-tweaks | Drew DeVault |
2017-10-31 | Make wlr_output_interface.enable optional | emersion |
2017-10-31 | Assert mandatory impl fields in wlr_output_init | emersion |
2017-10-31 | Fix segfaults on exit in examples/mutli-pointer | emersion |
2017-10-31 | Fix memory leak in wlr_cursor | emersion |
2017-10-31 | Destroy x11 output with backend | emersion |
2017-10-31 | Fix output_cursor_render bounds check | emersion |
2017-10-31 | rootston: end grab on escape | Tony Crisci |
2017-10-31 | Do not render off-screen software cursors | emersion |
2017-10-31 | Emit add event after configuring wlr_output_layout_output | emersion |
2017-10-31 | Remove outdated TODOs, use wlr_surface_has_buffer | emersion |
2017-10-31 | Fix wlr_cursor_destroy, handle device remove in examples/multi-cursor | emersion |
2017-10-31 | Add multi-pointer example | emersion |
2017-10-31 | Fix cursor hotspot with rotated outputs on DRM backend | emersion |
2017-10-31 | Remove wlr_cursor_set_xcursor for now | emersion |
2017-10-31 | Transform cursor hotspot, fix wayland cursor hotspot | emersion |
2017-10-31 | Transform cursor hotspot | emersion |
2017-10-31 | Manage wlr_output_cursor from wlr_cursor | emersion |
2017-10-31 | Fix rootston | emersion |
2017-10-31 | Add wlr_output_cursor | emersion |
2017-10-31 | Merge pull request #361 from emersion/output-layout-checked-allocs | Tony Crisci |
2017-10-31 | Merge pull request #362 from emersion/types-allocs-and-style | Tony Crisci |
2017-10-31 | Fix code style issues | emersion |
2017-10-31 | Fix remaining unchecked allocs in types and code style | emersion |
2017-10-31 | Check allocation errors in wlr_output_layout | emersion |
2017-10-30 | Merge pull request #360 from acrisci/bug/x11-output-free | Drew DeVault |
2017-10-30 | bug: free x11 backend output in destroy | Tony Crisci |
2017-10-30 | Merge pull request #358 from acrisci/refactor/sec-to-msec | Drew DeVault |
2017-10-30 | remove time usec | Tony Crisci |
2017-10-30 | Merge pull request #359 from acrisci/refactor/seat-handle-to-client | Drew DeVault |
2017-10-30 | rename wlr_seat to seat on seat structs | Tony Crisci |
2017-10-30 | rename seat handle to seat client | Tony Crisci |