Age | Commit message (Expand) | Author |
2018-06-13 | surface: remove wlr_surface.texture | emersion |
2018-06-08 | rootston: destroy xwayland before all clients | emersion |
2018-06-06 | dont damage drag icon after update_position | Tony Crisci |
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 | rename drag-icon map to unmap | Tony Crisci |
2018-06-01 | Add wlr_surface_get_geometry | Markus Ongyerth |
2018-05-30 | rootston: xdg-shell*: Fix get_size() for newly-mapped views | Genki Sky |
2018-05-29 | rootston: use wl_display_destroy_clients | emersion |
2018-05-29 | Merge pull request #999 from dcz-purism/virtual-keyboard | emersion |
2018-05-28 | virtual-keyboard: add support for the virtual-keyboard-v1 protocol | Dorota Czaplejewicz |
2018-05-25 | Merge pull request #993 from emersion/bind-wl-drm-in-renderer | emersion |
2018-05-25 | backends: implement custom EGL and renderer initialization | Ilia Bozhinov |
2018-05-24 | rootston: Keep focus unchanged when non-focusable element clicked | Dorota Czaplejewicz |
2018-05-24 | rootston: Disable keyboard focus on inactive views | Dorota Czaplejewicz |
2018-05-21 | render: bind wl_drm in renderer | emersion |
2018-05-20 | output: correctly clear screen when fullscreened | emersion |
2018-05-12 | Send axis source event | emersion |
2018-05-12 | Add support for discrete axis values | emersion |
2018-05-08 | Merge pull request #959 from VincentVanlaer/xwayland-lazy | emersion |
2018-05-08 | Document xwayland rootston config changes | Vincent Vanlaer |
2018-05-08 | Make lazy xwayland start default in rootston | Vincent Vanlaer |
2018-05-08 | rootston: remove outdated comment | emersion |
2018-05-08 | add wlr_layer_surface_surface_at | Markus Ongyerth |
2018-05-06 | Make startup command no longer wait for xwayland | Vincent Vanlaer |
2018-05-06 | Add option to rootston to start xwayland lazy | Vincent Vanlaer |
2018-05-06 | Allow xwayland to start lazily | Vincent Vanlaer |
2018-05-04 | Fix a rootston crash when a client creates non-topmost popups | emersion |
2018-05-03 | rootston: remove mode and transform signals when output is destroyed | Ilia Bozhinov |
2018-04-29 | rootston: map input devices with wlr_input_device.output_name | emersion |
2018-04-28 | cursor: use NAN for unspecified axes, refactor absolute warping code | emersion |
2018-04-26 | layer-shell: Fix crash when cursor is intially outside any output | Guido Günther |
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface on map/unmap | Guido Günther |
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface for popups | Guido Günther |
2018-04-23 | rootston: Send frame_done for popups too | Guido Günther |
2018-04-23 | rootston: Damage layer-shell popups | Guido Günther |
2018-04-23 | rootston: Let layer_surface_at look at popups | Guido Günther |
2018-04-23 | Finish forward-porting @acrisci's positioner work | Drew DeVault |
2018-04-23 | Basic layer popup rendering | Drew DeVault |
2018-04-22 | Implement output auto-selection in rootston | Drew DeVault |
2018-04-21 | Remove wlr_surface::subsurface | emersion |
2018-04-20 | Add wlr_renderer_init_wl_shm to advertize supported renderer formats | emersion |
2018-04-16 | rootston: don't crash on shutdown | Guido Günther |
2018-04-13 | Merge pull request #862 from emersion/renderer-scissor-upside-down | Drew DeVault |
2018-04-13 | Merge pull request #866 from emersion/xwayland-unmapped-on-create | emersion |
2018-04-13 | xwayland: emit new_surface when unmapped | emersion |
2018-04-13 | Fix gcc string truncation warnings | Dominique Martinet |
2018-04-12 | Make wlr_renderer_scissor take normal coords instead of upside-down ones | emersion |
2018-04-08 | Merge pull request #853 from emersion/xwayland-client-timeout | Drew DeVault |
2018-04-08 | Add wlr_xwayland_surface_ping | emersion |