comparison 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
comparison
equal deleted inserted replaced
65:891211f034f2 66:f54ae4fc2b2f
3 3
4 4
5 * means done 5 * means done
6 6
7 GUI: 7 GUI:
8 -> Basic OpenGL code to:
9 ->* create orthographic projection
10 ->* draw boxes
11 -> maybe more (text, textures, ...)
12 ->* Windows with size & position
13 -> Widgets: 8 -> Widgets:
9 -> rethink how widgets are created and receive creation data, so that they don't have to be created by the Window
14 ->* minimum size but expandable, auto-set 10 ->* minimum size but expandable, auto-set
15 -> no ability to resize yet except from config files
16 ->* grid "layout" widgets 11 ->* grid "layout" widgets
17 -> scripted widgets 12 -> scripted widgets
18 -> decent rendering/theme system 13 -> decent rendering/theme system
19 -> Text rendering 14 -> lists from content lists
20 -> text library? 15 -> Content:
16 -> lists