From 688bbb16d6fe21e885eee6ca736e8471b021b0f6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 25 May 2020 13:36:09 +0200 Subject: [PATCH] Move To do list to own file. --- README.adoc | 29 +---------------------------- TODO.adoc | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 28 deletions(-) create mode 100644 TODO.adoc diff --git a/README.adoc b/README.adoc index 0d7464b..d3033c3 100644 --- a/README.adoc +++ b/README.adoc @@ -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[] diff --git a/TODO.adoc b/TODO.adoc new file mode 100644 index 0000000..4635dba --- /dev/null +++ b/TODO.adoc @@ -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