Script Kiddy
1eb1c85289
SVN_SILENT made messages (.desktop file)
2011-07-13 09:17:45 +02:00
Script Kiddy
4eba738a3f
SVN_SILENT made messages (.desktop file)
2011-07-12 10:36:56 +02:00
Script Kiddy
2ae92ab509
SVN_SILENT made messages (.desktop file)
2011-07-09 09:40:35 +02:00
Script Kiddy
d414f57c8d
SVN_SILENT made messages (.desktop file)
2011-07-07 10:20:05 +02:00
Script Kiddy
976f396fc7
SVN_SILENT made messages (.desktop file)
2011-07-06 10:41:48 +02:00
Martin Gräßlin
e6b5a428ea
Disable build of MagnifierEffect
...
Magnifier is broken without PaintClipper.
Needs a better implementation, see:
http://lists.kde.org/?l=kwin&m=130972453005390&w=2
2011-07-05 20:22:44 +02:00
Martin Gräßlin
fa30d774af
Paint windows on edge without Lanczos filger
...
This makes it possible to use BoxSwitch in animated mode wihout
PaintClipper.
2011-07-05 20:18:21 +02:00
Martin Gräßlin
1793343847
Make Slideback work on OpenGL without PaintClipper
2011-07-05 20:18:21 +02:00
Martin Gräßlin
8fa22d0f6a
Remove PaintClipper from CoverSwitch
...
Reflection in a vertical multiscreen setup are kind of broken without
PaintClipper. But we have to ask ourselfe whether CoverSwitch in a
vertical multi screen setup makes sense and whether it's useful to
have reflections in such a setup.
Horizontal multiscreen setup works fine (also with reflections).
2011-07-05 20:18:20 +02:00
Martin Gräßlin
9c8ebfc1fd
Remove PaintClipper in GL mode from DesktopGrid
...
Seems to not be needed at all.
2011-07-05 20:18:20 +02:00
Martin Gräßlin
572368ea27
Make Slidingpopus work without PaintClipper
...
Add correct region to repaint, this just used to be clipped before.
2011-07-05 20:18:20 +02:00
Martin Gräßlin
050ea5010b
Remove PaintClipper from Cube
...
Seems to be a relict from the time when we scaled the cube on one screen.
2011-07-05 20:18:19 +02:00
Philipp Knechtges
827f9219be
kwin: add support for y-inverted textures to the Cube effect
2011-07-04 17:50:12 +02:00
Martin Gräßlin
aa3f7a6f4e
Merge branch 'KDE/4.7'
2011-07-03 12:36:54 +02:00
Martin Gräßlin
78dd6e6859
Fix rendering glitch in screenshot effect with Raster
...
We have to set the bit depth of the XPixmap to 32 in order to get
an alpha channel and we have to render the grabbed image using
composition mode Source in order to just copy all pixels to the
destination pixmap.
BUG: 276719
FIXED-IN: 4.7.0
2011-07-03 12:23:11 +02:00
Martin Gräßlin
7e3f6931e4
Merge branch 'KDE/4.7'
2011-07-03 11:09:14 +02:00
Martin Gräßlin
5c0d24c7bf
Fix a rendering glitch caused by the reflections in CoverSwitch
...
Seems like we need to use drawWindow instead of paintWindow or
KWin will keep some parts of the paint data.
BUG: 276810
FIXED-IN: 4.7.0
2011-07-03 11:07:27 +02:00
Thomas Lübking
a1b110634f
zoom effect: fix xcursor loading, implement cursor scaling for XRender
2011-07-02 20:07:09 +02:00
Thomas Lübking
c2e06221ca
zoom effect: fix xcursor loading, implement cursor scaling for XRender
2011-07-02 20:03:12 +02:00
Martin Gräßlin
135d835dd5
Merge branch 'KDE/4.7'
2011-06-26 18:52:18 +02:00
Martin Gräßlin
482ba893d5
Magnifier requires OpenGL
2011-06-26 18:51:08 +02:00
Arthur Arlt
25654f25b8
Removing TopMenu
...
Since the funtionality of TopMenu did no longer work in KDE4 this feature was
removed from Workspace. Every reference to it was removed as well as commentaries
and documentation.
REVIEW: 101485
2011-06-24 12:27:56 +02:00
Script Kiddy
163824af85
SVN_SILENT made messages (.desktop file)
2011-06-22 09:44:08 +02:00
Script Kiddy
538e9d1467
SVN_SILENT made messages (.desktop file)
2011-06-21 11:01:53 +02:00
Michael Zanetti
5fed91d391
Merge branch 'master' of git://anongit.kde.org/kde-workspace
2011-06-20 22:00:12 +02:00
Michael Zanetti
e1bf590a1c
- fixes calculation of WindowMotionManager in case a new destination is set when the window is not at its original position and provide a function to check if windows
...
are currently moving (by Thomas Lübking)
- make use of new function and bugfix in SlideBack effect
2011-06-20 21:56:56 +02:00
Script Kiddy
bbcff0860f
SVN_SILENT made messages (.desktop file)
2011-06-20 10:22:05 +02:00
Michael Zanetti
2f10503ee5
fix TabBox detection in SlideBack effect
2011-06-19 22:05:48 +02:00
Martin Gräßlin
6569bb071f
Pass windowSize to Fragment Shader again
2011-06-19 20:54:13 +02:00
Martin Gräßlin
a05ad98896
Remove textureWidth/textureHeight from all Shaders
...
The uniforms textureWidth and textureHeight were only needed for
normal windows. For everything else it was just 1.0/1.0, that is
normalized.
The makeArrays method is changed to produce normalized texcoords
obsoleting the need for these uniforms. So two uniforms less, one
calculation in vertex shaders less and many many lines of code
removed.
At the same time makeArrays is also adjusted to take care of
yInverted of the texture, which is needed as we no longer can use
the enableUnnormalizedTexCoords which did the yInverted transformation.
REVIEW: 101646
2011-06-19 20:54:13 +02:00
Script Kiddy
16771b043c
SVN_SILENT made messages (.desktop file)
2011-06-19 09:40:27 +02:00
Martin Gräßlin
d0e57a57cc
Fix incorrect rendering of Cube Wallpaper with GL2
...
Textures should be rendered with simple shader when not being transformed.
2011-06-15 21:40:15 +02:00
Script Kiddy
15ea44e709
SVN_SILENT made messages (.desktop file)
2011-06-14 10:59:04 +02:00
Script Kiddy
9ec8ee095a
SVN_SILENT made messages (.desktop file)
2011-06-12 10:07:36 +02:00
Script Kiddy
f1eb4d97bf
SVN_SILENT made messages (.desktop file)
2011-06-10 09:20:20 +02:00
Script Kiddy
b0e3b23c25
SVN_SILENT made messages (.desktop file)
2011-06-08 09:23:45 +02:00
Script Kiddy
4ec556467d
SVN_SILENT made messages (.desktop file)
2011-06-07 10:22:50 +02:00
Script Kiddy
054c6a7df5
SVN_SILENT made messages (.desktop file)
2011-06-05 10:13:23 +02:00
Script Kiddy
10a18f294a
SVN_SILENT made messages (.desktop file)
2011-06-04 10:03:32 +02:00
Script Kiddy
01e64e9039
SVN_SILENT made messages (.desktop file)
2011-06-03 09:06:45 +02:00
Martin Gräßlin
20fdcf06f4
Fix blending issue with invert effect
...
Actually it's more a hack and should be addressed in the next
release cycle by allowing effects to modify the scene's blend
equation.
BUG: 274424
FIXED-IN: 4.7.0
2011-06-02 11:40:20 +02:00
Martin Gräßlin
46fdbd26a4
Only end effect if it is not active any more
...
BUG: 274550
FIXED-IN: 4.7.0
2011-06-02 10:08:51 +02:00
Script Kiddy
0ea286f887
SVN_SILENT made messages (.desktop file)
2011-05-30 09:32:46 +02:00
Script Kiddy
a7dc64e5b8
SVN_SILENT made messages (.desktop file)
2011-05-29 10:09:53 +02:00
Martin Gräßlin
f9ecbee57b
Ensure Lanczos is disabled during start animation
...
For what reason ever motion manager thinks that windows are not
moving during the start animation (but are during the stop animation).
So we also have to look on the timeline to decide whether we should
disable lanczos filter on the windows.
Now wonder the animation was stuttering.
BUG: 274292
FIXED-IN: 4.7.0
2011-05-28 17:41:27 +02:00
Script Kiddy
69d944e64a
SVN_SILENT made messages (.desktop file)
2011-05-27 09:01:39 +02:00
Script Kiddy
231080e083
SVN_SILENT made messages (.desktop file)
2011-05-25 08:52:41 +02:00
Philipp Knechtges
5e22d3912b
kwin: fixes graphical glitches in the wobblywindows effect
...
Before this patch, the damaged area had been underestimated.
2011-05-20 21:57:28 +02:00
Script Kiddy
1b3657ec0e
SVN_SILENT made messages (.desktop file)
2011-05-20 09:11:04 +02:00
Script Kiddy
3d0c81f121
SVN_SILENT made messages (.desktop file)
2011-05-17 10:49:34 +02:00