167 Commits (28434363934d89aac772ca7c860a9045ad311415)

Author SHA1 Message Date
Thomas Lübking a2d9ff72aa fix close button side for present windows effect 15 years ago
Arthur Arlt 02e08be5bd Merge signals clientClosed() and unmanagedClosed() to windowClosed() 15 years ago
Arthur Arlt b63c9c1af8 Make mothod windowGeometryShapeChanged() a slot 15 years ago
Arthur Arlt 25654f25b8 Removing TopMenu 15 years ago
Fredrik Höglund e5ea420e96 kwin: Add an enabledByDefault() function to the effects interface 15 years ago
Martin Gräßlin 98cc15cfac Allow effects to render the outline 15 years ago
Martin Gräßlin d647950ff0 Do not blur behind EffectFrames with no style 15 years ago
Jan Gerrit Marker 2407b0fbc4 Make present windows effect not preserve space for windows from other activities 15 years ago
Martin Gräßlin ff4297a799 Update copyright 15 years ago
Martin Gräßlin e5e5c4a020 Move push/popRenderTarget to kwingluitls 15 years ago
Martin Gräßlin 16a025d907 Remove dynamic desktop layout 15 years ago
Martin Gräßlin 9199619969 Remove not implemented add/delete desktop 15 years ago
Martin Gräßlin 32c903b05b Rework signals for move/resize windows 15 years ago
Martin Gräßlin 640fdc7b6d PropertyNotify becomes a signal 15 years ago
Martin Gräßlin 88d50727ee WindowDamaged becomes a signal 15 years ago
Martin Gräßlin 39ab2cf29e MouseChanged becomes a signal 15 years ago
Martin Gräßlin 911098ee76 WindowGeometryShapeChanged becomes a signal 15 years ago
Martin Gräßlin dcebc7481b ClientGroupItem* become signals 15 years ago
Martin Gräßlin 747afb4225 NumberDesktopsChanged becomes a signal 15 years ago
Martin Gräßlin 15757e953a TabBox uses signals to notify the effects 15 years ago
Martin Gräßlin 94c301a089 Move connection code to Client and unmanged into own method 15 years ago
Martin Gräßlin a404ec4259 WindowUnminimized becomes a signal 15 years ago
Martin Gräßlin 012222037e WindowMinimized becomes a signal 15 years ago
Martin Gräßlin edd0950f96 WindowOpacityChanged becomes a signal 15 years ago
Martin Gräßlin eeb10c69d5 Signal for windowUserMovedResize 15 years ago
Martin Gräßlin e355700e6e EffectsHandler emits windowDeleted signal 15 years ago
Martin Gräßlin 0795ae89ac EffectsHandler emits signal on windowActivated 15 years ago
Martin Gräßlin 0b85768ec5 EffectsHandler emits windowClosed signal 15 years ago
Martin Gräßlin ab6f2ba1fd EffectsHandler emits windowAdded signal 15 years ago
Martin Gräßlin c3a076b6a5 EffectsHandler emits desktopChanged signal 15 years ago
Martin Gräßlin b265537962 Drop dependency to libplasma from kwineffects library 15 years ago
Martin Gräßlin 0a7e48f7aa KWin uses kdelibs coding style. 15 years ago
Thomas Lübking 48447a3d26 avoid recreating effectframes/textures on setPosition; correct position after setAlignment 16 years ago
Thomas Lübking 68fbd31ad8 add windowgeometry tip effect, bind it to the general setting and generalize effect feature provide api, thus update resize effect 16 years ago
Martin Gräßlin 6353d6ff57 Don't blur behind opaque window decorations. 16 years ago
Martin Gräßlin 382d5b15d3 Ignore Paint Clipper when rendering to FBO. 16 years ago
Martin Gräßlin 48012c30fe Coding Style++ 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 89c0ea0c8d Pass EffectFrame through all effects, so that they can do something with the frame. 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
Fredrik Höglund b8815bbae6 Store the custom data in a QHash instead of a QMap, since QHash 16 years ago
Thomas Lübking ffa8b5306c rename EffectsHandler::provideResizeEffect to singular, honor rules (also affecting the sync timer now) 16 years ago
Martin Gräßlin fa7f160cb3 Window specific setting to skip window switchers (tabbox, present windows, desktop grid). 16 years ago
Martin Gräßlin f6ebb5d913 Texture scaling in resize effect and disabling the drawbound when the effect is present. 16 years ago
Martin Gräßlin ec8d860c4b Allow effects to change the number of desktops and inform effects when the number of desktops is changed. 16 years ago
Fredrik Höglund 7ad2203084 Expose the decoration inner rect to effects. 16 years ago
Fredrik Höglund 55b5b593b2 Add EffectsHandler::decorationsHaveAlpha(). 16 years ago
Lucas Murray 51168e97a4 Keep the logout effect active until KWin is killed or the user cancels 16 years ago
Fredrik Höglund b95c6f721c Make it possible for effects to store arbitrary data in EffectWindow. 16 years ago
Martin Gräßlin 2ff73028a0 Make it possible to move windows across screens in desktop grid. 17 years ago