146 Commits (62ef8ddcadc87f20ea2142eb75ca211c92cfd5cd)

Author SHA1 Message Date
Martin Gräßlin c7262e8bd3 Getter/setters for opacity, saturation and brightness in WindowPaintData 14 years ago
Martin Gräßlin a2b0d42916 Replace translation by QVector3D in Screen/Window PaintData 14 years ago
Martin Gräßlin 0eff12eb92 Use QGraphicsScale for scale information in ScreenPaintData 14 years ago
Thomas Lübking fc665106c9 Swap vsync order, trade in 1frame lag 14 years ago
Thomas Lübking 88aeec920e re-add SceneXRender::paintGenericScreen implementation to cache screen_paint data 14 years ago
Thomas Lübking 1070bf895b split decorationRect / visibleRect usage 14 years ago
Thomas Lübking 5e2414544f add offscreen render support to xrender 14 years ago
Thomas Lübking 3e4cb7539e fix shading for xrender compositing 14 years ago
Martin Gräßlin 212908ee88 Refactoring of KWin::Options: getter methods instead of public variables 14 years ago
Philipp Knechtges 9f9bde77ad kwin: removing SceneXrender::paintTransformedScreen 14 years ago
Philipp Knechtges 55a75da893 kwin: fixing xrender shadow bug 14 years ago
Thomas Lübking d845b60c6c change geometry w/o compositor restart 14 years ago
Philipp Knechtges 050d991cb1 kwin: simplifying paintSimpleScreen 14 years ago
Martin Gräßlin 6e445fb75c Less unused parameter/variable warnings in kwin 14 years ago
Thomas Lübking 393b8a3eee scene_xrender.cpp, replace QRect = QRect by QRect::setRect 14 years ago
Thomas Lübking 634a504ce1 straighten xrender shadow implementation 15 years ago
Thomas Lübking 19bb897c5b fix opacity bug in scene_xrender 15 years ago
Fredrik Höglund eb9988b788 kwin: Make Scene::m_renderTimer a non-member 15 years ago
Thomas Lübking 8f81339bca fix xrender scale+shadowed toplevel geometry 15 years ago
Martin Gräßlin 6e15c0c208 Change timers to QElapsedTimers 15 years ago
Thomas Lübking 734052a784 implement and fix scaled XRender shadows 15 years ago
Thomas Lübking 7057bb2c25 fix new shadows 15 years ago
Arthur Arlt d8072be54d Move OverlayWindow from Workspace to its own class 15 years ago
Arthur Arlt 02e08be5bd Merge signals clientClosed() and unmanagedClosed() to windowClosed() 15 years ago
Arthur Arlt 859dacb8b5 Make Scene::windowClosed() a Q_SLOT 15 years ago
Arthur Arlt b63c9c1af8 Make mothod windowGeometryShapeChanged() a slot 15 years ago
Arthur Arlt 59a8aac752 Make windowOpacityChanged() a slot 15 years ago
Martin Gräßlin 6cfdbfe1dc Remove compositing self-check 15 years ago
Thomas Lübking 3af7395ab8 avoid calling QPixmap::paintEngine() in scene rendering 15 years ago
Martin Gräßlin 234ec644d2 KWin supports graphicssystem Raster 15 years ago
Jacopo De Simoi 2573bec755 XRender backend: do not process invalid shadow data 15 years ago
Jacopo De Simoi 57c2b33bce XRender backend: Paint shadow with window contents only, not with decoration 15 years ago
Jacopo De Simoi 42941eba8a kwin: Fix the clip intersection code (XRender) 15 years ago
Jacopo De Simoi e688058235 kwin: Implement shadows in XRender compositor 15 years ago
Martin Gräßlin 022d7a32a0 Remove binding of selection to styled EffectFrame 15 years ago
Jacopo De Simoi 696d2da570 Fix glitches with scaled windows for the XRender backend 15 years ago
Jacopo De Simoi 82150abeb3 Fix jerky animations for the XRender backend 15 years ago
Martin Gräßlin 0a7e48f7aa KWin uses kdelibs coding style. 15 years ago
Thomas Lübking f57bf611c6 backport of 1210445 15 years ago
Thomas Lübking 337e1eac18 revert vsync strategy, fix timeouts 15 years ago
Thomas Lübking 1956f10280 scale the clip rect by the proper scalefactor dimension... 16 years ago
Kevin Ottens ff61f40d8d Don't rely on the kdgstream typedef which is deprecated. Use QDebug 16 years ago
Luboš Luňák d467d26530 Do not introduce such generic indentifiers like None or Styled 16 years ago
Martin Gräßlin eabad32cfb Add cross fade support for text and icon to EffectFrame. 16 years ago
Martin Gräßlin ef79d4c443 Use the normal Plasma selection to highlight the selected window in boxswitch. 16 years ago
Martin Gräßlin fa832b7aa7 Cache the icon texture/picture in EffectFrame and use texture from pixmap to load the data in OpenGL mode. Yeah for less pixmap to image to gltexture conversations. 16 years ago
Martin Gräßlin e2eebb6503 Refactoring of EffectFrame: EffectFrame becomes an interface just like EffectsHandler and EffectWindow and a concrete EffectFrameImpl in core. 16 years ago
Lucas Murray 8960c552d2 Remove OpenGL driver whitelist; Add protection against crashy glXQuery 16 years ago
Fredrik Höglund 85d965a78e Fix a performance problem with the radeon driver and effects that use 16 years ago
Fredrik Höglund 0b992748be Switch the order, so the decoration is drawn before the client window. 17 years ago