- 14 Jul, 2022 1 commit
-
-
There is a misunderstanding of current blur protocol in the previous fix. The update{Blur/Contrast}Region is only triggered by setting a new blur object, which essentially ignore update the future update of blur region. This tries to restore the old behavior, by always creating a new blur object, but always make sure we destroy them when being replaced. BUG: 456442
-
- 06 Jul, 2022 1 commit
-
-
Xuetian Weng authored
Blur/Contrast object does not need to be re-created everytime install a new blur. Otherwise blur/contrast object will be recreated everytime the window is resized, which would cause leaking in both compositor and client. Also, setRegion does not take over the ownership of wl_region, need to destroy it afterwards.
-
- 27 Jun, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 24 May, 2022 2 commits
-
-
Nicolas Fella authored
The earlier code checked for that, that check got removed inadvertently Also restructure code to always emit the result signal in case of errors BUG: 454341
-
Nicolas Fella authored
We obtain a wl_surface from Qt, create a KWayland::Surface from that only to then obtain the raw wl_surface from it Skip the intermediate step
-
- 19 May, 2022 3 commits
-
-
Antonio Rojas authored
It is no longer used
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 16 May, 2022 1 commit
-
-
Nicolas Fella authored
See frameworks/kwindowsystem@8d580e2f
-
- 21 Apr, 2022 1 commit
-
-
Volker Krause authored
-
- 18 Apr, 2022 1 commit
-
-
Nicolas Fella authored
The functionality has been added to kguiaddons directly
-
- 05 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 17 Jan, 2022 1 commit
-
-
David Redondo authored
They are tied to the lifetime of the tiles, so don't also make it managed by qApp. BUG:443706
-
- 13 Jan, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 14 Dec, 2021 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 15 Nov, 2021 1 commit
-
-
Vlad Zahorodnii authored
Currently, the KWindowEffects API provides no any way to notify the users that a particular effect has become unavailable. This means that some effects may not work as desired when they are enabled after starting plasma, e.g. panels may not slide, etc. With this change, effect data will be re-submitted to the compositor when the relevant globals are added.
-
- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 06 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 05 Oct, 2021 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 16 Sep, 2021 3 commits
-
-
Andrey Butirsky authored
Pairing commit for P-W BUG: 378694
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 08 Sep, 2021 1 commit
-
-
Andrey Butirsky authored
ShmPool tries to resize itself when creating new images if the existing allocated memory is too small. As shadows currently use a single shared pool, this potentially happens multiple times. When an SHMPool is resized, the existing memory allocation is invalid and all existing buffers have to be re-uploaded. This patch introduces one pool per tile, which alleviates that problem. BUG: 439408
-
- 02 Sep, 2021 1 commit
-
-
Jan Blackquill authored
-
- 28 Aug, 2021 3 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
- 24 Aug, 2021 1 commit
-
-
David Edmundson authored
-
- 15 Aug, 2021 1 commit
-
-
David Edmundson authored
WaylandIntegration::self()->activation() will return null if the compositor does not support activation. Any use must be guarded. BUG: 440448
-
- 28 Jun, 2021 1 commit
-
-
Laurent Montel authored
(With frameworks/extra-cmake-modules!145 we have disabled the C and C++ specific compiler extensions.)
-
- 14 Jun, 2021 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 11 Jun, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
Allow the request to go through even when there's no surface. Don't crash if we pass a nullptr QWindow.
-
- 05 Jun, 2021 1 commit
-
-
Luca Beltrame authored
Qt private headers don't have the dependencies they should have, hence the solution is to explicitly add them. CCMAIL: apol@kde.org
-
- 01 Jun, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 13 May, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-