Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-26 | Merge pull request #751 from emersion/rotated-surface-damage | Drew DeVault | |
Fix damage tracking for rotated surfaces | |||
2018-03-26 | rootston: add -D flag to enable damage tracking debugging | emersion | |
2018-03-26 | Fix damage tracking for rotated surfaces | emersion | |
It was broken because the damage extents were rotated about its own center, not about the center of the surface. This adds a new wlr_region_rotated_bounds that rotates regions. This allows us to have only one code path (for both non-rotated views and rotated views) and optimizes rendering for rotated views. | |||
2018-03-26 | render: add simple functions to render rectangles and ellipses | emersion | |
2018-03-24 | unified xdg-surface close | Tony Crisci | |
2018-03-23 | Merge branch 'master' into gles2-renderer-redesign | emersion | |
2018-03-22 | rootston/output: fix leak in damage_from_surface | Dominique Martinet | |
2018-03-21 | render/gles2: make wlr_renderer_begin take viewport size | emersion | |
This allows raw GL calls outside wlr_renderer to be removed. | |||
2018-03-19 | render: split render.h into wlr_renderer.h and wlr_texture.h | emersion | |
2018-03-18 | rootston rotation: change view->rotation sign | Dominique Martinet | |
The convetion with wlr_matrix changed and it's a good time to remove all these pesky minus signs | |||
2018-03-17 | Merge pull request #722 from emersion/matrix-redesign | Drew DeVault | |
Matrix redesign | |||
2018-03-17 | Merge pull request #711 from emersion/map-unmap | Tony Crisci | |
Add map/unmap to xdg-shell | |||
2018-03-15 | rootston: properly emit view unmap event | emersion | |
2018-03-15 | xdg-shell: add map/unmap support | emersion | |
2018-03-15 | Merge branch 'master' into matrix-redesign | emersion | |
2018-03-15 | matrix: use 2D matrices | emersion | |
2018-03-15 | Merge pull request #698 from agx/linux-dmabuf | emersion | |
Add initial linux_dmabuf protocol support | |||
2018-03-15 | Wire up linux_dmabuf in rootston | Guido Günther | |
2018-03-15 | matrix: unify API, don't use array pointers | emersion | |
2018-03-15 | matrix: move to types/ | emersion | |
2018-03-14 | rootston: don't center view if maximized | emersion | |
2018-03-13 | xdg-shell-v6: next_geometry and geometry fields are not longer pointers in ↵ | emersion | |
wlr_xdg_surface_v6 | |||
2018-03-13 | xdg-shell-v6: rename toplevel and popup fields in wlr_xdg_surface_v6 for ↵ | emersion | |
consistency | |||
2018-03-13 | xdg-shell-v6: redesign the configure/ack_configure workflow | emersion | |
2018-03-13 | rootston: unmap view after emitting destroy signal in view_destroy | emersion | |
2018-03-13 | rootston: destroy seat view on unmap | emersion | |
2018-03-12 | rootston: don't segfault when getting size of an unmapped xdg-shell view | emersion | |
2018-03-12 | rootston: add destroy to view interface | emersion | |
2018-03-12 | rootston: remove xdg-shell-v6 map/unmap listeners on destroy | emersion | |
2018-03-11 | rootston: fix segfault in handle_tablet_tool_destroy | emersion | |
2018-03-10 | xdg-shell-v6: add map signal | emersion | |
2018-03-09 | rootston: add view_map and view_unmap | emersion | |
2018-02-27 | set alpha to 1.0 for drag icons | Markus Ongyerth | |
2018-02-27 | set fullscreen alpha to 1 | Markus Ongyerth | |
2018-02-27 | Merge pull request #670 from Ongy/xwayland_unmanaged | emersion | |
add xwayland unmanaged tests to support dmenu | |||
2018-02-26 | add xwayland unmanaged tests to support dmenu | Markus Ongyerth | |
This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more fine grained control over XWayland focus. A surface that is unmanaged should not receive focus, while other windows that are just override redirect may want it (dmenu). The way unamanged is determined is taken from wlc. | |||
2018-02-25 | Merge pull request #659 from agx/alpha | Drew DeVault | |
Make wlr_render_with_matrix use alpha | |||
2018-02-25 | rootstion: handle alpha in server side decorations | Guido Günther | |
2018-02-25 | rootston: wire up window alpha keybinding | Guido Günther | |
2018-02-25 | rootston: Add alpha channel to views | Guido Günther | |
2018-02-25 | Add alpha to wlr_render_with_matrix | Guido Günther | |
so we can use the alpha channel to e.g. blend in textures | |||
2018-02-25 | rootston: add view_create | Guido Günther | |
so we can do basic view setup. Will be used to initialize alpha. | |||
2018-02-24 | Merge pull request #641 from Ongy/idle-inhibit | Tony Crisci | |
Add idle-inhibit implementation | |||
2018-02-23 | Merge pull request #654 from emersion/send-frame-done | emersion | |
rootston: send frame done events unconditionally | |||
2018-02-23 | rootston: fix user-after-free in output_handle_destroy | emersion | |
2018-02-23 | rootston: fix use-after-free in handle_keyboard_destroy | emersion | |
2018-02-20 | rootston: fix sending frame done to undefined view | emersion | |
2018-02-20 | rootston: don't send frame done if wlr_output manages the surface | emersion | |
2018-02-20 | rootston: send frame done events unconditionally | emersion | |
2018-02-17 | implements the idle_inhibit protocol type | Markus Ongyerth | |
This adds the types/wlr_idle_inhibit_v1 implementation. |