summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorColin Hill <colin.james.hill@gmail.com>2011-01-11 18:02:42 -0800
committerColin Hill <colin.james.hill@gmail.com>2011-01-11 18:02:42 -0800
commit8aa3071eb7d84bb56889636143cf3e297debe913 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /TODO
parentd0c4b019d310e7607c2c746c3203b397b6b92b05 (diff)
Clear
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 0 insertions, 22 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index aed9ca2..0000000
--- a/TODO
+++ /dev/null
@@ -1,22 +0,0 @@
-TODO
-
-- check if minimum/maximum virtual sizes are set correctly
-- I guess most/all code that deals with mode is somehow wrong
-- define a real policy for the modes we allow the user to use
-- require 1.8 ABI because of HW_SKIP_CONSOLE?
-- add some checking for when the bottom-layer X dies?
-- standardize function definitions (coding style)
-- implement FreeScreen? (http://www.x.org/archive/X11R6.8.2/doc/DESIGN6.html#38)
-- implement the code that validates depths, implement other checks
-- compare Xlib's bpp with pScrn's bpp? is it needed? other similar checks?
-- add some Option "fullscreen"? (for Multiseat)
-- write the xcb backend
-- write other backends (for different window systems, or maybe using portable
- libraries like SDL or Qt)
-- ability to detach from one xserver and attach to other?
-- be fully xrandr-aware
-- xv?
-- other extensions?
-- improve the code that redraws the screen (damage tracking)
-- fully understand the fb/shadow code to get a clue on what's really going on =)
-- write a man page