diff codeDoc/jobs.txt @ 34:6b4116e6355c

Work on the Gui: some of the framework for drag & drop. Also made Window an IWidget. Implemented getWidget(x,y) to find the widget under this location for IWidgets (but not Gui). Made Window an IWidget and made it work a little more similarly to widgets. Implemented callbacks on the Gui for mouse events (enabling drag & drop, etc.). committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 02 May 2008 16:03:52 +0100
parents 6886402c1545
children 928db3c75ed3
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Thu May 01 10:55:04 2008 +0100
+++ b/codeDoc/jobs.txt	Fri May 02 16:03:52 2008 +0100
@@ -3,7 +3,6 @@
 
 
 In progress:
-FreeType implementing...
 
 
 
@@ -49,5 +48,6 @@
 
 
 Done (for git log message):
-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.
\ No newline at end of file
+Implemented getWidget(x,y) to find the widget under this location for IWidgets (but not Gui).
+Made Window an IWidget and made it work a little more similarly to widgets.
+Implemented callbacks on the Gui for mouse events (enabling drag & drop, etc.).