aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-07 07:15:05 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-07 07:17:48 +0200
commit8b98c612f7b17feaafabc48ad584498e1198f5ee (patch)
treef1a25d8ddc5c10af466583a302b5a2dcbed65c2d /TODO
parent6e133a4bbad472dc03215acd6a22b0211c30a6f3 (diff)
Use stack for page navigation, dont add spacing between list elements if the widget is empty or not visible
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 873bd99..196ee6f 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,7 @@ Maybe change design to have black triangles appear and get larger until they fil
Have buttons appear slanted in 3D.
All of these things should be done with vertex buffer, for real 3D.
-DISPLAY gamescope-0
+WAYLAND_DISPLAY gamescope-0, DISPLAY=:1 (gamescope xwayland)
Optimize list/page when having a few items in it (dont use vector<unique_ptr<Widget>>).
@@ -16,4 +16,4 @@ Only redraw ui if changed (dirty state, propagate upward. Set dirty when adding
Use _NET_WM_ALLOWED_ACTIONS. Same for notifications.
-Handle events in draw function because the render position of elements is available there so why duplicate it in event handler. \ No newline at end of file
+Handle events in draw function because the render position of elements is available there so why duplicate it in event handler.