diff 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
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Sun Feb 08 15:49:45 2009 +0000
+++ b/codeDoc/jobs.txt	Sun Feb 08 17:36:57 2009 +0000
@@ -13,7 +13,6 @@
 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.