switch to BTS
This commit is contained in:
parent
7af9bde670
commit
41d4b9dc66
|
@ -1,4 +0,0 @@
|
||||||
This is awesome's bug and wish list. You can access closed bugs [here](done).
|
|
||||||
|
|
||||||
[[inline pages="./bugs/* and !./bugs/done and !link(done)
|
|
||||||
and !*/Discussion" actions=yes postform=yes show=0]]
|
|
|
@ -1,3 +0,0 @@
|
||||||
awesome should support Composite without xcompmgr.
|
|
||||||
|
|
||||||
> Planned in [[roadmap]]
|
|
|
@ -1,3 +0,0 @@
|
||||||
Mouse buttons bindings should be configurable.
|
|
||||||
|
|
||||||
> This is fixed in 2.0; marking this bug [[done]].
|
|
|
@ -1,3 +0,0 @@
|
||||||
Rightclicking on =[] or pressing mod-shift-space should cycle backwards through the layouts.
|
|
||||||
|
|
||||||
> This is fixed in 1.3; marking this bug [[done]].
|
|
|
@ -1,6 +0,0 @@
|
||||||
*awesome* should not read from stdin but from a fifo. This will allow to:
|
|
||||||
|
|
||||||
- send commands to interact with awesome (on specified screen);
|
|
||||||
- print statustext on other screens with multi-head setups.
|
|
||||||
|
|
||||||
> This is fixed in 2.0; marking this bug [[done]].
|
|
|
@ -1,3 +0,0 @@
|
||||||
Fullscreen in Firefox on some other apps is not well respected.
|
|
||||||
|
|
||||||
> This is fixed in git version.
|
|
|
@ -1,2 +0,0 @@
|
||||||
awesome should support a less dynamic layout scheme, where windows could be moved in columns and manually placed.
|
|
||||||
Columns would be resizable with mouse also.
|
|
|
@ -1,3 +0,0 @@
|
||||||
Each tags should be able to set its own layout and its parameters in config file and on runtime.
|
|
||||||
|
|
||||||
> This is fixed in 2.0; marking this bug [[done]].
|
|
|
@ -1,3 +0,0 @@
|
||||||
awesome should use XCB instead of libX11.
|
|
||||||
|
|
||||||
> Xft and cairo currently lacks of XCB support, delayed.
|
|
|
@ -1,3 +0,0 @@
|
||||||
awesome should use XFT to draw text in statusbar.
|
|
||||||
|
|
||||||
> This is fixed in 1.3; marking this bug [[done]].
|
|
|
@ -1,3 +0,0 @@
|
||||||
recently fixed [[bugs]]
|
|
||||||
|
|
||||||
[[inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10]]
|
|
|
@ -1,6 +1,5 @@
|
||||||
Here is resources for *awesome* developers and contributors.
|
Here is resources for *awesome* developers and contributors.
|
||||||
|
|
||||||
- [Roadmap](/roadmap)
|
|
||||||
- [doxygen documentation](/doc/dev)
|
- [doxygen documentation](/doc/dev)
|
||||||
- [[Bugs|bugs]]
|
- [Bug tracking system](/bugs/)
|
||||||
|
|
||||||
|
|
60
roadmap.mdwn
60
roadmap.mdwn
|
@ -1,60 +0,0 @@
|
||||||
Here is the current developement roadmap for *awesome*. This may be not totally accurate and may change.
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
# awesome 1.3
|
|
||||||
released on 5 october 2007
|
|
||||||
|
|
||||||
> **Status:** *done:* 100%
|
|
||||||
|
|
||||||
> <img src="../images/green-h.png" alt="progress" width="200" height="15" />
|
|
||||||
|
|
||||||
Changes:
|
|
||||||
|
|
||||||
- New Xinerama support;
|
|
||||||
- Xft support;
|
|
||||||
- Minor features.
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
# awesome 2.0
|
|
||||||
released on 11 december 2007
|
|
||||||
|
|
||||||
> **Status:** *done:* 100%
|
|
||||||
|
|
||||||
> <img src="../images/green-h.png" alt="progress" width="200" height="15" />
|
|
||||||
|
|
||||||
Changes:
|
|
||||||
|
|
||||||
- Replace libconfig with libconfuse (done);
|
|
||||||
- Cairo support for drawing (done);
|
|
||||||
- Support for enhanced fifo reading (done);
|
|
||||||
- Support for configurable mouse bindings (done).
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
# awesome 2.1
|
|
||||||
|
|
||||||
> **Status:** *done:* 30%
|
|
||||||
|
|
||||||
> <img src="../images/green-h.png" alt="progress" width="60" height="15" /><img src="../images/red-h.png" alt="progress" width="140" height="15" />
|
|
||||||
|
|
||||||
Changes:
|
|
||||||
|
|
||||||
- Tabs support;
|
|
||||||
- Application fullscreen support;
|
|
||||||
- Partial EWMH support;
|
|
||||||
- New widget layout for status bar.
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
# awesome 3.0
|
|
||||||
|
|
||||||
> **Status:** *done:* 0%
|
|
||||||
|
|
||||||
> <img src="../images/yellow-h.png" alt="progress" width="200" height="15" />
|
|
||||||
|
|
||||||
Changes:
|
|
||||||
|
|
||||||
- XComposite support.
|
|
||||||
- Real XRandR support.
|
|
Loading…
Reference in New Issue