comparison codeDoc/jobs.txt @ 155:4e8819b65882

Changed collapsible widget in GUI.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 18 Apr 2009 12:19:24 +0200
parents 2934fcacbb97
children 36df0ffe34d2
comparison
equal deleted inserted replaced
154:0520cc00c0cc 155:4e8819b65882
6 6
7 7
8 8
9 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):
10 Also search for FIXME/NOTE/BUG/WARNING comment marks. 10 Also search for FIXME/NOTE/BUG/WARNING comment marks.
11 4 Entering a hashmap tag like {0:"x","y"} causes an infinite loop.
12 4 Revise widgets/functions available: remove TextLabel, add VoidContent creation
13 3 GUI: up-clicks get passed as events and activate objects 11 3 GUI: up-clicks get passed as events and activate objects
14 3 Too many redraws: mouse-over causes them 12 3 Too many redraws: mouse-over causes them
15 3 Glyph 's' drawn incorrectly in release mode - ?? 13 3 Glyph 's' drawn incorrectly in release mode - ??
16 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately? 14 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?
17 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 15 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.