kwin/effects
Lucas Murray 1fb0e16b47 Various deactivation fading fixes.
BUG: 176502

svn path=/trunk/KDE/kdebase/workspace/; revision=896316
2008-12-13 09:02:27 +00:00
..
data Implement clipping of snow flakes in fragment shader. This fixes painting the flakes several times in multi screen setup as well as during active desktop grid effect. Also honour translations and scaling of the desktop and re-enabling snow during active full screen effect. 2008-12-03 19:46:20 +00:00
test SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
blur.cpp Disable blur effect when there is an active fullscreen effect. This makes cube & co. work if blur is enabled. It's a hack and the real reason why the problem occurs should be searched for. (I totally forgot to commit this patch) 2008-11-18 08:20:37 +00:00
blur.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
blur.h Make window blur effect opacity dependent. Patch by premierSullivan gmail com. 2008-07-31 16:36:24 +00:00
boxswitch.cpp Disable box switch animations by default. 2008-11-29 02:38:59 +00:00
boxswitch.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
boxswitch.h Enable box switch animations by default. 2008-11-28 15:23:21 +00:00
boxswitch_config.cpp Disable box switch animations by default. 2008-11-29 02:38:59 +00:00
boxswitch_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
boxswitch_config.h Added background window opacity setting to box switch. 2008-09-05 10:48:18 +00:00
boxswitch_config.ui i18n style guide fixes 2008-11-17 18:35:18 +00:00
CMakeLists.txt Kephalized plasma and kwin: replaced usage of QDesktopWidget by Kephal 2008-11-15 03:04:44 +00:00
configs_builtins.cpp Added background window opacity setting to box switch. 2008-09-05 10:48:18 +00:00
coverswitch.cpp Some more multi screen voodoo. Thanks to kwin not crashing any more when changing layout and/or resolution I'm quite confident that the layout works with all possible two screen layouts. 2008-12-06 22:51:57 +00:00
coverswitch.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
coverswitch.h Do not activate OpenGL only effects in XRender mode. 2008-12-04 08:47:07 +00:00
coverswitch_config.cpp Merge the coverswitch branch from git://github.com/Zarin/kwin.git (http://github.com/Zarin/kwin/tree/coverswitch) 2008-11-11 21:32:45 +00:00
coverswitch_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
coverswitch_config.h Merge the coverswitch branch from git://github.com/Zarin/kwin.git (http://github.com/Zarin/kwin/tree/coverswitch) 2008-11-11 21:32:45 +00:00
coverswitch_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
cube.cpp SVN_SILENT Cleaned up recent commits. 2008-12-04 09:02:21 +00:00
cube.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
cube.h Do not activate OpenGL only effects in XRender mode. 2008-12-04 08:47:07 +00:00
cube_config.cpp Add a widget to assign an effect to screen edges in the kwincompositing dialog. 2008-11-06 10:42:36 +00:00
cube_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
cube_config.h Reworked the UI for cube configuration. There are two tabs (basic and advanced) now and the whole UI is more clearly arranged. 2008-08-28 07:42:52 +00:00
cube_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
cylinder.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
cylinder.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
cylinder.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
cylinder_config.cpp Add a widget to assign an effect to screen edges in the kwincompositing dialog. 2008-11-06 10:42:36 +00:00
cylinder_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
cylinder_config.h Reworked UI for cylinder configuration. Based on rework of cube config (r853730). 2008-08-28 08:02:12 +00:00
cylinder_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
desktopgrid.cpp Paint desktop windows only once in multi screen setups as we know that a desktop window is bound to a screen and there is one desktop window per screen. 2008-12-03 10:56:46 +00:00
desktopgrid.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
desktopgrid.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
desktopgrid_config.cpp i18n style guide fixes 2008-11-17 18:35:18 +00:00
desktopgrid_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
desktopgrid_config.h Added automatic layout mode to the desktop grid effect. Patch based off one by Christian Mollekopf. 2008-09-04 14:37:07 +00:00
desktopgrid_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
dialogparent.cpp Added reconfigure() to dialog parent effect. 2008-10-09 05:33:57 +00:00
dialogparent.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
dialogparent.h Added reconfigure() to dialog parent effect. 2008-10-09 05:33:57 +00:00
diminactive.cpp add brace to avoid compiling warning of gcc 2008-12-08 03:49:44 +00:00
diminactive.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
diminactive.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
diminactive_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
diminactive_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
diminactive_config.h Not necessary 2008-05-03 12:47:11 +00:00
diminactive_config.ui Use grid layouts instead of form layouts. 2008-10-18 13:50:32 +00:00
dimscreen.cpp Add dim screen effect support to PolicyKit-KDE. 2008-12-07 15:37:14 +00:00
dimscreen.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
dimscreen.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
explosion.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
explosioneffect.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
explosioneffect.h License cleanup - add headers where missing, be explicit about GPL 2007-11-27 19:40:25 +00:00
fade.cpp Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
fade.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
fade.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
fallapart.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
fallapart.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
fallapart.h Don't explode all windows (i.e. also menues) 2008-06-30 12:52:06 +00:00
flipswitch.cpp SVN_SILENT Cleaned up recent commits. 2008-12-04 09:02:21 +00:00
flipswitch.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
flipswitch.h Do not activate OpenGL only effects in XRender mode. 2008-12-04 08:47:07 +00:00
flipswitch_config.cpp Not necessary to use a QGridLayout when we have just one widget 2008-09-16 07:41:39 +00:00
flipswitch_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
flipswitch_config.h Not necessary 2008-05-03 12:47:11 +00:00
flipswitch_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
invert.cpp i18n style guide fixes 2008-11-17 18:35:18 +00:00
invert.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
invert.h Added feature to only invert the colours of selected windows 2008-08-27 12:20:34 +00:00
invert_config.cpp i18n style guide fixes 2008-11-17 18:35:18 +00:00
invert_config.desktop SVN_SILENT made messages (.desktop file) 2008-11-24 12:48:17 +00:00
invert_config.h Not necessary 2008-05-03 12:47:11 +00:00
kwineffect.desktop SVN_SILENT made messages (.desktop file) 2008-12-03 14:37:06 +00:00
login.cpp A hack to disable unredirect for login splashscreen, better solution would 2008-10-14 10:34:35 +00:00
login.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
login.h License cleanup - add headers where missing, be explicit about GPL 2007-11-27 19:40:25 +00:00
logout.cpp Add a global configuration option for animation speed. See description 2008-08-30 07:25:54 +00:00
logout.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
logout.h License cleanup - add headers where missing, be explicit about GPL 2007-11-27 19:40:25 +00:00
lookingglass.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
lookingglass.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
lookingglass.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
lookingglass_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
lookingglass_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
lookingglass_config.h - Adapt to no undo on close in KShortcutsEditor by adding undo where 2008-05-25 20:31:33 +00:00
lookingglass_config.ui Use grid layouts instead of form layouts. 2008-10-18 13:50:32 +00:00
magiclamp.cpp Add a global configuration option for animation speed. See description 2008-08-30 07:25:54 +00:00
magiclamp.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
magiclamp.h Magiclamp supports now panels which are not positioned at the bottom of the screen. 2008-08-22 09:40:46 +00:00
magnifier.cpp Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
magnifier.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
magnifier.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
magnifier_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
magnifier_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
magnifier_config.h - Adapt to no undo on close in KShortcutsEditor by adding undo where 2008-05-25 20:31:33 +00:00
magnifier_config.ui Use grid layouts instead of form layouts. 2008-10-18 13:50:32 +00:00
maketransparent.cpp SVN_SILENT Fix typos in kdebase 2008-10-23 09:31:44 +00:00
maketransparent.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
maketransparent.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
maketransparent_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
maketransparent_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-03 14:37:06 +00:00
maketransparent_config.h Patch from Will Stephenson to use 'translucency' consistently and some tweaks. 2008-09-29 13:33:58 +00:00
maketransparent_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
Messages.sh Remove temporary file 2008-07-02 07:04:51 +00:00
minimizeanimation.cpp Add a global configuration option for animation speed. See description 2008-08-30 07:25:54 +00:00
minimizeanimation.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
minimizeanimation.h rename mTimeLine to mTimeLineWindows to make it sufficiently clear that we have more than one timeline 2008-04-19 00:12:28 +00:00
mousemark.cpp Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
mousemark.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
mousemark.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
mousemark_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
mousemark_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
mousemark_config.h - Adapt to no undo on close in KShortcutsEditor by adding undo where 2008-05-25 20:31:33 +00:00
mousemark_config.ui Use grid layouts instead of form layouts. 2008-10-18 13:50:32 +00:00
presentwindows.cpp Various deactivation fading fixes. 2008-12-13 09:02:27 +00:00
presentwindows.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
presentwindows.h Various deactivation fading fixes. 2008-12-13 09:02:27 +00:00
presentwindows_config.cpp Add a widget to assign an effect to screen edges in the kwincompositing dialog. 2008-11-06 10:42:36 +00:00
presentwindows_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-03 14:37:06 +00:00
presentwindows_config.h FEATURE: Two new layout modes for the present windows effect 2008-08-25 09:17:15 +00:00
presentwindows_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
scalein.cpp Don't apply the scale in effect to utility windows either. 2008-09-01 12:55:41 +00:00
scalein.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
scalein.h Scale In plugin now uses TimeLine, also fade and scale in to 2008-05-04 01:22:15 +00:00
shadow.cpp Correct use of OpenGL coords. Fixes shadow issue with small windows that 2008-12-13 06:51:57 +00:00
shadow.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
shadow.h Move repeated code into a helper function. 2008-11-27 13:38:35 +00:00
shadow_config.cpp Reload decorations when any shadow-related settings are changed. 2008-11-25 10:06:44 +00:00
shadow_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-06 15:26:49 +00:00
shadow_config.h Converted shadow config dialog to .ui 2008-11-06 10:48:13 +00:00
shadow_config.ui Implement and activate shadow effect settings relating to default shadow 2008-11-25 09:10:52 +00:00
shadow_helper.h SVN_SILENT Fix typos in kdebase 2008-10-23 09:31:44 +00:00
sharpen.cpp add context 2008-11-02 17:39:23 +00:00
sharpen.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
sharpen.h License cleanup - add headers where missing, be explicit about GPL 2007-11-27 19:40:25 +00:00
sharpen_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
sharpen_config.desktop SVN_SILENT made messages (.desktop file) 2008-11-24 12:48:17 +00:00
sharpen_config.h Not necessary 2008-05-03 12:47:11 +00:00
showfps.cpp Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
showfps.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
showfps.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
showfps_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
showfps_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
showfps_config.h Not necessary 2008-05-03 12:47:11 +00:00
showfps_config.ui Use grid layouts instead of form layouts. 2008-10-18 13:50:32 +00:00
showpaint.cpp Add const & so we don't copy all that objects for nothing, faster effects for free! 2008-10-11 12:38:46 +00:00
showpaint.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
showpaint.h License cleanup - add headers where missing, be explicit about GPL 2007-11-27 19:40:25 +00:00
slide.cpp Mark the slide plugin as being a fullscreen effect. 2008-11-18 13:36:34 +00:00
slide.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
slide.h Added reconfigure() to slide effect. 2008-10-09 05:31:04 +00:00
snow.cpp Make snow behind windows the default as it is much nicer. 2008-12-06 09:12:33 +00:00
snow.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
snow.h Do not activate OpenGL only effects in XRender mode. 2008-12-04 08:47:07 +00:00
snow_config.cpp Make snow behind windows the default as it is much nicer. 2008-12-06 09:12:33 +00:00
snow_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
snow_config.h Not necessary 2008-05-03 12:47:11 +00:00
snow_config.ui Option to snow behind windows and small performance improvement by using a glList 2008-11-11 11:31:12 +00:00
sphere.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
sphere.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
sphere.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
sphere_config.cpp Add a widget to assign an effect to screen edges in the kwincompositing dialog. 2008-11-06 10:42:36 +00:00
sphere_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
sphere_config.h Reworked UI for sphere configuration. Based on rework of cube config (r853730). 2008-08-28 08:36:46 +00:00
sphere_config.ui i18n: disambiguation contexts. 2008-12-05 22:23:29 +00:00
taskbarthumbnail.cpp const & in foreach 2008-04-26 16:03:02 +00:00
taskbarthumbnail.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
taskbarthumbnail.h Dump the old taskbar thumbnail effect, replace it with a new one 2008-01-03 14:00:13 +00:00
thumbnailaside.cpp Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
thumbnailaside.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
thumbnailaside.h Support for proper effect reconfiguration instead of reloading them. 2008-10-02 09:27:32 +00:00
thumbnailaside_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
thumbnailaside_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-10 13:48:00 +00:00
thumbnailaside_config.h - Adapt to no undo on close in KShortcutsEditor by adding undo where 2008-05-25 20:31:33 +00:00
thumbnailaside_config.ui Use grid layouts instead of form layouts. 2008-10-18 13:50:32 +00:00
trackmouse.cpp don't start at 0 degrees every time the mouse is pressed, but base the angle on the time. this allows one to press the keyboard, let go and press it again without it jumping. 2008-04-15 12:54:17 +00:00
trackmouse.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
trackmouse.h Report old buttons and modifiers state in mouseChanged() as well. 2008-01-02 15:34:12 +00:00
trackmouse_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
trackmouse_config.desktop SVN_SILENT made messages (.desktop file) 2008-11-26 14:02:48 +00:00
trackmouse_config.h Not necessary 2008-05-03 12:47:11 +00:00
videorecord.cpp bzero's prototype is in strings.h; possibly memset is more portable here. 2008-05-28 08:43:54 +00:00
videorecord.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
videorecord.h Allow to define where store video. 2008-02-04 12:06:13 +00:00
videorecord_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
videorecord_config.desktop SVN_SILENT made messages (.desktop file) 2008-11-20 13:51:52 +00:00
videorecord_config.h Not necessary 2008-05-03 12:47:11 +00:00
wobblywindows.cpp Reduce wobblyness when resizing the window by locking the opposite window corner of the mouse cursor. 2008-11-27 21:50:04 +00:00
wobblywindows.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
wobblywindows.h Reduce wobblyness when resizing the window by locking the opposite window corner of the mouse cursor. 2008-11-27 21:50:04 +00:00
wobblywindows_config.cpp Removed incomplete filters and changed the defaults in wobbly windows as suggested by Cedric. 2008-09-26 05:27:57 +00:00
wobblywindows_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
wobblywindows_config.h Added "advanced mode" to wobbly windows settings. 2008-09-06 14:50:02 +00:00
wobblywindows_config.ui Use grid layouts instead of form layouts. 2008-10-18 13:50:32 +00:00
zoom.cpp Add a global configuration option for animation speed. See description 2008-08-30 07:25:54 +00:00
zoom.desktop SVN_SILENT made messages (.desktop file) 2008-12-12 12:35:50 +00:00
zoom.h Report old buttons and modifiers state in mouseChanged() as well. 2008-01-02 15:34:12 +00:00
zoom_config.cpp Moved all debug, warning and error messages into the KWin 1212 area. 2008-11-17 15:04:52 +00:00
zoom_config.desktop SVN_SILENT made messages (.desktop file) 2008-12-06 15:26:49 +00:00
zoom_config.h Not necessary 2008-05-03 12:47:11 +00:00