Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-19 | Merge pull request #986 from ammen99/master | emersion | |
gles2: pre-multiply alpha and fix blending function | |||
2018-05-18 | gles2: pre-multiply alpha and fix blending function | Ilia Bozhinov | |
2018-05-17 | Merge pull request #977 from emersion/split-xdg-shell | Drew DeVault | |
Split xdg-shell into multiple files | |||
2018-05-17 | xdg-output: bump output manager version to 2 | emersion | |
2018-05-17 | Merge pull request #966 from emersion/xdg-output-2 | emersion | |
Add support for version 2 of the xdg-output protocol | |||
2018-05-17 | Add support for version 2 of the xdg-output protocol | emersion | |
2018-05-16 | Merge pull request #983 from Ongy/drm_cursor_transform | emersion | |
update drm cursor matrix on set_transform | |||
2018-05-16 | recalculate cursor projection matrix on set_cursor | Markus Ongyerth | |
Updates the projection matrix for the cursor plane in the DRM backend, when the cursor is set, so new cursor are uploaded with the correct transformation. | |||
2018-05-16 | Merge pull request #982 from RedSoxFan/fix-alpha | emersion | |
Fix alpha for src_rgba and src_rgbx | |||
2018-05-15 | Fix alpha for src_rgba and src_rgbx | Brian Ashworth | |
2018-05-15 | Merge pull request #981 from emersion/fix-lingering-hw-cursor | Drew DeVault | |
output: fix lingering hardware cursors | |||
2018-05-15 | output: fix lingering hardware cursors | emersion | |
2018-05-14 | Merge pull request #979 from emersion/wayland-backend-title-output-name | Drew DeVault | |
backend/wayland: print output name in window title | |||
2018-05-15 | backend/wayland: print output name in window title | emersion | |
2018-05-14 | xdg-shell: split into multiple files | emersion | |
2018-05-14 | xdg-shell-v6: rename shared private functions to prevent conflicts with ↵ | emersion | |
xdg-shell stable | |||
2018-05-13 | Merge pull request #973 from emersion/split-xdg-shell-v6 | Drew DeVault | |
xdg-shell-v6: split into separate files | |||
2018-05-13 | xdg-shell-v6: split into separate files | emersion | |
2018-05-13 | Merge pull request #975 from acrisci/fix-pointer-example | Drew DeVault | |
pointer example fixes | |||
2018-05-13 | rename sample state to "state" | Tony Crisci | |
2018-05-13 | pointer example: use xcursor manager | Tony Crisci | |
2018-05-13 | Merge pull request #974 from agreppin/master | Drew DeVault | |
fix check of EGL_WL_bind_wayland_display presence | |||
2018-05-13 | make pointer show up in pointer example | Tony Crisci | |
2018-05-13 | Merge pull request #972 from emersion/fix-xdg-shell-popups | Drew DeVault | |
Fix xdg-shell stable popups | |||
2018-05-13 | fix check of EGL_WL_bind_wayland_display presence | Alain Greppin | |
2018-05-13 | xdg-shell: fix positioner | emersion | |
The anchor and gravity bitfields in xdg-shell-unstable-v6 have been changed to a plain enum whose values cannot be used as a bitfield in xdg-shell. While it makes input validation easier, it also makes positioner operations a pain in the ass. | |||
2018-05-12 | Don't use unsafe casts in wlr_xdg_popup_get_toplevel_coords | emersion | |
2018-05-12 | Merge pull request #971 from emersion/fix-xdg-output-transform | emersion | |
xdg-output: fix logical_size | |||
2018-05-12 | xdg-output: fix logical_size | emersion | |
It should be the size of the output in layout coordinates. Prior to this commit we were not applying the output transform to the size. | |||
2018-05-12 | Merge pull request #970 from emersion/pointer-axis-discrete | Drew DeVault | |
Add support for discrete axis values and axis source | |||
2018-05-12 | Send axis source event | emersion | |
2018-05-12 | Add support for discrete axis values | emersion | |
2018-05-11 | Merge pull request #969 from emersion/redesign-xdg-output-resource-destroy | Drew DeVault | |
xdg-output: redesign resource destroy | |||
2018-05-11 | xdg-output: redesign resource destroy | emersion | |
2018-05-11 | Merge pull request #932 from Timidger/standalone-examples | emersion | |
Made examples standalone | |||
2018-05-10 | Fixed emersion's issues | Timidger | |
2018-05-10 | Fixed style issues | Timidger | |
2018-05-10 | Remvoed unnecessary wayland socket in examples | Timidger | |
2018-05-10 | Fixed up building examples | Timidger | |
2018-05-10 | Made output layout example standalone | Timidger | |
2018-05-10 | Fixed indentation | Timidger | |
2018-05-10 | Multi-pointer ported over | Timidger | |
2018-05-10 | Made rotation example standalone | Timidger | |
2018-05-10 | Made tablet standalone | Timidger | |
2018-05-10 | Made touch standalone | Timidger | |
TODO test | |||
2018-05-10 | Made examples/pointer standalone | Timidger | |
2018-05-10 | simple now works on DRM | Timidger | |
2018-05-10 | Can now quit the simple example | Timidger | |
2018-05-10 | Got simple working without keyboard input | Timidger | |
2018-05-10 | Moved cat out of support, removed support | Timidger | |