comparison codeDoc/jobs.txt @ 142:9dabcc44f515

Tightened rules for alignment sharing of grid layouts (avoids a bug and generally preferable).
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 08 Feb 2009 17:36:57 +0000
parents 6f69a9c111eb
children 2ac3e0012788
comparison
equal deleted inserted replaced
141:6f69a9c111eb 142:9dabcc44f515
11 4 Revise widgets/functions available 11 4 Revise widgets/functions available
12 3 Glyph 's' drawn incorrectly in release mode - ?? 12 3 Glyph 's' drawn incorrectly in release mode - ??
13 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately? 13 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 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 14 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
15 3 Windows compatibility - no registry support (useful to find path). 15 3 Windows compatibility - no registry support (useful to find path).
16 2 Layout alignment issue when attempting to align things which cannot have the same dimensions (e.g. a parent forces width to other's width + k). Solutions: let one column be forcibly enlarged without affecting others, or only share alignment if parents do or parents are same (would also remove some unwanted alignment)..
17 2 Popup help boxes on hover/right click to display content description. 16 2 Popup help boxes on hover/right click to display content description.
18 2 Options need a "level": simple options, for advanced users, for debugging only, etc. 17 2 Options need a "level": simple options, for advanced users, for debugging only, etc.
19 2 Command-line options for paths to by-pass normal path finding functionality. 18 2 Command-line options for paths to by-pass normal path finding functionality.
20 2 Sensitivity adjustments. From es_a_out: 19 2 Sensitivity adjustments. From es_a_out:
21 /+ FIXME: revise. 20 /+ FIXME: revise.