From e89d374d17af0f64b84f84eb8a3137b750b7b6e9 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 19 Dec 2004 15:36:35 +0000 Subject: [PATCH] more TODO SVN revision: 12514 --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 01bc237f5..208e62a7e 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,7 @@ These are in no particular order: * add keybindings * add general actions to be hooked to button/key bindings * add "icon box" +* add iconify (minimize) * add pagers * add netwm support * full colour+alpha cursors @@ -29,7 +30,7 @@ These are in no particular order: * add a way to access all apps * list window properties then only fetch the ones that exist on window map * non opaque move/resize -* optimize dropshadow module +* optimize dropshadow module to blure faster/more efficiently * change evas and ecore_evas to create shape rect lists directly * support shaped clients borders etc. * ibar need to support label pop-ups @@ -62,3 +63,5 @@ These are in no particular order: * add sliders, radio and check buttons for clientinfo pane * display coords while moving/resizing * add separate app menu bars at top of screen support +* add "osd" subsystem for things like volume controls on keybboards, etc. that overlay the screen +* add really nice "about" box with theme, authors credits list etc etc.