Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-03 | Update CONTRIBUTING.md with protocol implementation guidelines | emersion | |
2018-05-03 | Merge pull request #935 from agx/cursor-output-transform | Drew DeVault | |
wlr_cursor: transform absolute coordinates | |||
2018-05-03 | Merge pull request #938 from emersion/reorder-seat | Drew DeVault | |
seat: split into multiple files | |||
2018-05-03 | seat: split into multiple files | emersion | |
2018-05-03 | Merge pull request #937 from emersion/reorder-data-device | emersion | |
data-device: split into multiple files | |||
2018-05-03 | Merge pull request #939 from ammen99/master | emersion | |
rootston: remove mode and transform signals when output is destroyed | |||
2018-05-03 | backend/wayland: don't transform pointer events | Guido Günther | |
We do this in a backend independent way in wlr_cursor now. | |||
2018-05-03 | backend/x11: don't transform pointer events | Guido Günther | |
We do this in a backend independent way in wlr_cursor now. | |||
2018-05-03 | wlr_cursor: transform absolute coordinates | Guido Günther | |
Honor output rotation when processing absolute coordinates. This fixes touch events on rotated outputs. Fixes #928 | |||
2018-05-03 | rootston: remove mode and transform signals when output is destroyed | Ilia Bozhinov | |
2018-05-02 | data-device: split into multiple files | emersion | |
2018-05-02 | Silently ignore touch_{motion,up} for unknown ids | Drew DeVault | |
2018-04-30 | Merge pull request #930 from emersion/input-device-output-name | emersion | |
Add wlr_input_device.output_name | |||
2018-04-30 | backend/{wayland,x11}: fix pointer coords for transformed outputs | emersion | |
2018-04-29 | backend/x11: add one pointer per output | emersion | |
2018-04-29 | backend/wayland: only set one pointer listener | emersion | |
2018-04-29 | rootston: map input devices with wlr_input_device.output_name | emersion | |
2018-04-29 | backend/wayland: create one virtual pointer per output | emersion | |
2018-04-29 | input-device: add output_name field, populate it from libinput | emersion | |
2018-04-29 | Merge pull request #926 from emersion/fix-x11-backend-memory-leaks | Drew DeVault | |
Fix some backend memory leaks | |||
2018-04-29 | Merge pull request #923 from emersion/cursor-unspecified-axes | Drew DeVault | |
cursor: use NAN for unspecified axes, refactor absolute warping code | |||
2018-04-28 | backend/x11: correctly destroy input devices | emersion | |
2018-04-28 | backend/headless: remove useless destructor | emersion | |
2018-04-28 | backend/wayland: add proper error handling to wlr_wl_backend_create | emersion | |
2018-04-28 | cursor: use NAN for unspecified axes, refactor absolute warping code | emersion | |
2018-04-27 | Merge pull request #921 from emersion/xwayland-firefox-popups | emersion | |
xwayland: make utility windows unmanaged again | |||
2018-04-27 | xwayland: make utility windows unmanaged again | emersion | |
7f70d244a9802207c258bd5da6d4ada5eb15484a made utility windows managed, because it made sense according to the spec. Turns out Firefox uses them for popups. | |||
2018-04-27 | Merge pull request #918 from emersion/xwayland-unmapped-request-configure | Drew DeVault | |
xwayland: forward configure events to compositor when unmapped | |||
2018-04-27 | Merge pull request #919 from emersion/xwayland-chromium-combobox | Drew DeVault | |
xwayland: fix some Chromium comboboxes | |||
2018-04-27 | Merge pull request #917 from emersion/fix-xdg-positioner-cast | Drew DeVault | |
xdg-shell: fix invalid xdg-positioner cast | |||
2018-04-26 | xwayland: fix some Chromium comboboxes | emersion | |
Some comboboxes (e.g. in chrome://flags) are advertized as… Notifications of course! Yeah, notifications, the thing that tells you you have mail, your battery is low, or the dog has eaten your carpet. This isn't the first time we notice Chromium's X11 backend is pretty shit. Anyway, added notifications and splash screens to the list of unmanaged windows. Also removed utility windows because those should be managed, but maybe I'm wrong and I'll revert this. | |||
2018-04-26 | xwayland: forward configure events to compositor when unmapped | emersion | |
2018-04-26 | xdg-shell: fix invalid xdg-positioner cast | emersion | |
2018-04-26 | Merge pull request #915 from emersion/redesign-compositor-resources | Drew DeVault | |
compositor: redesign how resources are managed | |||
2018-04-26 | compositor: redesign how resources are managed | emersion | |
All public resource creators now take a new ID for the resource and an optional list where the resource link is added. When the resource is destroyed it is its own responsibility to remove itself from the list. This removes the need for the caller to add a destroy listener. This commit fixes a few segfaults with resources not removed from the list when destroyed. | |||
2018-04-26 | Merge pull request #914 from emersion/misc-segfault-fixes | Drew DeVault | |
Misc segfault fixes | |||
2018-04-26 | xwayland/selection: fix little memory leak on error | emersion | |
2018-04-26 | xdg-shell: fix invalid wlr_xdg_positioner alloc | emersion | |
2018-04-26 | layer-shell: fix use-after-free when client requests an invalid layer | emersion | |
2018-04-26 | Merge pull request #890 from agx/layer-shell-empty-output-crash | Drew DeVault | |
layer-shell: Fix crash when cursor is intially outside any output | |||
2018-04-26 | layer-shell: Don't crash when the compositor didn't find a suitable output | Guido Günther | |
In that case it must have closed the surface. | |||
2018-04-26 | layer-shell: Fix crash when cursor is intially outside any output | Guido Günther | |
On the X11 backend the cursor position might be outside the output window so no output is returned leading to the assert to trigger. Use sane fallback instead of crashing. | |||
2018-04-26 | Merge pull request #912 from RyanDwyer/remove-bitchecks | Drew DeVault | |
Remove bitchecks from wlr_output_layout_adjacent_output() | |||
2018-04-26 | Merge pull request #913 from emersion/log-require-extension | Drew DeVault | |
Log required extension name if unavailable | |||
2018-04-26 | Log required extension name if unavailable | emersion | |
2018-04-26 | Make WLR_DIRECTION enum powers of 2 | Ryan Dwyer | |
2018-04-26 | Merge pull request #902 from emersion/various-memory-leaks | Drew DeVault | |
Various memory leaks | |||
2018-04-26 | Merge pull request #911 from RyanDwyer/fix-output-direction | Drew DeVault | |
Fix WLR_DIRECTION enums | |||
2018-04-26 | Merge pull request #882 from emersion/unprefix-local-symbols | Drew DeVault | |
Remove wlr_ prefix from local symbols | |||
2018-04-26 | Fix WLR_DIRECTION enums. | Ryan Dwyer | |
Having 0 as an enum value causes wlr_output_layout_adjacent_output() to never match WLR_DIRECTION_UP. |