207 Commits (fdc72edf8177f74b9565094559ebd0a717af93a0)

Author SHA1 Message Date
Camilla Löwy 79e7e65c9d Wayland: Clean up event pump ago%!(EXTRA string=3 years)
Jason Francis 094aa6d3c7 Wayland: Fix window hiding ago%!(EXTRA string=3 years)
Camilla Löwy c2f0a0ae59 Wayland: Fix duplicate focus event on activation ago%!(EXTRA string=3 years)
Emmanuel Gil Peyrot 68879081cb Wayland: Continue poll() if timerfd can’t be read ago%!(EXTRA string=3 years)
Camilla Löwy 3d52f7e345 Limit scope of some loop counters in C99 files ago%!(EXTRA string=4 years)
Camilla Löwy 56a4cb0a3a Add runtime platform selection ago%!(EXTRA string=4 years)
Waris Boonyasiriwat e7758c506d Wayland: Fix cursor offset when shape changes ago%!(EXTRA string=4 years)
Camilla Löwy 4cbe743b74 Wayland: Fix standard cursor name selection ago%!(EXTRA string=4 years)
Camilla Löwy 22b586b3d8 Add pluggable heap allocator ago%!(EXTRA string=4 years)
Camilla Löwy dffe203c17 Wayland: Make libwayland-client dynamically loaded ago%!(EXTRA string=4 years)
Luflosi 08e5a17063 Use switch statement instead of if-else-chain for cursor shapes ago%!(EXTRA string=5 years)
Leonard König 0dc1005c85 Wayland: Fix destroying CSDs in the correct order ago%!(EXTRA string=5 years)
Camilla Löwy 5f60c22cfa Wayland: Fix partial framebuffer size retrieval ago%!(EXTRA string=5 years)
Camilla Löwy 6d2003d07a Move management of shared state to shared code ago%!(EXTRA string=5 years)
Rokas Kupstys d285a9fdeb Add support for mouse input transparency ago%!(EXTRA string=5 years)
Camilla Löwy 0dea8a4441 EGL: Add support for EGL_ANGLE_platform_angle ago%!(EXTRA string=5 years)
Camilla Löwy aec9fae8f3 EGL: Add support for EGL_EXT_platform_base ago%!(EXTRA string=5 years)
Camilla Löwy d7f7b0e1b5 EGL: Replace native handle macros with functions ago%!(EXTRA string=5 years)
Camilla Löwy c72da994ba Wayland: Fix repeated keys reported to NULL window ago%!(EXTRA string=5 years)
Camilla Löwy 9a87c2a4b4 Add feature available/implemented errors ago%!(EXTRA string=5 years)
Luflosi d4f5074535 Replace %m conversion specifier with %s and strerror() ago%!(EXTRA string=5 years)
Camilla Löwy 7dbdd2e6a5 Add more standard cursors ago%!(EXTRA string=6 years)
Camilla Löwy 80fde12fda Wayland: Fix pointing hand cursor shape ago%!(EXTRA string=6 years)
luz.paz 7105ff2dfd Fix typos ago%!(EXTRA string=6 years)
Camilla Löwy 56aad76b16 Add C dialect reminders to each source file ago%!(EXTRA string=6 years)
Emmanuel Gil Peyrot 599fb3de34 Wayland: Remove wl_shell support ago%!(EXTRA string=6 years)
Camilla Löwy a337c56848 Start 3.4 ago%!(EXTRA string=6 years)
Camilla Löwy 44af6bb936 Wayland: Implement raw mouse motion control ago%!(EXTRA string=6 years)
Camilla Löwy 1155c83013 Rename raw input to raw mouse motion, cleanup ago%!(EXTRA string=6 years)
Nathan Poirier 9e29f556fd Add GLFW_RAW_INPUT and glfwRawInputSupported ago%!(EXTRA string=6 years)
Emmanuel Gil Peyrot 45bd991ea9 Wayland: Fix auto-iconify on kwin_wayland ago%!(EXTRA string=6 years)
Emmanuel Gil Peyrot edf0a07174 Wayland: Only auto-iconify fullscreen windows ago%!(EXTRA string=6 years)
Greg V 36ce73bbfd Wayland: use SHM_ANON on FreeBSD ago%!(EXTRA string=6 years)
Emmanuel Gil Peyrot c08abffc50 Wayland: Implement clipboard copy ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 8b54e28c4e Wayland: Implement clipboard paste ago%!(EXTRA string=7 years)
Ricardo Vieira 92b3fd02e5 wayland: save serial from all input sources ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot dcd2a19d90 Wayland: Add support for xdg-decoration ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 3e884aea46 Wayland: Use memfd_create() and seals if available ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot ab16fcc8db Wayland: Check for buffer creation failure ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 754b7feaa1 Wayland: Rename handlers for more unicity ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 4d3f0fb5df Wayland: Split long lines for function declaration ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 15cad02235 Wayland: Use HiDPI cursors for standard cursors ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot e0b83bbe8d Wayland: Use HiDPI cursors on decorations ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 5ea6e6cda2 Wayland: Add support for animated standard cursors ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot dede6d6886 Wayland: Add a timerfd for animated cursors ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 2926ce4838 Prevent resizing smaller than 1×1 ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot a0dbffb8f2 Set decorations as opaque, to optimise composition ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot dfc7eacd50 Do not leak the 1×1 buffer used for decorations ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot 0c4ca85149 Fix _glfwPlatformSetWindowMonitor to correctly destroy/recreate decorations ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot c9d691e65e Fix window size calculation when wp_viewporter isn’t supported ago%!(EXTRA string=7 years)