137 Commits (89c2f2bf024a9da8db36b7d62cd6325000fcb796)

Author SHA1 Message Date
Martin Gräßlin f232a830aa Don't use the gl lists when a new window is added. This prevents the added window becoming black. 17 years ago
Martin Gräßlin 141f166c56 No need to use different client area options in cube for one or multi screen setups any more. FullArea suits both now. 17 years ago
Martin Gräßlin 7fc3bbf39d Drop the multi screen mode where the cube is scaled on one screen. So there is only the span cube on all screens option. The mode is dropped for the following reasons: 17 years ago
Martin Gräßlin 666a2224f4 Center desktop name box on active screen instead of the center of whole area. So the desktop name is always visible in multi screen setups and only shown on one screen. 17 years ago
Martin Gräßlin c016f07738 Use bigger quads for desktops in the rear, so that less vertices have to be processed by cylinder and sphere shader. That should improve the performance without influencing the visual appearance. 17 years ago
Martin Gräßlin 752489aac5 Windows can't overlap desktop edges in cylinder or sphere mode. It results either in incorrect painting or in GL errors. 17 years ago
Martin Gräßlin b428fb46a0 Cube keeps rotating when mouse is at left or right screen edge. 17 years ago
Lucas Murray 1e91a66fd2 Added support for unstyled and frameless EffectFrames. Converted all 17 years ago
Martin Gräßlin a6d8bb41bb Reactivating the use of a gl list for painting the cube. The cube is painted once without using the gl list. By that the problem of black windows on other desktops should be solved. If the black window problem appears again the patch will be reverted. 17 years ago
Martin Gräßlin eae6279ca9 Fill empty areas in multi screen setups in cylinder and sphere as well. 17 years ago
Lucas Murray e03748fba7 Added EffectFrame, a helper class that creates, manages and caches a 17 years ago
Martin Gräßlin 445f021b06 Fix commit which broke shadows. 17 years ago
Martin Gräßlin c648f03313 A new vertex shader for cylinder effect using polar coordinates. Solves some painting problems. 17 years ago
Martin Gräßlin bdef1d7c5b Smoothly transform to cube and sphere during start animation and vice versa during stop animation. 17 years ago
Martin Gräßlin 5025509e3a Distance between 3D windows is determined by the zoom position divided by the number of windows in stacking order when cube is activated. 17 years ago
Martin Gräßlin 5e94274eb6 We cannot use glLists for painting the cube. It's causing black windows. 17 years ago
Martin Gräßlin cb28513163 New way to paint the windows overlapping screen edges. It works with the new windows hover above cube (still small painting sequence issues). 17 years ago
Martin Gräßlin ed311a899d Add an option so that windows can hover above the cube similar to 3D Windows plugin in Compiz. Currently this disables "windows overlapping edges" feature when this option is set (no change when not set). 17 years ago
Martin Gräßlin 4fa09b63b4 Sphere and Cylinder become part of Cube effect. That is much more convenient than having an own effect for each (only loading the shader is actually required). 17 years ago
Lucas Murray 1db192a11d Fixed cube from crashing due to mouse polling if it was activated and 17 years ago
Martin Gräßlin f7f5bc8326 Split cube mode and animation of desktop switching in separate effects: say hello to CubeSlide effect. 17 years ago
Lucas Murray 81ffa5aec9 Raise electric border windows when an effect mouse input window is 17 years ago
Martin Gräßlin 502fdbb751 Cylinder and Sphere effect have their own shortcut. Nevertheless it's still not possible to use cube and cylinder or sphere. That'll be fixed when the effects are merged into cube. 17 years ago
Martin Gräßlin daa32a53fb Adding mouse wheel support to effects. First one to use is cube effect. 17 years ago
Martin Gräßlin a3c57fcab0 Option to not animate windows shown on all desktops during desktop switching animation. 17 years ago
Martin Gräßlin 7b5a71d2dd Option to not change the opacity of windows in cube mode. That way only the cube (that is the desktops) will be painted in a transparent way. 17 years ago
Martin Gräßlin 642ae708b5 Cube uses the pager layout to animate desktop switching (not the cube mode). This requires some more work including an option to use the old way (ignoring pager layout). 17 years ago
Martin Gräßlin 026c90a983 Option to not animate the panels during desktop switching animation. 17 years ago
Martin Gräßlin 59208e430a Option to invert mouse and cursor keys in cube mode. 17 years ago
Martin Gräßlin b81bf26c77 Fill empty spaces in multi screen setup with cube cap color if caps are used. 17 years ago
Martin Gräßlin a16aba4b05 Merge in the first changes from cube git branch (http://github.com/mgraesslin/kwin/tree/cube): 17 years ago
Lucas Murray 846496d2c1 Cleaned up the effects/ directory by moving each individual effect into 17 years ago
Lucas Murray 9bb76644b7 Backport: Extracted mouse polling out of the composite timer to allow 17 years ago
Lucas Murray 752d5fa642 Extracted mouse polling out of the composite timer to allow effects to 17 years ago
Martin Gräßlin e8cbd42ded Read path to cube cap image from kwinrc. This is needed for an easy branding by distros. 17 years ago
Martin Gräßlin cda8f503ad Finally I figured out why we see artifacts from previous desktop during the stop animation when rotating the cube with mouse. 18 years ago
Martin Gräßlin 9942e6ff0d Don't change opacity of windows during slide animation. 18 years ago
Martin Gräßlin 6ff3a4134b Don't activate cube if there are less than two desktops. 18 years ago
Lucas Murray 5413d0ec5d SVN_SILENT Cleaned up recent commits. 18 years ago
Martin Gräßlin 39d23a7ab3 Do not activate OpenGL only effects in XRender mode. 18 years ago
Martin Gräßlin ba9eaebb12 Use multi screen initialisation of CoverSwitch (only for no "big cube") and the reflection with a PaintClipper. This solves some painting issues of cube and multi screen setups. 18 years ago
Martin Gräßlin 6576ff1d21 Also show opaque windows when opacity is set to 100%. 18 years ago
Lucas Murray 6d41a1320e Moved all debug, warning and error messages into the KWin 1212 area. 18 years ago
Albert Astals Cid 882b909364 Add const & so we don't copy all that objects for nothing, faster effects for free! 18 years ago
Luboš Luňák 1d2c54edcc Support for proper effect reconfiguration instead of reloading them. 18 years ago
Luboš Luňák 2a87593638 Add a global configuration option for animation speed. See description 18 years ago
Martin Gräßlin 95c30f158f Cube/Cylinder/Sphere can be used for "walk through desktop" functionality. This new mode has to be enabled in the settings. Default is off. Mouse functionality is disabled in this tab box mode. 18 years ago
Martin Gräßlin a59111148c Cube & co becomes zoomable (usage: + and -). Adding also a config option to define the default zoom. 18 years ago
Martin Gräßlin c67256e037 Option for Compiz like mouse dragging in cube effects. That is cube is closed on release of mouse button. Option is disabled by default. 18 years ago
Martin Gräßlin d5be0f8da5 - limit the number of left/right rotations. Cube will not rotate endless if cursor keys are being pressed 18 years ago