comparison codeDoc/jobs.txt @ 153:2934fcacbb97

Fixed a bug preventing log messages from being displayed. Added a Help->About menu (logs copyright info).
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 10 Apr 2009 18:09:55 +0200
parents 2ac3e0012788
children 4e8819b65882
comparison
equal deleted inserted replaced
152:c67d074a7111 153:2934fcacbb97
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.
11 4 Revise widgets/functions available: remove TextLabel, add VoidContent creation 12 4 Revise widgets/functions available: remove TextLabel, add VoidContent creation
13 3 GUI: up-clicks get passed as events and activate objects
12 3 Too many redraws: mouse-over causes them 14 3 Too many redraws: mouse-over causes them
13 3 Glyph 's' drawn incorrectly in release mode - ?? 15 3 Glyph 's' drawn incorrectly in release mode - ??
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? 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?
15 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 17 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
16 3 Windows compatibility - no registry support (useful to find path). 18 3 Windows compatibility - no registry support (useful to find path).