(libkwineffects link) |
(updated api links) |
||
| Line 10: | Line 10: | ||
* [http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/HACKING HACKING] - Starting document for developers interested in helping with developing KWin, including information on the [https://mail.kde.org/mailman/listinfo/kwin KWin mailing list], KWin structure, developing tips, etc. | * [http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/HACKING HACKING] - Starting document for developers interested in helping with developing KWin, including information on the [https://mail.kde.org/mailman/listinfo/kwin KWin mailing list], KWin structure, developing tips, etc. | ||
| − | * [http://api.kde.org/4.x-api/kdebase- | + | * [http://api.kde.org/4.x-api/kdebase-workspace-apidocs/kwin/lib/html/group__kdecoration.html libkdecoration API documentation] - API documentation for the library used for developing KWin decorations (the link points to documentation for the current development version, for other versions: [http://api.kde.org/4.0-api/kdebase-workspace-apidocs/kwin/lib/html/group__kdecoration.html 4.0] ). |
* [http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/clients/PORTING clients/PORTING] - List of changes needed to port decorations from KDE3 to KDE4. | * [http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/clients/PORTING clients/PORTING] - List of changes needed to port decorations from KDE3 to KDE4. | ||
* [http://www.usermode.org/docs/kwintheme.html KWin decorations HOWTO] - tutorial on writing KWin decorations. Note that it is written for KDE3.2, but it is also usable for newer versions (see also the PORTING document above) | * [http://www.usermode.org/docs/kwintheme.html KWin decorations HOWTO] - tutorial on writing KWin decorations. Note that it is written for KDE3.2, but it is also usable for newer versions (see also the PORTING document above) | ||
* [http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/COMPOSITE_TODO COMPOSITE_TODO ] - TODO list for compositing support in KWin. | * [http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/COMPOSITE_TODO COMPOSITE_TODO ] - TODO list for compositing support in KWin. | ||
| − | * [http://api.kde.org/4.x-api/kdebase- | + | * [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 [http://websvn.kde.org/trunk/KDE/kdebase/workspace/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. |
== Configuration == | == Configuration == | ||
This is a starting page for all relevant KWin documentation, most of which is stored in SVN or on external WWW pages.