Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-09 | examples/layer-shell: premultiply alpha | Kirill Primak | |
2021-12-07 | examples/layer-shell: remove wlroots dependency | Simon Ser | |
This is a client example, it shouldn't use a compositor library like wlroots. | |||
2021-02-14 | examples: drop wlr/render/egl.h include from client examples | Simon Ser | |
We use egl_common.h instead. Fixes: 34e7f69d6942 ("examples: remove dependency on wlr_egl from clients") | |||
2021-01-29 | examples: remove dependency on wlr_egl from clients | Brandon Dowdy | |
The specified clients in this commit used to rely on wlr_egl and some of its related functions in order to render surfaces. This is no longer the case as of this commit. | |||
2021-01-12 | layer-shell: allow new values for keyboard-interactivity | Daniel Kondor | |
Value is now an enum with a new value ("on-demand") that compositors can use to allow "normal" keyboard focus semantics regardless of the layer the client surface is on. An error is sent for invalid keyboard interactivity values. The old behavior is retained for clients using the previous version of the protocol. Also adjusted the layer-shell example program to use the new keyboard interactivity options. | |||
2021-01-12 | render/egl: replace init/finish with create/destroy | Simon Ser | |
This ensures wlr_gles2_renderer can properly take ownership of the wlr_egl. Closes: https://github.com/swaywm/wlroots/issues/2612 | |||
2021-01-12 | render/egl: remove support for EGL_NATIVE_VISUAL_ID | Simon Ser | |
Nobody uses it anymore. | |||
2021-01-04 | examples: remove visual for EGL_PLATFORM_WAYLAND_EXT | Simon Ser | |
The Wayland EGL platform doesn't have visuals. | |||
2019-01-07 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich | |
As evdev-proto is installed by CI some files have been missed: ../examples/pointer-constraints.c:2:10: fatal error: 'linux/input-event-codes.h' file not found #include <linux/input-event-codes.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../examples/relative-pointer-unstable-v1.c:5:10: fatal error: 'linux/input-event-codes.h' file not found #include <linux/input-event-codes.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
2018-12-30 | examples/layer-shell.c: check popup exists before drawing | Ian Fan | |
2018-09-26 | Fix unknown cursor in layer-shell example | emersion | |
2018-08-16 | Fix build on FreeBSD | emersion | |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-05-30 | cleanup: Use void for zero-parameter functions | Genki Sky | |
Signed-off-by: Genki Sky <sky@genki.is> | |||
2018-04-24 | render/egl: add wlr_egl_destroy_surface | emersion | |
2018-04-23 | examples/layer-shell: take an explicit grab on the popup | Guido Günther | |
This demonstrates popups can be closed by clicking on the area outside the popup and parent. | |||
2018-04-23 | examples: Allow to close the popup | Guido Günther | |
So we can the xdg_popup_destroy path. | |||
2018-04-23 | examples: Handle input entering popup in layer-shell | Guido Günther | |
Change the cursor when entering the popup and make mouse buttons change the red component of the square. This makes sure we can handle input correctly. | |||
2018-04-23 | examples: Animate popup in layer-shell | Guido Günther | |
2018-04-23 | examples: Drop unused variable | Guido Günther | |
2018-04-23 | Fix popup positioning & double popups | Drew DeVault | |
2018-04-23 | Finish forward-porting @acrisci's positioner work | Drew DeVault | |
2018-04-23 | Forward-port xdg-shell-v6 positioner improvements | Drew DeVault | |
2018-04-23 | Add (shitty) support for popups to layer example | Drew DeVault | |
2018-04-22 | Update layer shell example -o behavior | Drew DeVault | |
2018-04-08 | Fix syntax errors | Drew DeVault | |
Build before you commit, dumbass | |||
2018-04-08 | Fix assertions with side-effects | Drew DeVault | |
Fixes #1725 | |||
2018-04-02 | Always give keyboard focus to the topmost layer | Drew DeVault | |
2018-04-02 | Identify topmost interactive layer surface | Drew DeVault | |
2018-03-30 | Add more exotic cursor for layer shell example | Drew DeVault | |
So it's more obvious that it's being set | |||
2018-03-30 | Address review feedback | Drew DeVault | |
2018-03-30 | Minor bugfixes | Drew DeVault | |
2018-03-30 | Add pointer support to layer shell example | Drew DeVault | |
2018-03-27 | Fix issue starting up client EGL on X11 backend | Drew DeVault | |
2018-03-27 | Fix surface layer damage tracking | Drew DeVault | |
2018-03-27 | Add margin animation to the example demo | Drew DeVault | |
2018-03-27 | Fix layer rendering/layout bugs | Drew DeVault | |
2018-03-27 | Fix rebase issues; rearrange layers on destroy | Drew DeVault | |
2018-03-27 | Add layer_surface.close | Drew DeVault | |
2018-03-27 | Fix exclusive zone among other layers | Drew DeVault | |
2018-03-27 | Fix issue with multiple outputs in layer example | Drew DeVault | |
2018-03-27 | Implement layer surface damage | Drew DeVault | |
2018-03-27 | Arrange & render layer surfaces | Drew DeVault | |
2018-03-27 | Fix issues preventing layer from getting allocated | Drew DeVault | |
Now all of the steps to get rootston a reference to the layer surface are correctly wired up. | |||
2018-03-27 | Fix strcmp use | Drew DeVault | |
2018-03-27 | Add broken test client and rootston stubs | Drew DeVault | |