Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-04 | Update sizes for new EDID database. | Aidan Epstein | |
2018-10-03 | output: make gamma size a size_t and gamma table const | emersion | |
2018-09-27 | Merge pull request #852 from Laaas/master | Drew DeVault | |
Implement pointer-constraints-unstable-v1 protocol | |||
2018-09-27 | pointer-constraints: add unstable header | emersion | |
2018-09-27 | seat: remove unused keyboard focus_change event | emersion | |
2018-09-27 | pointer-constraints: use proper wayland-scanner functions | emersion | |
2018-09-27 | pointer-constraints: refactoring | emersion | |
* Rename the constraint_create signal to new_constraint for consistency * Move the constraint_destroy signal to the constraint itself * Use rotate_child_position instead of duplicating logic * Fix inert constraint resource handling * Style fixes | |||
2018-09-26 | pointer-constraints: make region not a pointer, add committed bitfield | emersion | |
2018-09-26 | pointer-constraints: rename wl_{global,resources} | emersion | |
2018-09-24 | xwayland: Introduce set_decorations event | Ryan Dwyer | |
2018-09-19 | Merge pull request #1253 from RyanDwyer/multi-for-each-backend | emersion | |
Introduce wlr_multi_for_each_backend | |||
2018-09-19 | Introduce wlr_multi_for_each_backend | Ryan Dwyer | |
2018-09-18 | export-dmabuf: disable hardware cursors if desired | emersion | |
Also make the frame resource inert when sending "ready". | |||
2018-09-18 | output: add wlr_output_set_hardware_cursors_enabled | emersion | |
And use it in screencopy. | |||
2018-09-18 | Send unique keymap file descriptors | random human | |
To prevent wl_keyboard keymap being written to by clients, use a unique file descriptor for each wl_keyboard resource. Reference: weston, commit 76829fc4eaea329d2a525c3978271e13bd76c078 | |||
2018-09-18 | Implement pointer-constraints protocol in wlroots and rootston | Las | |
2018-09-18 | Add wlr_surface::input_region member | Las | |
This is analogous to the opaque_region member. In addition the code for setting the opaque region is cleaned up. | |||
2018-09-18 | Make (wlr_)seat_client_from_pointer_resource public | Las | |
2018-09-18 | Add focus change event for seats | Las | |
2018-09-14 | Merge pull request #1241 from emersion/output-enable-error-checking | Drew DeVault | |
output: make wlr_output_enable return a bool | |||
2018-09-14 | Merge pull request #1243 from emersion/layer-shell-suffix | Drew DeVault | |
layer-shell: add _v1 suffix | |||
2018-09-14 | layer-shell: add _v1 suffix | emersion | |
2018-09-14 | xdg-output: add _v1 suffix | emersion | |
2018-09-14 | output: make wlr_output_enable return a bool | emersion | |
2018-09-12 | Merge pull request #1160 from Ongy/tablet-grabs | emersion | |
Tablet grabs | |||
2018-09-07 | Fix #1129 and remove sx, sy from wlr_drag_icon | nyorain | |
sx, sy used to store the buffer offset of the drag surface which was then be added (by rootston) to the drag icon position. Buffer offsets are handled already in surface_intersect_output (output.c) so they were added twice for dnd surfaces. | |||
2018-09-03 | Merge pull request #1213 from arandomhuman/wlr_log_get_verbosity | Drew DeVault | |
Add wlr_log_get_verbosity method | |||
2018-09-03 | Update wlr_log_init docs | random human | |
2018-09-03 | xwayland: Introduce set_role event | Ryan Dwyer | |
2018-09-02 | xwayland: Introduce request_activate event | Ryan Dwyer | |
2018-09-02 | xwayland: Add WM_STATE modal property | Ryan Dwyer | |
Adds a modal property to indicate whether the surface wants to be a modal. | |||
2018-09-01 | Add function wlr_log_get_verbosity() | random human | |
Returns the verbosity passed to wlr_log_init(). | |||
2018-08-31 | add missing wlr_box.h include in wlr_screencopy_v1.h | Ilia Bozhinov | |
2018-08-26 | Add destroy signals to types that are destroyed by wl_display_destroy | Alexander Bakker | |
2018-08-25 | Merge pull request #1199 from apreiml/farthest_output | Brian Ashworth | |
introduce wlr_output_layout_farthest_output | |||
2018-08-25 | introduce wlr_output_layout_farthest_output | Armin Preiml | |
Similar to wlr_output_layout_adjacent_output but will return the one that is the farthest away from the reference in given direction. | |||
2018-08-24 | Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" | Scott Anderson | |
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0. | |||
2018-08-23 | Revert "Merge pull request #1194 from ascent12/meson_feature" | Drew DeVault | |
This breaks wlroots when used as a meson subproject. This reverts commit dea311992eb4ff3e343c3cf5b0603034223d2a42, reversing changes made to 6db9c4b74667c1d917d720f5e96985a2461569fb. | |||
2018-08-23 | Use input file for configure_file | Scott Anderson | |
This is so we can potentially add comments to it, and so if a user looks at the installed header, they can see the /* #undef WLR_HAS_FEATURE */ line to see every option, even if not available. | |||
2018-08-22 | Install headers explicitly | Scott Anderson | |
2018-08-13 | move wlr_drm_connector_add_mode to wlr/backend/drm.h | Ilia Bozhinov | |
2018-08-09 | remove dangling declaration of wlr_xdg_surface_popup_get_position() | Ilia Bozhinov | |
2018-08-06 | tablet-v2 tool: Implement implicit grab | Markus Ongyerth | |
Implement the tablet-v2 tablet tool's implicit grab semantics for buttons and tip. This avoids losing focus (to other [sub]surfaces) when a button is held, or the tip is down. This should help when the device is used close to a surface's border and would otherwise have to be very precise. | |||
2018-08-02 | Merge pull request #1157 from emersion/wlr-gamma-control | Drew DeVault | |
Implement wlr-gamma-control-unstable-v1 | |||
2018-08-02 | backend/drm: allow to pass empty gamma ramp to reset it | emersion | |
2018-08-02 | output: document gamma functions | emersion | |
2018-08-02 | Implement wlr-gamma-control-unstable-v1 | emersion | |
2018-08-02 | xwayland: document SIGUSR1 handler | emersion | |
2018-08-02 | Merge pull request #1053 from emersion/xdg-decoration | Drew DeVault | |
Add xdg-decoration-unstable-v1 support | |||
2018-07-29 | Initial pass on API stability guarantees | Drew DeVault | |
This introduces -DWLR_USE_UNSTABLE and adds information regarding the stability status to all headers. I started with a conservative set of headers to mark as stable: - types/wlr_matrix.h - util/edges.h - util/log.h - util/region.h - xcursor.h |