aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-09 22:59:06 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-09 23:01:03 +0200
commitbe7e74fe9b51123dec29f9ed9c0441dc8725dd1a (patch)
tree5eb7c73910e2526cc4b009bc677e76d2b66f7ec4 /TODO
parente6167bc9300d497b1f2edf3a307164081e24f2bd (diff)
Support png,jpg and gif clipboard. Use callback for clipboard
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 16fa40e..df13b75 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,4 @@ Experiment with reducing latency by removing GLX_DOUBLEBUFFER and using glFlush&
Only render one glyph for missing symbols.\
High precision mouse wheel event by using xi2, which also allows us to get which scroll wheel was used and scrolling in y direction.\
Use XPresent (PresentNotifyMSC, glSwapBuffers, wait for PresentCompleteNotify before doing presentNotifyMsc and glSwapBuffers again), see https://invent.kde.org/plasma/kwin/-/issues/27. This doesn't work on nvidia because nvidia never sends the PresentCompleteNotify event.
+Support drag and drop. \ No newline at end of file