Mgraesslin (Talk | contribs) (→Developer information) |
|||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | ||
| Line 8: | Line 8: | ||
* [https://mail.kde.org/mailman/listinfo/kwin KWin mailing list] | * [https://mail.kde.org/mailman/listinfo/kwin KWin mailing list] | ||
* IRC channel #kwin on freenode | * IRC channel #kwin on freenode | ||
| − | * [https://projects.kde.org/projects/kde | + | * [https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/entry/kwin/COMPLIANCE COMPLIANCE] - a document on KWin's compliance to the window manager specifications [http://tronche.com/gui/x/icccm/ ICCCM] and [http://www.freedesktop.org/wiki/Specifications/wm-spec EWMH] (also known as NETWM). |
* [[/4.0-release-notes|KDE4.0 release notes]] - information about changes and new features in KWin in KDE4.0 | * [[/4.0-release-notes|KDE4.0 release notes]] - information about changes and new features in KWin in KDE4.0 | ||
| + | * [[/Build_Options|KWin Build Options]] - documentation on the available build options for KWin. | ||
== Developer information == | == Developer information == | ||
| Line 18: | Line 19: | ||
* [http://api.kde.org/4.x-api/kdebase-workspace-apidocs/kwin/lib/html/group__kwineffects.html libkwineffects API documentation ] - Documentation on API for compositing effects - currently needs to be done, developers interested in developing compositing effects for KWin are currently suggested to use source of already [https://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/master/show/kwin/effects existing effects shipped with KWin] (especially the Howto effect in the tests/ directory as a starting point) and/or ask on the KWin mailing list if necessary. NOTE: This API is currently considered unstable and subject to change. | * [http://api.kde.org/4.x-api/kdebase-workspace-apidocs/kwin/lib/html/group__kwineffects.html libkwineffects API documentation ] - Documentation on API for compositing effects - currently needs to be done, developers interested in developing compositing effects for KWin are currently suggested to use source of already [https://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/master/show/kwin/effects existing effects shipped with KWin] (especially the Howto effect in the tests/ directory as a starting point) and/or ask on the KWin mailing list if necessary. NOTE: This API is currently considered unstable and subject to change. | ||
* [[Development/Tutorials/KWin/Scripting/API|Scripting API]] and [[Development/Tutorials/KWin/Scripting|KWin Scripting Tutorial]] | * [[Development/Tutorials/KWin/Scripting/API|Scripting API]] and [[Development/Tutorials/KWin/Scripting|KWin Scripting Tutorial]] | ||
| + | * [[Projects/KWin/Scripting_Update_Notes|Scripting Update Notes for version 4.9]] | ||
== Configuration == | == Configuration == | ||
| − | * [https://projects.kde.org/projects/kde | + | * [https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/entry/kwin/CONFIGURING CONFIGURING ] - document on advanced KWin configuration (such as pre-configuring window-specific settings). |
This is a starting page for all relevant KWin documentation, most of which is stored in SVN or on external WWW pages.