comparison codeDoc/jobs.txt @ 32:316b0230a849

Lots more work on the GUI. Also renamed lots of files. Lots of changes to the GUI. Renderer is now used exclusively for rendering and WidgetDecoration is gone. Renamed lots of files to conform to case policies. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 30 Apr 2008 18:05:56 +0100
parents baa87e68d7dc
children 6886402c1545
comparison
equal deleted inserted replaced
31:baa87e68d7dc 32:316b0230a849
46 +/ 46 +/
47 1 Mergetag binary support 47 1 Mergetag binary support
48 48
49 49
50 Done (for git log message): 50 Done (for git log message):
51 Removed some circular dependencies which slipped in. As a result, the OpenGL code got separated into different files. 51 Lots of changes to the GUI. Renderer is now used exclusively for rendering and WidgetDecoration is gone.
52 Enabled widgets to recieve events. 52 Renamed lots of files to conform to case policies.
53 New IParentWidget interface allowing widgets to interact with their parents.
54 New Widget base class.
55 New WidgetDecoration class.
56 New ButtonWidget class responding to events (in a basic way).