Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-08 | Introduce wlr_buffer | emersion | |
2018-06-08 | Merge pull request #1049 from emersion/fix-xwayland-restart-on-shutdown | emersion | |
rootston: destroy xwayland before all clients | |||
2018-06-08 | rootston: destroy xwayland before all clients | emersion | |
Destroying all clients disconnects the xwayland client, and xwayland automatically restarts when disconnected. | |||
2018-06-08 | Merge pull request #1029 from emersion/wl-backend-keyboard-focus-keys | emersion | |
backend/wayland: fix keyboard keys not pressed/released when focus changes | |||
2018-06-07 | Merge pull request #1043 from acrisci/drag-icon-unmap | emersion | |
drag-icon map and unmap fixes | |||
2018-06-06 | Merge pull request #1045 from ammen99/master | emersion | |
xdg-shells: add a set_parent signal to toplevel surfaces | |||
2018-06-06 | dont damage drag icon after update_position | Tony Crisci | |
2018-06-06 | Merge pull request #1044 from emersion/fix-box-intersection | Tony Crisci | |
box: fix wlr_box_intersection | |||
2018-06-06 | Merge pull request #1036 from martinetd/subsurface-draworder | emersion | |
wlr_surface: walk up surfaces in reverse order | |||
2018-06-06 | xdg-shells: add a set_parent signal to toplevel surfaces | Ilia Bozhinov | |
2018-06-06 | box: fix wlr_box_intersection | emersion | |
2018-06-05 | update drag position at the right times | Tony Crisci | |
2018-06-05 | handle drag icon map in rootston | Tony Crisci | |
2018-06-05 | add back map event | Tony Crisci | |
2018-06-05 | rename drag-icon map to unmap | Tony Crisci | |
2018-06-05 | wlr_surface: insert subsurfaces in revert order | Dominique Martinet | |
sibling surfaces were drawn in incorrect order (e.g. latest below). This attempts to fix that by reverting the order of the list. | |||
2018-06-05 | Merge pull request #1040 from acrisci/fix-box-minus-one | emersion | |
fix wlr_box_intersection and closest_point | |||
2018-06-04 | fix wlr_box_intersection and closest_point | Tony Crisci | |
2018-06-04 | Merge pull request #1033 from RyanDwyer/fix-xdg-popups | Tony Crisci | |
Fix mistakes in xdg_popup and xdg_popup_v6 | |||
2018-06-04 | Merge pull request #1039 from acrisci/positioner-invert-x-fix | emersion | |
add missing anchor case in positioner invert-x for xdg-shell | |||
2018-06-04 | add missing anchor case in positioner invert-x | Tony Crisci | |
2018-06-04 | Merge pull request #1031 from martinetd/multibind-seat | emersion | |
seat: allow clients to bind to seat multiple times | |||
2018-06-04 | Merge pull request #1035 from martinetd/subsurface-root | emersion | |
wlr_surface_get_root_surface: walk up parent | |||
2018-06-05 | wlr_surface_get_root_surface: walk up parent | Dominique Martinet | |
This would dead-loop and never walk up if called on a subsurface | |||
2018-06-04 | Merge pull request #1034 from rah2501/armhf-printf-conversion-fix | emersion | |
wlr_linux_dmabuf: Fix printf conversion specifiers on armhf | |||
2018-06-04 | seat: allow clients to bind to seat multiple times | Dominique Martinet | |
This lets clients bind to a seat multiple times by re-using the existing wlr_seat_client whenever a duplicate request happens. Previously, an independant wlr_seat_client would be created and only events from one would be processed. Fixes #1023. | |||
2018-06-04 | wlr_linux_dmabuf: Fix printf conversion specifiers on armhf | Bob Ham | |
The printf conversion specifiers in a call to wl_resource_post_error do not specify the type correctly on armhf: ../types/wlr_linux_dmabuf.c: In function 'params_add': ../types/wlr_linux_dmabuf.c:104:21: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Werror=format=] "sent modifier %lu for plane %u, expected modifier %lu like other planes", ~~^ %llu To fix this, we use standard printf conversion specifier macros from inttypes.h. | |||
2018-06-04 | Fix mistakes in xdg_popup and xdg_popup_v6 | Ryan Dwyer | |
2018-06-04 | Merge pull request #1032 from acrisci/drag-icon-data | emersion | |
add data to wlr_drag_icon | |||
2018-06-03 | add data to wlr_drag_icon | Tony Crisci | |
2018-06-03 | Merge pull request #1030 from Shugyousha/removeSeatRemoveDevice | emersion | |
Remove redundant roots_seat_remove_device function | |||
2018-06-03 | Remove redundant roots_seat_remove_device function | Silvan Jegen | |
This function is unimplemented and is redundant because all devices added with roots_seat_add_device get destruction handlers assigned already. This fixes issue #998. | |||
2018-06-03 | backend/wayland: fix keyboard keys not pressed/released when focus changes | emersion | |
2018-06-03 | Merge pull request #1027 from Timidger/subsurface_data | emersion | |
Added data field to wlr_subsurface | |||
2018-06-02 | Added data field to wlr_subsurface | Timidger | |
2018-06-01 | Merge pull request #1022 from Ongy/master | emersion | |
Fix type in wlr_surface_get_extends | |||
2018-06-01 | Fix type in wlr_surface_get_extends | Markus Ongyerth | |
2018-06-01 | Merge pull request #1021 from Ongy/xdg_geometry | emersion | |
Add wlr_surface_get_geometry | |||
2018-06-01 | Add wlr_surface_get_geometry | Markus Ongyerth | |
This function defaults and clips the xdg-surface geometry to the bounding box of the surface + its subsurfaces, as specified by the protocol spec. | |||
2018-05-31 | Merge pull request #1020 from emersion/remove-check-dmabuf | emersion | |
render: remove wlr_renderer_check_import_dmabuf | |||
2018-05-30 | rootston: xdg-shell*: Fix get_size() for newly-mapped views | Genki Sky | |
The user-visible issue is that newly-mapped xdg-shell* windows would sometimes start with their top-left-corner, rather than their center, in the center of the screen. This is because get_size() would conservatively fall back on (width, height) == (0, 0) if both set_window_geometry() had not been called, and it found view->wlr_surface to be NULL. But, view->wlr_surface is only set to non-NULL in view_map(). We call get_size() before this. Fortunately, the wlr_surface in question is accessible via view->xdg_shell{,_v6}->surface, so always fall back on that. We can assert its presence instead of further falling back on (width, height) == (0, 0). Signed-off-by: Genki Sky <sky@genki.is> | |||
2018-05-30 | cleanup: Use void for zero-parameter functions | Genki Sky | |
Signed-off-by: Genki Sky <sky@genki.is> | |||
2018-05-30 | linux-dmabuf: fix bound checks for stride and height | emersion | |
- Fix bound checking for offset + stride * height - Make offset bound checking more consistent - Reject zero strides | |||
2018-05-30 | render: remove wlr_renderer_check_import_dmabuf | emersion | |
It's possible to implement it outside the renderer, by creating a texture and destroying it right away. This reduces the API surface of the renderer. | |||
2018-05-30 | Merge pull request #1019 from emersion/virtual-keyboard-destroy | emersion | |
virtual-keyboard: fix wlr_virtual_keyboard_manager_v1_destroy | |||
2018-05-30 | Merge pull request #1015 from emersion/dmabuf-single-modifier | Drew DeVault | |
Only allow one modifier per DMA-BUF, split attributes struct in render/ | |||
2018-05-30 | Only allow one modifier per DMA-BUF, split attributes struct in render/ | emersion | |
2018-05-30 | virtual-keyboard: fix wlr_virtual_keyboard_manager_v1_destroy | emersion | |
2018-05-30 | Merge pull request #1017 from tobiasblass/examples_rotation_fix_doublefree | emersion | |
Fix double-free in the rotation.c example. | |||
2018-05-30 | examples/output-layout: destroy wl_display | emersion | |
Thanks @tobiasblass for pointing this out. See #1017. |