File: TODO

package info (click to toggle)
oroborus 2.0.18
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 15,264 kB
  • ctags: 513
  • sloc: ansic: 6,518; makefile: 809; sh: 808
file content (40 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download | duplicates (4)
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 ;)