Martin Gräßlin
623db51c9b
Remove unused files
2011-08-13 18:34:24 +02:00
Martin Gräßlin
987bc837d9
Remove define KWIN_HAVE_OPENGL_COMPOSITING
...
Due to changes in build system we have always either OpenGL or OpenGL ES.
This allows to remove the KWIN_HAVE_OPENGL_COMPOSITING define. In the
effects the define is kept as KWIN_HAVE_OPENGL which can be used in
future to build also an XRender only effect system.
2011-08-13 16:46:43 +02:00
Thomas Lübking
45eb40ef69
check m_closeView validity (can be NULL when the timer crosses the deactivation)
...
BUG: 280027
2011-08-13 16:41:36 +02:00
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
2011-08-09 22:57:54 +02:00
Script Kiddy
4b81841268
SVN_SILENT made messages (.desktop file)
2011-08-09 15:14:17 +02:00
Script Kiddy
857a61e30f
SVN_SILENT made messages (.desktop file)
2011-08-04 10:39:45 +02:00
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.
2011-08-03 16:39:36 +02:00
Martin Gräßlin
f72f465c13
Fix Typos
...
Krazy--
SVN_SILENT
2011-08-03 08:25:10 +02:00
Martin Gräßlin
3232c2cb2a
Remove duplicate includes
...
Krazy--
SVN_SILENT
2011-08-03 08:25:10 +02:00
Martin Gräßlin
371f5b30e2
Adding missing newlines at end of file
...
Krazy--
SVN_SILENT
2011-08-03 08:25:02 +02:00
Martin Gräßlin
fe4744c1e9
Single quotes instead of double quotes
...
Krazy--
SVN_SILENT
2011-08-03 08:24:27 +02:00
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...
2011-08-02 19:44:35 +02:00
Jaime Torres
26a492eb4a
reduce the scope of two variables
...
reduce the scope of two variables
REVIEW: 102057
2011-08-02 17:26:21 +02:00
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
2011-08-02 17:21:56 +02:00
Kai Uwe Broulik
79844f0ae7
Disable new login effect.
...
I could swear I disabled the effect by default.
2011-08-02 15:14:55 +02:00
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
2011-08-02 15:09:31 +02:00
Script Kiddy
c37c9de57b
SVN_SILENT made messages (.desktop file)
2011-07-30 09:44:58 +02:00
Martin Gräßlin
68bba98e5f
Remove duplicated xfixes include
2011-07-27 18:34:32 +02:00
Martin Gräßlin
997634c813
Remove a not working include directory
...
The kwin/lib directory does not exist for one
release cycle now.
2011-07-27 18:34:32 +02:00
Martin Gräßlin
92d32de087
Effects do not need kephal
2011-07-27 18:34:32 +02:00
Martin Gräßlin
808c29109a
Build effects twice - once with GL, once with GLES
2011-07-27 18:34:31 +02:00
Martin Gräßlin
7e4e43d203
Make ShowFpsEffectConfig build without GL dep
...
Forward declarations to the help!
2011-07-27 18:34:31 +02:00
Martin Gräßlin
d0664a9c96
Ensure logout compiles with GLES
2011-07-27 18:34:31 +02:00
Script Kiddy
6df618e94b
SVN_SILENT made messages (.desktop file)
2011-07-25 09:33:28 +02:00
Script Kiddy
30de988de8
SVN_SILENT made messages (.desktop file)
2011-07-24 09:25:34 +02:00
Script Kiddy
9b8404279b
SVN_SILENT made messages (.desktop file)
2011-07-21 09:27:01 +02:00
Script Kiddy
2566d184c4
SVN_SILENT made messages (.desktop file)
2011-07-20 09:24:14 +02:00
Script Kiddy
7025e72d87
SVN_SILENT made messages (.desktop file)
2011-07-15 09:21:33 +02:00
Philipp Knechtges
afe8048afd
kwin: optimizing the blur effect
...
This patch adds the capability to draw blurred region top to bottom using
paintSimpleScreen.
REVIEW: 101898
2011-07-14 14:20:56 +02:00
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