diff 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
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Sun Feb 08 15:20:11 2009 +0000
+++ b/codeDoc/jobs.txt	Sun Feb 08 15:49:45 2009 +0000
@@ -3,17 +3,17 @@
 
 
 In progress:
-Changing content from menu.
+
 
 
 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
 Also search for FIXME/NOTE/BUG/WARNING comment marks.
 4   Revise widgets/functions available
 3   Glyph 's' drawn incorrectly in release mode - ??
-3   Improvements for non-button popup widgets.
 3   Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?
 3   glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
 3   Windows compatibility - no registry support (useful to find path).
+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)..
 2   Popup help boxes on hover/right click to display content description.
 2   Options need a "level": simple options, for advanced users, for debugging only, etc.
 2   Command-line options for paths to by-pass normal path finding functionality.