comparison codeDoc/jobs.txt @ 141:6f69a9c111eb

Fix for using BoolContentWidget in a menu. Made popups' widths match their parents under certain conditions. Removed dummy testing menu items.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 08 Feb 2009 15:49:45 +0000
parents c94ec5594449
children 9dabcc44f515
comparison
equal deleted inserted replaced
140:c94ec5594449 141:6f69a9c111eb
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 Changing content from menu. 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 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 Improvements for non-button popup widgets.
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? 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?
15 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.
16 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. 17 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. 18 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. 19 2 Command-line options for paths to by-pass normal path finding functionality.
20 2 Sensitivity adjustments. From es_a_out: 20 2 Sensitivity adjustments. From es_a_out:
21 /+ FIXME: revise. 21 /+ FIXME: revise.