- 18 Dec, 2011 4 commits
-
-
Thomas Lübking authored
also - replace QHash::operator[] - replace double by float (-> ARM, and we don't need that precision) - weaken some value checks ("== 1.0f") - fix last paint of hiding windows (w->addRepaintFull() trap) REVIEW: 103404
-
Thomas Lübking authored
BUG: 278981 REVIEW: 103391
-
Thomas Lübking authored
BUG: 288721 REVIEW: 103387
-
Script Kiddy authored
-
- 17 Dec, 2011 2 commits
-
-
Script Kiddy authored
-
Martin Flöser authored
http://techbase.kde.org/Development/Tutorials/KWin/Scripting/API So no need any more for the API doc generator nobody knew about.
-
- 13 Dec, 2011 2 commits
-
-
Philipp Knechtges authored
Renaming _KDE_NET_WM_OPAQUE_REGION to _NET_WM_OPAQUE_REGION because it is now an official part of the spec, see http://www.mail-archive.com/wm-spec-list@gnome.org/msg00842.html
-
Script Kiddy authored
-
- 11 Dec, 2011 1 commit
-
-
Script Kiddy authored
-
- 10 Dec, 2011 11 commits
-
-
Martin Flöser authored
Finally it is possible :-) If it causes an impact on performance during the release candidates I'm going to revert. REVIEW: 103375 BUG: 255106 FIXED-IN: 4.8.0
-
Martin Flöser authored
Make use of new extension of protocol for magic number -1. If offset is -1 KWin has to decide the offset. This fixes all the incorrect animations and allows us to perform clipping again by filtering out the window quads which should not be visible. Additionally the effect now sanitizes the offset. That is for e.g. Yakuake setting an offset of 0, but there is a strut on the top corner causing Yakuake not to appear on 0, but with an offset of the strut. Such cases are now considered as well and the animation is fixed. REVIEW: 103367 BUG: 287602 CCBUG: 261159 CCBUG: 278760 FIXED-IN: 4.8.0
-
Philipp Knechtges authored
The windows, that are considered to be always on top and that are on all desktops, should also be always painted on top of everything while switching the desktop.
-
Thomas Lübking authored
REVIEW: 103379
-
Thomas Lübking authored
BUG: 81271 REVIEW: 103377
-
Thomas Lübking authored
BUG: 95627 REVIEW: 103376
-
Thomas Lübking authored
-
Thomas Lübking authored
CCBUG: 288271 REVIEW: 103350
-
Thomas Lübking authored
BUG: 270498 REVIEW: 103349
-
Philipp Knechtges authored
This fixes graphical glitches that appear next to the borders of plasma tooltips. Additionally I added a variable that forces the effect to drop the cache, which might be useful in the future to fix bugs.
-
Philipp Knechtges authored
This should fix 2 issues with the blur effect: - It is now sufficient to have a damaged EXPANDED blurArea to trigger an update of the caching texture. - No glitches in cases where the taskbarthumbnail effect paints a thumbnail of a blurred window. CCBUG: 288568
-
- 09 Dec, 2011 3 commits
-
-
Martin Flöser authored
Fixes a regression. When resize effect is available we can do a fast resizing by only perform the resizing after the user ended resizing the window. REVIEW: 103363
-
Martin Flöser authored
It was only applied initially, but force did not work. REVIEW: 103364
-
Script Kiddy authored
-
- 08 Dec, 2011 2 commits
-
-
T.C. Hollingsworth authored
CCMAIL: kde-i18n-doc@kde.org
-
Script Kiddy authored
-
- 07 Dec, 2011 1 commit
-
-
Script Kiddy authored
-
- 06 Dec, 2011 4 commits
-
-
Script Kiddy authored
-
Thomas Lübking authored
It's more a timing than an event queue thing?! This reverts commit 5a3bf46244bfc92aea1ab4683c5b31c018ce1320.
-
Thomas Lübking authored
It's more a timing than an event quqe thing?! This reverts commit c039abe4eadafb16c6556ff07ea091f606b234fb.
-
Thomas Lübking authored
-
- 05 Dec, 2011 4 commits
-
-
Thomas Lübking authored
createwindow -> manage does so anyway REVIEW: 103337
-
Thomas Lübking authored
-
Thomas Lübking authored
destroying the scene in the same event cycle BUG: 242116 REVIEW: 103336
-
Christophe Giboudeaux authored
-
- 04 Dec, 2011 3 commits
-
-
Aaron J. Seigo authored
Conflicts: kwin/CMakeLists.txt libs/kworkspace/CMakeLists.txt libs/kworkspace/kactivityconsumer.h libs/kworkspace/kactivitycontroller.h libs/kworkspace/kactivityinfo.h plasma/desktop/shell/activitymanager/activityicon.cpp
-
Martin Flöser authored
Fixes mouse clicks not being accepted in TabBox in case the view had started to scroll.
-
Martin Flöser authored
BUG: 288212 FIXED-IN: 4.8.0
-
- 01 Dec, 2011 3 commits
-
-
Philipp Knechtges authored
The mesa egl_glx egl driver only provides indirect rendering which is insufficient for GLES2.
-
Philipp Knechtges authored
There seems to be a problem with nouveau GLES if you want to create an EGLImageKHR more than once in a frame for the same pixmap. This patch circumvents the problem in the way that it implements tfp the same way as the mesa example in mesa/demos/src/egl/opengles1/texture_from_pixmap.c does it. A nice side effect of this is that it also avoids the overhead of recreating the texture for every damaged window. REVIEW: 103303
-
Thomas Lübking authored
BUG: 284738
-