Lucas Murray
d515abb82c
Added screenNumber() and addRepaint(QRegion) to effects API
...
svn path=/trunk/KDE/kdebase/workspace/; revision=822215
18 years ago
Luboš Luňák
88cbf98167
Funny, I didn't know XRender now had shaders too :).
...
Fix the proper #define.
svn path=/trunk/KDE/kdebase/workspace/; revision=821054
18 years ago
David Johnson
fcf289e99e
Converting old style includes to new qt4 style
...
svn path=/trunk/KDE/kdebase/workspace/; revision=820905
18 years ago
Adriaan de Groot
2b96a2063e
The guard in the .h file is for XRENDER. So if there is no xrender but there is opengl (which is the case with Xorg 6.9 on Solaris, at least) then the .h file doesn't declare Shader, but the .cpp file tries to define it.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=820474
18 years ago
Luboš Luňák
3f4a2dfaed
Add functions for querying xinerama screens to effects API,
...
from Lucas Murray <admin@undefinedfire.com>.
svn path=/trunk/KDE/kdebase/workspace/; revision=818782
18 years ago
Luboš Luňák
be22824e02
Show tooltips.
...
BUG: 162648
svn path=/trunk/KDE/kdebase/workspace/; revision=817651
18 years ago
Luboš Luňák
4fc3d50790
Properly #ifdef OpenGL-only and XRender-only stuff.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=817585
18 years ago
Luboš Luňák
0ce86291c5
Some missing XRender counterparts for utility functions, from Thomas Lübking.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=817548
18 years ago
Lukas Kropatschek
8eeddd6c55
some krazy include issue fixes
...
svn path=/trunk/KDE/kdebase/workspace/; revision=814568
18 years ago
Urs Wolfer
2876bf7217
add missing KWIN_HAVE_OPENGL_COMPOSITING check
...
BUG:162466
svn path=/trunk/KDE/kdebase/workspace/; revision=811956
18 years ago
Luboš Luňák
5dd21d8274
Fix opengl wrappers to match the opengl functions.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=806411
18 years ago
Luboš Luňák
62d2631422
EffectsHandler::saturationSupported(), so that this is not OpenGL-only call.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=805574
18 years ago
Luboš Luňák
602244e3a5
Use a convenience XRenderPicture constructor instead of hardcoding
...
XRender Formats.
svn path=/trunk/KDE/kdebase/workspace/; revision=805361
18 years ago
Luboš Luňák
6527f9c0b6
Start counting 4.1 API versions from 20, to leave room for 4.0.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=805092
18 years ago
Luboš Luňák
5efac21537
XRenderPicture, a wrapper around XRender's Picture, which
...
should act just like Picture, except for proper initialization
and resource freeing (i.e. it's sane and easy from C++ point of view).
svn path=/trunk/KDE/kdebase/workspace/; revision=805085
18 years ago
Luboš Luňák
b840fa0792
Disable copying by value for GLTexture, as it wouldn't work anyway.
...
CCMAIL: Rivo Laks <rivolaks@hot.ee>
svn path=/trunk/KDE/kdebase/workspace/; revision=805056
18 years ago
Sebastian Kügler
cac8ff3072
Make sure m_Progress is always double. Fixes restoring of
...
windows for me. Minimizing still doesn't animate here. :/
If someone sees the same problem, please let me know. There
also seems to be something fishy with the desktopgrid --
it's not showing windows on inactive desktops, sliding
animation and the grid-zoomout expose this.
svn path=/trunk/KDE/kdebase/workspace/; revision=804806
18 years ago
Sebastian Kügler
cc11082706
Keep internal time and progress accounting in sync. Spotted
...
by Martin Graesslin.
BUG: 161434
CCMAIL: ubuntu@martin-graesslin.com
svn path=/trunk/KDE/kdebase/workspace/; revision=803465
18 years ago
Sebastian Kügler
d09306ae55
Improve API docs of the TimeLine class.
...
CCMAIL: ubuntu@martin-graesslin.com
svn path=/trunk/KDE/kdebase/workspace/; revision=803464
18 years ago
Sebastian Kügler
b953f0a046
Introduce TimeLine, a class providing non-linear animation patterns
...
to KWin effects.
The class basically wraps QTimeLine right now, but it's easy to pop
in function implementing different animation timeline patterns.
Patches to the first effects using this TimeLine are coming up ...
svn path=/trunk/KDE/kdebase/workspace/; revision=798719
18 years ago
Alexander Neundorf
e36a1cecee
some more space to enhance readability
...
Alex
svn path=/trunk/KDE/kdebase/workspace/; revision=795598
18 years ago
Christian Ehrlicher
d91c540b61
LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS
...
svn path=/trunk/KDE/kdebase/workspace/; revision=792590
18 years ago
Luboš Luňák
01d9d88580
Add a dbus call to query which color settings the current decoration
...
supports, to be used by kcmcolors.
svn path=/trunk/KDE/kdebase/workspace/; revision=788598
18 years ago
Luboš Luňák
f77561ce65
Don't discard window texture when only the shape changes but the window
...
geometry actually stays the same. Avoids large number of rebinds (with no
strict binding) with the launch feedback icon.
svn path=/trunk/KDE/kdebase/workspace/; revision=787948
18 years ago
Luboš Luňák
75623e889a
Documentation for window types functions.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=784766
18 years ago
Luboš Luňák
d8a3602e45
Add assert().
...
svn path=/trunk/KDE/kdebase/workspace/; revision=782273
18 years ago
Luboš Luňák
0b1cef2414
Do #define's properly for XRender.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=781906
18 years ago
Rivo Laks
3f581b4d0c
Add a method to subdivide the window into regular grid.
...
Will be used by wobbly windows effect.
svn path=/trunk/KDE/kdebase/workspace/; revision=781469
18 years ago
Adriaan de Groot
e8e15bddb9
Need Xfixes.h for XFixesCreateRegion(), regardless of whether Xrender is available.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=780234
18 years ago
Laurent Montel
b844bcae41
Fix compile (need to export it)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=779292
18 years ago
Luboš Luňák
cff2b0e6cd
Abstract paint clipping into PaintClipper helper class that allows
...
stacking of clipping regions.
(http://lists.kde.org/?l=kwin&m=120138051215450&w=2 )
BUG: 156798
svn path=/trunk/KDE/kdebase/workspace/; revision=779045
18 years ago
Luboš Luňák
73ad1f1adc
Use a modified errorMessage() with explicitly listing all extensions used by KWin.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=778705
18 years ago
Dirk Mueller
de19077399
header cleanness++
...
svn path=/trunk/KDE/kdebase/workspace/; revision=770658
18 years ago
Luboš Luňák
022e417322
Install all public header files.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=769465
18 years ago
Luboš Luňák
685e1d2361
Make it possible to use KDecorationOptions without private headers.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=768271
18 years ago
Rivo Laks
5b38737dee
Add apidox for kwineffects group, showing the necessary steps for
...
adding a new effect.
svn path=/trunk/KDE/kdebase/workspace/; revision=767202
18 years ago
Luboš Luňák
7d620a3ad8
Make KDecorationBridge also public and with kept binary compatibility,
...
so that Compiz can use it for the KDE decorator. Extending will be
done the same way like with KDecoration.
CCMAIL: Dennis Kasprzyk <onestone@opencompositing.org>
svn path=/trunk/KDE/kdebase/workspace/; revision=766833
18 years ago
Luboš Luňák
3c3b5f4b2d
Split kdecoration and kwineffects libraries as two modules for doxygen.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=762274
18 years ago
Luboš Luňák
110f76ecd8
Change some of the debug messages to warnings, so compositing setup failures
...
show up also in release builds.
svn path=/trunk/KDE/kdebase/workspace/; revision=762175
18 years ago
Luboš Luňák
bc5acf8268
Shaped shadows are not implemented yet, so disable shadows completely
...
for shaped windows.
svn path=/trunk/KDE/kdebase/workspace/; revision=756795
18 years ago
Luboš Luňák
f97bd45da9
Redo checks for KWIN_HAVE(_XXX)_COMPOSITING again, in order
...
to have it the same also in makefiles.
svn path=/trunk/KDE/kdebase/workspace/; revision=756678
18 years ago
Luboš Luňák
c708796804
findWindow()
...
svn path=/trunk/KDE/kdebase/workspace/; revision=755996
18 years ago
Luboš Luňák
82ad4e01ce
Report old buttons and modifiers state in mouseChanged() as well.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=755995
18 years ago
Luboš Luňák
0bbc0fa5dc
Support for getting PropertyNotify events - effects can have their
...
own properties for communication with something outside of kwin.
Intended now mainly for a better taskbar thumbnails effect.
svn path=/trunk/KDE/kdebase/workspace/; revision=755991
18 years ago
Luboš Luňák
76c76f585d
Don't apply DimInactive effect to override-redirect windows. Things
...
like popups should be short-lived and mostly for the active window anyway.
Possibly could be revisited in the future when support for window grouping
for unmanaged windows gets implemented too.
BUG: 154009
svn path=/trunk/KDE/kdebase/workspace/; revision=755987
18 years ago
Pino Toscano
7496a9bfc3
install also the generated kwinconfig.h
...
svn path=/trunk/KDE/kdebase/workspace/; revision=754206
18 years ago
Luboš Luňák
c222bdfff4
Forgot svn add.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=749630
19 years ago
Luboš Luňák
d43b34aa0b
Remove old comments.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=749629
19 years ago
Luboš Luňák
bb433ac40e
No longer include config*.h files in installed headers.
...
Also slightly redo the #define's for effects, now it's:
- #ifdef KWIN_HAVE_COMPOSITING to check whether there's any compositing support at all
- #ifdef KWIN_HAVE_OPENGL_COMPOSITING to check for OpenGL-based compositing
- #ifdef KWIN_HAVE_XRENDER_COMPOSITING the same for XRender
CCMAIL: kwin@kde.org
svn path=/trunk/KDE/kdebase/workspace/; revision=749628
19 years ago
Luboš Luňák
44cc93170d
Add check for effect version to prevent loading of incompatible plugins.
...
Should work automagically, not changes in plugins needed.
svn path=/trunk/KDE/kdebase/workspace/; revision=749626
19 years ago