Thomas Lübking
a2d9ff72aa
fix close button side for present windows effect
...
BUG: 262543
pint desktop as background when including desktop in switcher
BUG: 262137
zoom windows as hover/selection indicaton (1/8 of the screen or 105%)
BUG: 215348
CCBUG: 175521
no closer on "show desktop" desktop
show closer immediately but have it disabled for a short time to allow the user realize it
REVIEW: 101318
15 years ago
Script Kiddy
4b81841268
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
857a61e30f
SVN_SILENT made messages (.desktop file)
15 years ago
Martin Gräßlin
df75644817
Fix compilation with OpenGL ES and without OpenGL
...
If we have OpenGL ES but not OpenGL the KWIN_HAVE_OPENGL is set
causing the first compile pass to fail as it tries to build
against OpenGL. As a solution the first pass links against
OpenGL ES if OpenGL is not found.
This means both kwin and kwin_gles are built against GLES.
15 years ago
Martin Gräßlin
f72f465c13
Fix Typos
...
Krazy--
SVN_SILENT
15 years ago
Martin Gräßlin
3232c2cb2a
Remove duplicate includes
...
Krazy--
SVN_SILENT
15 years ago
Martin Gräßlin
371f5b30e2
Adding missing newlines at end of file
...
Krazy--
SVN_SILENT
15 years ago
Martin Gräßlin
fe4744c1e9
Single quotes instead of double quotes
...
Krazy--
SVN_SILENT
15 years ago
Martin Gräßlin
1f89dcf25d
All effects need to link X11
...
The Plasma Active build of kwin was broken because of that.
We really should get the effects X free...
15 years ago
Jaime Torres
26a492eb4a
reduce the scope of two variables
...
reduce the scope of two variables
REVIEW: 102057
15 years ago
Jaime Torres
664aaa1b60
++ prefix for non-trivial data-types
...
change suffix ++ to prefix ++ to speed up a little bit not-trivial
data-types. discovered by cppcheck
REVIEW: 102057
15 years ago
Kai Uwe Broulik
79844f0ae7
Disable new login effect.
...
I could swear I disabled the effect by default.
15 years ago
Kai Uwe Broulik
ca2a019bc8
Add option to make login effect fade via black instead of a long transition to your desktop.
...
Nuno has to decide whether the new option will become default or not, for now it is disabled by default.
You can enable it in effects kcm, now Login effect has a configuration dialog.
It does not (yet) however check for non-fullscreen effects, so they might look weird when this is enabled.
REVIEW: 101812
CCMAIL: nuno@oxygen-icons.org
15 years ago
Script Kiddy
c37c9de57b
SVN_SILENT made messages (.desktop file)
15 years ago
Martin Gräßlin
68bba98e5f
Remove duplicated xfixes include
15 years ago
Martin Gräßlin
997634c813
Remove a not working include directory
...
The kwin/lib directory does not exist for one
release cycle now.
15 years ago
Martin Gräßlin
92d32de087
Effects do not need kephal
15 years ago
Martin Gräßlin
808c29109a
Build effects twice - once with GL, once with GLES
15 years ago
Martin Gräßlin
7e4e43d203
Make ShowFpsEffectConfig build without GL dep
...
Forward declarations to the help!
15 years ago
Martin Gräßlin
d0664a9c96
Ensure logout compiles with GLES
15 years ago
Script Kiddy
6df618e94b
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
30de988de8
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
9b8404279b
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
2566d184c4
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
7025e72d87
SVN_SILENT made messages (.desktop file)
15 years ago
Philipp Knechtges
afe8048afd
kwin: optimizing the blur effect
...
This patch adds the capability to draw blurred region top to bottom using
paintSimpleScreen.
REVIEW: 101898
15 years ago
Script Kiddy
1eb1c85289
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
4eba738a3f
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
2ae92ab509
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
d414f57c8d
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
976f396fc7
SVN_SILENT made messages (.desktop file)
15 years ago
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
15 years ago
Martin Gräßlin
fa30d774af
Paint windows on edge without Lanczos filger
...
This makes it possible to use BoxSwitch in animated mode wihout
PaintClipper.
15 years ago
Martin Gräßlin
1793343847
Make Slideback work on OpenGL without PaintClipper
15 years ago
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).
15 years ago
Martin Gräßlin
9c8ebfc1fd
Remove PaintClipper in GL mode from DesktopGrid
...
Seems to not be needed at all.
15 years ago
Martin Gräßlin
572368ea27
Make Slidingpopus work without PaintClipper
...
Add correct region to repaint, this just used to be clipped before.
15 years ago
Martin Gräßlin
050ea5010b
Remove PaintClipper from Cube
...
Seems to be a relict from the time when we scaled the cube on one screen.
15 years ago
Philipp Knechtges
827f9219be
kwin: add support for y-inverted textures to the Cube effect
15 years ago
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
15 years ago
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
15 years ago
Thomas Lübking
a1b110634f
zoom effect: fix xcursor loading, implement cursor scaling for XRender
15 years ago
Thomas Lübking
c2e06221ca
zoom effect: fix xcursor loading, implement cursor scaling for XRender
15 years ago
Martin Gräßlin
482ba893d5
Magnifier requires OpenGL
15 years ago
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
15 years ago
Script Kiddy
163824af85
SVN_SILENT made messages (.desktop file)
15 years ago
Script Kiddy
538e9d1467
SVN_SILENT made messages (.desktop file)
15 years ago
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
15 years ago
Script Kiddy
bbcff0860f
SVN_SILENT made messages (.desktop file)
15 years ago
Michael Zanetti
2f10503ee5
fix TabBox detection in SlideBack effect
15 years ago