kwin/scripting
Martin Gräßlin e824412535 Export FPx2 to scripted effects
Simplifies the API. An FPx2 can be defined as a single real value
or a complex object with two real values:
{
value1: 1.0,
value2: 2.0
}
For a default ctor a null value can be used.
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 Export FPx2 to scripted effects 2012-03-12 21:37:40 +01:00
scriptedeffect.h Export FPx2 to scripted 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