Development
From Sawfish
| Development quick access |
Contents |
This page contains documentation concerning the development of the sawfish core and future extensions of it.
[edit] Release Todos
All past todos (and what is accomplished) are available.
[edit] Bug reports
- Open bugs on bugzilla.gnome.org
- All bugs on bugzilla.gnome.org
- Bugs reported in bugs.debian.org
- Bugs in sourceforge.net tracker (visible only when logged it)
[edit] Librep internals
How to write a librep C modules is not documented. The documentation would have the API, the conventions and an skeleton example with a tutorial of sorts. The example would have all the other helper code like Makefiles and directory structure laid out. The reason for this documentation is so that new X protocols (and OpenGL) modules can be created.
Current Docs:
[edit] Composite Extension, OpenGL and friends
Ostensibly the future of sawfish is have access to the new protocols. One key to implementing is understanding what they do and how they are supposed to be interacted with. To start these pages can be nothing more than links to the specs and basic tutorials.
Current Docs:
[edit] Sawfish event system
To aid in development and understanding, There needs to be documentation the X event model and how Sawfish interacts and deals with it.
[edit] NestedServer
Tips about how to run fake X servers: NestedServer.
