summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02build: bump to version 11.0.3 for the point release11.0.311.0Marius Vlad1-1/+1
2023-08-02backend-drm/meson.build: Require at least mesa 21.1.1Marius Vlad1-1/+1
2023-08-02xwm: WM_TRANSIENT_FOR should not point to override-redirect windowLiu, Kai11-1/+3
2023-07-13backend-drm: schedule connector disable for detached headMichael Tretter3-8/+27
2023-05-17build: bump to version 11.0.2 for the point release11.0.2Marius Vlad1-1/+1
2023-05-16libweston/input: Fix assert for valid confine regionSergio Gómez1-1/+1
2023-05-16libweston: Add assert for valid confine region in maybe_warp_confined_pointer()Sergio Gómez1-0/+1
2023-05-16libweston: Add view unmap listener to pointer constraintsSergio Gómez3-15/+34
2023-05-16libweston/input: Remove redundant surface destroy listener in constraintsSergio Gómez2-18/+0
2023-05-16desktop-shell: avoid crashes when a surface disappears during resizeMichael Olbrich1-3/+3
2023-05-16libweston: clear parent_view when the parent view is destroyedMichael Olbrich1-0/+1
2023-05-16xwayland: Handle shell hint for client to choose dimensionsAlexandros Frantzis1-9/+37
2023-05-16desktop-shell: do not forget to reset pending config size after resizesLeandro Ribeiro1-0/+2
2023-05-16backend-drm: Do not overwrite plane's index when creating virtual planeMarius Vlad1-0/+15
2023-05-16pipewire-plugin: Check virtual outputs/remoting instanceMarius Vlad1-0/+13
2023-05-16pipewire: Destroy the pipewire outputs at shutdownMarius Vlad1-0/+4
2023-05-16pipewire: Fix memleak upon compositor shutdownMarius Vlad1-0/+2
2023-05-16pipewire: Follow-up with remoting pluging when releasing the headMarius Vlad1-1/+2
2023-05-16remoting-plugin: Check virtual outputs/remoting instanceMarius Vlad1-0/+13
2023-05-16remoting-plugin: Release and detach the headMarius Vlad1-1/+2
2022-12-14build: bump to version 11.0.1 for the point release11.0.1Marius Vlad1-1/+1
2022-12-12xwm: Propagate selection ownership immediatelyDerek Foreman1-0/+2
2022-12-12xwm: Don't crash when setting selection with no seatDerek Foreman1-0/+6
2022-11-21ivi-shell: Move out weston_desktop_shell at the endMarius Vlad1-1/+1
2022-11-21hmi-controller: Add missing removal of destroy listenerMarius Vlad1-0/+2
2022-11-21kiosk-shell: Don't use a modifier for surface activation bindingsAlexandros Frantzis1-3/+3
2022-11-21ivi-shell: fix cleanup of desktop surfacesMichael Tretter1-0/+8
2022-11-21ivi-shell: fix free in get_layers_under_surfaceMichael Tretter1-5/+4
2022-11-21kiosk-shell: Update view transform after activation.Alexandros Frantzis1-0/+1
2022-11-21screenshooter: Add SHM buffer destroy listener to avoid invalid memcpyPaul Kocialkowski1-4/+29
2022-11-21xwm: Check size hints in weston_wm_window_is_positioned()Derek Foreman1-0/+3
2022-11-21compositor/shared: Suppress write(2) warningsMarius Vlad3-10/+14
2022-11-21backend-rdp/rdpclip: Avoid printing negative indexMarius Vlad1-2/+2
2022-11-21doc/sphinx: Make doxygen warn as error depend on meson werror flagMarius Vlad2-1/+2
2022-11-21Don't change the max_bpc connector prop if mode=current.vanfanel6-13/+36
2022-11-21backend-wayland: always propagate touch frame eventMichael Olbrich1-4/+5
2022-11-21input: send touch frame event after up eventMichael Olbrich1-2/+61
2022-09-22build: bump to version 11.0.0 for the official release11.0.0Simon Ser1-1/+1
2022-09-15build: bump to version 10.0.94 for the RC2 release10.0.94Simon Ser1-1/+1
2022-09-14libweston: Skip views without a layer assignment in output_mask calculationsAlexandros Frantzis1-9/+11
2022-09-14clients/eventdemo: Remove duplicated param entriesMarius Vlad1-2/+0
2022-09-13doc: remove directives deprecated in Doxygen 1.9.5Pekka Paalanen1-40/+0
2022-09-12clients: Fix cursors when compositor gives wl_seat before wl_compositorDerek Foreman1-2/+11
2022-09-06build: bump to version 10.0.93 for the RC1 release10.0.93Simon Ser1-1/+1
2022-09-02libweston/input: Assert if we're still having a notify listener installedMarius Vlad1-0/+1
2022-09-02libweston/backend-x11: Tracking previous events over multiple callsMarius Vlad1-18/+18
2022-08-31backend-drm: fix plane sortingMichael Olbrich1-2/+2
2022-08-23build: bump to version 10.0.92 for the beta release10.0.92Simon Ser1-1/+1
2022-08-22simple-egl: Update buffer_size dimensions when starting as maximizedMarius Vlad1-83/+89
2022-08-12clients/simple-egl: call eglSwapInterval after eglMakeCurrentErik Kurzinger1-3/+3