165 Commits (c05acf6246eefb08533dc3955db7eac9d2d1c0ec)

Author SHA1 Message Date
Camilla Löwy c05acf6246 Wayland: Fix window not visible after initial swap ago%!(EXTRA string=3 years)
Camilla Löwy 12c2ccd609 Wayland: Remove window monitor array pre-alloc ago%!(EXTRA string=3 years)
Camilla Löwy 216ea3d735 Wayland: Remove superfluous initialize to NULL ago%!(EXTRA string=3 years)
Camilla Löwy c1ecd4673e Wayland: Move window title cloning to creation ago%!(EXTRA string=3 years)
Camilla Löwy 7bede13b1d Wayland: Gather framebuffer transparency logic ago%!(EXTRA string=3 years)
Camilla Löwy a3d1633e1d Wayland: Move surface creation function ago%!(EXTRA string=3 years)
Camilla Löwy 3f5dfeaf29 Wayland: Fix repeated key not released on defocus ago%!(EXTRA string=3 years)
Camilla Löwy 850893a39f Wayland: Control key repeat via timerfd state ago%!(EXTRA string=3 years)
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=4 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)