kwin/scripting
Martin Gräßlin 5592dffb48 JavaScript bindings for KWin effects
Scripted effects follow the Plamsoid package structure and the effect
loader recognizes a scripted effect at the according line in the desktop
file. If it is a scripted effect a different loader is used which
instantiates an object of the ScriptedEffect class. This class inherits
the AnimationEffect and exports the animate method and the EffectsHandler.
2012-03-12 21:37:40 +01:00
..
kwinscript.desktop Service Type property to exclude KWin Scripts from listing in KCM 2012-03-02 09:10:11 +01:00
meta.cpp fix tabbing 2012-02-11 16:30:22 +01:00
meta.h fix tabbing 2012-02-11 16:30:22 +01:00
scriptedeffect.cpp JavaScript bindings for KWin effects 2012-03-12 21:37:40 +01:00
scriptedeffect.h JavaScript bindings for KWin effects 2012-03-12 21:37:40 +01:00
scripting.cpp Support loading/unloading of scripts on config change 2012-03-02 09:10:21 +01:00
scripting.h Support loading/unloading of scripts on config change 2012-03-02 09:10:21 +01:00
timer.cpp Simplify the Timer in scripting 2012-01-22 13:02:34 +01:00
workspace_wrapper.cpp Demands Attention support for KWin Scripting 2012-03-12 21:25:45 +01:00
workspace_wrapper.h Demands Attention support for KWin Scripting 2012-03-12 21:25:45 +01:00