diff codeDoc/todo.txt @ 66:f54ae4fc2b2f

Replaced IWidget.getMinimalSize(out w,out h) with minWidth() and minHeight().
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 02 Jul 2008 17:10:07 +0100
parents baa87e68d7dc
children cee261eba249
line wrap: on
line diff
--- a/codeDoc/todo.txt	Sun Jun 29 15:40:37 2008 +0100
+++ b/codeDoc/todo.txt	Wed Jul 02 17:10:07 2008 +0100
@@ -5,16 +5,12 @@
 * means done
 
 GUI:
-->  Basic OpenGL code to:
-    ->* create orthographic projection
-    ->* draw boxes
-    ->  maybe more (text, textures, ...)
-->* Windows with size & position
 ->  Widgets:
+    ->  rethink how widgets are created and receive creation data, so that they don't have to be created by the Window
     ->* minimum size but expandable, auto-set
-        ->  no ability to resize yet except from config files
     ->* grid "layout" widgets
     ->  scripted widgets
     ->  decent rendering/theme system
-->  Text rendering
-    -> text library?
+    ->  lists from content lists
+->  Content:
+    ->  lists