view codeDoc/todo.txt @ 31:baa87e68d7dc

GUI now supports basic interactible widgets, widget colour and border are more unified, and some code cleanup. Removed some circular dependencies which slipped in. As a result, the OpenGL code got separated into different files. Enabled widgets to recieve events. New IParentWidget interface allowing widgets to interact with their parents. New Widget base class. New WidgetDecoration class. New ButtonWidget class responding to events (in a basic way). committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 29 Apr 2008 18:10:58 +0100
parents 611f7b9063c6
children f54ae4fc2b2f
line wrap: on
line source

Copyright © 2007-2008 Diggory Hardy
License: GNU General Public License version 2 or later (see COPYING)


* means done

GUI:
->  Basic OpenGL code to:
    ->* create orthographic projection
    ->* draw boxes
    ->  maybe more (text, textures, ...)
->* Windows with size & position
->  Widgets:
    ->* 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?