330 Commits (7453006a5ddffea0716d77fb304c72f73412e423)

Author SHA1 Message Date
Lucas Murray d515abb82c Added screenNumber() and addRepaint(QRegion) to effects API 18 years ago
Luboš Luňák 88cbf98167 Funny, I didn't know XRender now had shaders too :). 18 years ago
David Johnson fcf289e99e Converting old style includes to new qt4 style 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. 18 years ago
Luboš Luňák 3f4a2dfaed Add functions for querying xinerama screens to effects API, 18 years ago
Luboš Luňák be22824e02 Show tooltips. 18 years ago
Luboš Luňák 4fc3d50790 Properly #ifdef OpenGL-only and XRender-only stuff. 18 years ago
Luboš Luňák 0ce86291c5 Some missing XRender counterparts for utility functions, from Thomas Lübking. 18 years ago
Lukas Kropatschek 8eeddd6c55 some krazy include issue fixes 18 years ago
Urs Wolfer 2876bf7217 add missing KWIN_HAVE_OPENGL_COMPOSITING check 18 years ago
Luboš Luňák 5dd21d8274 Fix opengl wrappers to match the opengl functions. 18 years ago
Luboš Luňák 62d2631422 EffectsHandler::saturationSupported(), so that this is not OpenGL-only call. 18 years ago
Luboš Luňák 602244e3a5 Use a convenience XRenderPicture constructor instead of hardcoding 18 years ago
Luboš Luňák 6527f9c0b6 Start counting 4.1 API versions from 20, to leave room for 4.0. 18 years ago
Luboš Luňák 5efac21537 XRenderPicture, a wrapper around XRender's Picture, which 18 years ago
Luboš Luňák b840fa0792 Disable copying by value for GLTexture, as it wouldn't work anyway. 18 years ago
Sebastian Kügler cac8ff3072 Make sure m_Progress is always double. Fixes restoring of 18 years ago
Sebastian Kügler cc11082706 Keep internal time and progress accounting in sync. Spotted 18 years ago
Sebastian Kügler d09306ae55 Improve API docs of the TimeLine class. 18 years ago
Sebastian Kügler b953f0a046 Introduce TimeLine, a class providing non-linear animation patterns 18 years ago
Alexander Neundorf e36a1cecee some more space to enhance readability 18 years ago
Christian Ehrlicher d91c540b61 LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS 18 years ago
Luboš Luňák 01d9d88580 Add a dbus call to query which color settings the current decoration 18 years ago
Luboš Luňák f77561ce65 Don't discard window texture when only the shape changes but the window 18 years ago
Luboš Luňák 75623e889a Documentation for window types functions. 18 years ago
Luboš Luňák d8a3602e45 Add assert(). 18 years ago
Luboš Luňák 0b1cef2414 Do #define's properly for XRender. 18 years ago
Rivo Laks 3f581b4d0c Add a method to subdivide the window into regular grid. 18 years ago
Adriaan de Groot e8e15bddb9 Need Xfixes.h for XFixesCreateRegion(), regardless of whether Xrender is available. 18 years ago
Laurent Montel b844bcae41 Fix compile (need to export it) 18 years ago
Luboš Luňák cff2b0e6cd Abstract paint clipping into PaintClipper helper class that allows 18 years ago
Luboš Luňák 73ad1f1adc Use a modified errorMessage() with explicitly listing all extensions used by KWin. 18 years ago
Dirk Mueller de19077399 header cleanness++ 18 years ago
Luboš Luňák 022e417322 Install all public header files. 18 years ago
Luboš Luňák 685e1d2361 Make it possible to use KDecorationOptions without private headers. 18 years ago
Rivo Laks 5b38737dee Add apidox for kwineffects group, showing the necessary steps for 18 years ago
Luboš Luňák 7d620a3ad8 Make KDecorationBridge also public and with kept binary compatibility, 18 years ago
Luboš Luňák 3c3b5f4b2d Split kdecoration and kwineffects libraries as two modules for doxygen. 18 years ago
Luboš Luňák 110f76ecd8 Change some of the debug messages to warnings, so compositing setup failures 18 years ago
Luboš Luňák bc5acf8268 Shaped shadows are not implemented yet, so disable shadows completely 18 years ago
Luboš Luňák f97bd45da9 Redo checks for KWIN_HAVE(_XXX)_COMPOSITING again, in order 18 years ago
Luboš Luňák c708796804 findWindow() 18 years ago
Luboš Luňák 82ad4e01ce Report old buttons and modifiers state in mouseChanged() as well. 18 years ago
Luboš Luňák 0bbc0fa5dc Support for getting PropertyNotify events - effects can have their 18 years ago
Luboš Luňák 76c76f585d Don't apply DimInactive effect to override-redirect windows. Things 18 years ago
Pino Toscano 7496a9bfc3 install also the generated kwinconfig.h 18 years ago
Luboš Luňák c222bdfff4 Forgot svn add. 19 years ago
Luboš Luňák d43b34aa0b Remove old comments. 19 years ago
Luboš Luňák bb433ac40e No longer include config*.h files in installed headers. 19 years ago
Luboš Luňák 44cc93170d Add check for effect version to prevent loading of incompatible plugins. 19 years ago