|
Revision 1, 0.8 KB
(checked in by root, 3 years ago)
|
|
Initial commit
|
| Line | |
|---|
| 1 | Required for 1.0.0 release: |
|---|
| 2 | |
|---|
| 3 | * Stability. |
|---|
| 4 | * Must build for all combinations of optional features. |
|---|
| 5 | * Would be nice to keep the stripped, 32-bit x86 and SPARC binaries |
|---|
| 6 | under 32K for no justifiable reason (I'm well aware this has no |
|---|
| 7 | bearing on resident size). |
|---|
| 8 | |
|---|
| 9 | Things to put off until 1.1.x: |
|---|
| 10 | |
|---|
| 11 | * EWMH compliance, including: |
|---|
| 12 | + Client control via root window messages. |
|---|
| 13 | + Client ordering maintained bearing in mind _NET_WM_WINDOW_TYPE. |
|---|
| 14 | I already have some work towards this. |
|---|
| 15 | * A few things can probably cease to be compile-time options. |
|---|
| 16 | * Better interoperation with Xinerama (David Flynn has some patches |
|---|
| 17 | for this). |
|---|
| 18 | * Configuration file, possibly replacing most command-line options. |
|---|
| 19 | * Option for new windows to tile as well as possible. |
|---|
| 20 | * 64K limit? Storage is getting cheaper these days, after all. |
|---|