summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-16 21:32:46 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-16 21:32:46 +0100
commit7c17cf553711c8911940bc578fa6dfa1de12840a (patch)
tree6c15797468441747dcc87731d5dc1cdaa870cf9a /TODO
parentimprove cie_ filters by allowing control over individual subpixels (diff)
downloadblueshift-7c17cf553711c8911940bc578fa6dfa1de12840a.tar.gz
blueshift-7c17cf553711c8911940bc578fa6dfa1de12840a.tar.bz2
blueshift-7c17cf553711c8911940bc578fa6dfa1de12840a.tar.xz
switch overloading sentinel from None to ... and improve sigmoid, manipulate, cie_manipulate and lower_resolution
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 826dad8..92ad225 100644
--- a/TODO
+++ b/TODO
@@ -9,8 +9,10 @@ Medium priority:
Low priority:
Demo cie_{brigtness,contrast,manipulate} with 3 arguments and
cie_limits with 6 3 arguments.
+ Demo `None` and `...` in sigmoid, manipulate, cie_manipulate
+ and lower_resolution.
Add a section in manual for information on which order
- to apply settings and how it affects the result
+ to apply settings and how it affects the result.
Future stuff:
Add wayland support (could not find an API for it, but xwayland works)