1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Things to do
============
(sorted by priority, first comes the highest)
* Make Code gcc-4.0 (-pedantic -Wall) clean
* mostly finished, except src/session.c*
* REMOVE the current session.(c|h)
* REMOVE automake - use autoconf and a hand-written Makefile - automake sucks badly!
* Switch to C++!
* Write new documentation. Doxygen needs to be written.
* Switch to XRestackWindows for raising/lowering.
* Implement *all* needed things from EWMH, mostly for Gnome2.
(currently Gnome panels work again, *and* Oroborus registers itself with
the Gnome session)
* implement a remote controlling application
(like esh from enlightenment)
* Add a Gui application for configuring Oroborus more comfortable.
* Add a plugin interface.
* implement a popup funtion to warn the user
* Cleanup *all* of Oroborus to make it more flexible.
* Implement libxft2 support for the window decoration. (mostly for UTF-8 support).
Done and still in the TODO file
===============================
* Nothing yet ;)
|