comparison codeDoc/jobs.txt @ 177:af40e9679436

Release-clicks don't cause problems now.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 12 Sep 2009 09:50:33 +0200
parents d5d5fe04ca6c
children 1f9d00f392bd
comparison
equal deleted inserted replaced
176:d5d5fe04ca6c 177:af40e9679436
11 11
12 12
13 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 13 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
14 Also search for FIXME/NOTE/BUG/WARNING comment marks. 14 Also search for FIXME/NOTE/BUG/WARNING comment marks.
15 4 Move createWidget code out of WidgetManager. 15 4 Move createWidget code out of WidgetManager.
16 4 GUI: up-clicks get passed as events and activate objects 16 3 Make clickEvent only for down-clicks?
17 3 RequestRedraw should become a function of the renderer. 17 3 RequestRedraw should become a function of the renderer.
18 3 Implement a RootWidget moving functionality out of AWidgetManager, etc., now, or later? 18 3 Implement a RootWidget moving functionality out of AWidgetManager, etc., now, or later?
19 3 May be useful to make all widgets override draw() to ensure the invariant runs locally. 19 3 May be useful to make all widgets override draw() to ensure the invariant runs locally.
20 3 Closing menus when release-click is not on menu or parent (ordinary & context). 20 3 Closing menus when release-click is not on menu or parent (ordinary & context).
21 3 Dragging and dropping of editable data: should content immediately appear as being dragged? 21 3 Dragging and dropping of editable data: should content immediately appear as being dragged?