Age | Commit message (Expand) | Author |
2017-11-01 | multi_backend_destroy: fix trivial use-after-free | Dominique Martinet |
2017-11-01 | Indentation fix | Dominique Martinet |
2017-11-01 | rootston exit: fix libinput destroy | Dominique Martinet |
2017-11-01 | rootston exit: fix drm destroy | Dominique Martinet |
2017-11-01 | Remove mysterious hotspot switch in DRM backend | emersion |
2017-11-01 | Fix hidden software cursors, fix cursor transformations on DRM backend | emersion |
2017-11-01 | Apply output transformation to pointer events in Wayland backend | emersion |
2017-10-31 | Make wlr_output_interface.enable optional | emersion |
2017-10-31 | Destroy x11 output with backend | emersion |
2017-10-31 | Fix cursor hotspot with rotated outputs on DRM backend | emersion |
2017-10-31 | Transform cursor hotspot, fix wayland cursor hotspot | emersion |
2017-10-31 | Transform cursor hotspot | emersion |
2017-10-31 | Add wlr_output_cursor | emersion |
2017-10-30 | bug: free x11 backend output in destroy | Tony Crisci |
2017-10-30 | remove time usec | Tony Crisci |
2017-10-30 | refactor input time_sec to time_msec | Tony Crisci |
2017-10-28 | Fix segfault in DRM cursor | Drew DeVault |
2017-10-26 | Do not set hw cursor if disabled when switching VT | emersion |
2017-10-23 | Send output current mode when changed | emersion |
2017-10-23 | Merge pull request #286 from versusvoid/update-connector-crtc-bindings | Scott Anderson |
2017-10-22 | Rescan connectors on DRM resume | Versus Void |
2017-10-22 | Set crtc field when scanning for DRM connectors | Versus Void |
2017-10-22 | Reinitialize only changed DRM outputs after setting mode on one | Versus Void |
2017-10-22 | Emit output resolution event only when resolution changes | Versus Void |
2017-10-22 | Cleanup wlr_gamma_control | emersion |
2017-10-22 | Create globals only for enabled outputs in DRM backend | emersion |
2017-10-22 | Forgot to rename these | Drew DeVault |
2017-10-22 | Fix index computation in DRM output scan and CRTC match | Versus Void |
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 | Merge pull request #308 from ascent12/render-fixups | Drew DeVault |
2017-10-22 | Remove drm field from wlr_drm_connector | Scott Anderson |
2017-10-22 | Add pointer to backend inside wlr_output | Scott Anderson |
2017-10-22 | Remove unnecesary wlr_renderers | Scott Anderson |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson |
2017-10-21 | Remove wl_list_init when using wl_signal_add | emersion |
2017-10-20 | Replace list_t with wl_list in wlr_wl_backend | Heghedus Razvan |
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-20 | Replace list_t with wl_list in wlr_drm_backend | Heghedus Razvan |
2017-10-20 | Replace list_t with wl_list in wlr_multi_backend | Heghedus Razvan |
2017-10-18 | Fix hidden cursor on wayland backend | emersion |
2017-10-17 | Merge pull request #257 from emersion/fix-client-cursors | Drew DeVault |
2017-10-14 | Fix duplicated pointer axis events | D.B |
2017-10-12 | Better handling of hidden cursors in wayland backend, add TODOs | emersion |
2017-10-12 | Allow to update the cursor hotspot without its pixels | emersion |
2017-10-11 | Add FreeBSD compatibility | Greg V |
2017-10-08 | Add wlr_output_set_cursor_surface | emersion |
2017-10-08 | Merge pull request #236 from ascent12/gl-loader | Drew DeVault |
2017-10-08 | Merge pull request #240 from acrisci/feature/x11-backend-axis | Drew DeVault |