comparison 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
comparison
equal deleted inserted replaced
33:6886402c1545 34:6b4116e6355c
1 Copyright © 2007-2008 Diggory Hardy 1 Copyright © 2007-2008 Diggory Hardy
2 License: GNU General Public License version 2 or later (see COPYING) 2 License: GNU General Public License version 2 or later (see COPYING)
3 3
4 4
5 In progress: 5 In progress:
6 FreeType implementing...
7 6
8 7
9 8
10 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
11 Also see todo.txt and FIXME/NOTE comment marks. 10 Also see todo.txt and FIXME/NOTE comment marks.
47 +/ 46 +/
48 1 Mergetag binary support 47 1 Mergetag binary support
49 48
50 49
51 Done (for git log message): 50 Done (for git log message):
52 Lots of changes to the GUI. Renderer is now used exclusively for rendering and WidgetDecoration is gone. 51 Implemented getWidget(x,y) to find the widget under this location for IWidgets (but not Gui).
53 Renamed lots of files to conform to case policies. 52 Made Window an IWidget and made it work a little more similarly to widgets.
53 Implemented callbacks on the Gui for mouse events (enabling drag & drop, etc.).