From 1494aef0614ebf155b871687cdaa3a4f0ae88498 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 11 Feb 2005 14:36:26 +0000 Subject: [PATCH] moved resize todo thing to the mini freeze. it's a bug. SVN revision: 13313 --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f1062e7af..9bf6fe6a6 100644 --- a/TODO +++ b/TODO @@ -29,6 +29,8 @@ Current freeze issues are: ISSUES: +* if xinerama screens overlap... dont use the later screen overlapping +* if window exits while resizing, resize display stays up - fix * All objects should be an e_object? * focus newly created windows when appropriate (under mouse and focus follows mouse etc.) * ibar module should only make 1 gadget per container and allow u to enable/disable that gadget on that container (like clock) @@ -61,7 +63,6 @@ Also look at all the .c files - they have their own localized TODO lists These are in no particular order: -* if a window crashes during resize the resize numbers onscreen remain * gadget containers (shelves) * all modules should have a "enter gadget edit mode" option in their menus * fix border raise/lower to use certain marker "windows" to not raise above or lower below (menus should always be above the top marker window for example)