Move To do list to own file.

This commit is contained in:
tastytea 2020-05-25 13:36:09 +02:00
parent f1b0c3805d
commit 688bbb16d6
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 29 additions and 28 deletions

View File

@ -48,31 +48,4 @@ link:{uri-branch-main}/LICENSE[LICENSE] for details.
include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]
== To do
=== (Re-)create source files
Since we don't have the sources, creating new cursors or modifying them is not
gonna be easy. Possible solutions are to (semi-automatically?) create SVGs from
the X11 cursors, start from scratch, or work directly with the X11 cursors.
Ideas are welcome.
=== Prettier preview
The script used for preview generation does not yield the best results. If you
know how to generate them without loosing quality, please let us know.
=== Missing cursors
NOTE: dnd = Drag and drop
* bd_double_arrow a.k.a. nwse-resize a.k.a. size_fdiag
a.k.a. c7088f0f3e6c8088236ef8e1e3e70000
* fd_double_arrow a.k.a. nesw-resize a.k.a. size_bdiag
a.k.a. fcf1c3c7cd4491d801f1e1c78f100000
* crossed_circle a.k.a. not-allowed a.k.a. 03b6e0fcb3499374a867c041f52298f0
* copy a.k.a. dnd-copy a.k.a. 1081e37283d90000800003c07f3ef6bf
a.k.a. 6407b0e94181790501fd1e167b474872
* link a.k.a. dnd-link a.k.a. alias a.k.a. 3085a0e285430894940527032f8b26df
a.k.a. 640fb0e74195791501fd1ed57b41487f
* no-drop a.k.a. dnd-no-drop
include::{uri-base}/raw/branch/main/TODO.adoc[]

28
TODO.adoc Normal file
View File

@ -0,0 +1,28 @@
== To do
=== (Re-)create source files
Since we don't have the sources, creating new cursors or modifying them is not
gonna be easy. Possible solutions are to (semi-automatically?) create SVGs from
the X11 cursors, start from scratch, or work directly with the X11 cursors.
Ideas are welcome.
=== Prettier preview
The script used for preview generation does not yield the best results. If you
know how to generate them without loosing quality, please let us know.
=== Missing cursors
NOTE: dnd = Drag and drop
* bd_double_arrow a.k.a. nwse-resize a.k.a. size_fdiag
a.k.a. c7088f0f3e6c8088236ef8e1e3e70000
* fd_double_arrow a.k.a. nesw-resize a.k.a. size_bdiag
a.k.a. fcf1c3c7cd4491d801f1e1c78f100000
* crossed_circle a.k.a. not-allowed a.k.a. 03b6e0fcb3499374a867c041f52298f0
* copy a.k.a. dnd-copy a.k.a. 1081e37283d90000800003c07f3ef6bf
a.k.a. 6407b0e94181790501fd1e167b474872
* link a.k.a. dnd-link a.k.a. alias a.k.a. 3085a0e285430894940527032f8b26df
a.k.a. 640fb0e74195791501fd1ed57b41487f
* no-drop a.k.a. dnd-no-drop