summaryrefslogtreecommitdiff
path: root/futureplans.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-13 00:34:08 -0400
committerPietro Gagliardi <[email protected]>2014-04-13 00:34:08 -0400
commitc5b48593117bf43fbec740dc76972b4425dd55eb (patch)
tree406fbbf2a65b9388b8d88a7abcafe60aff4f484d /futureplans.md
parentc04b9112a59a50e910dcf1143acbed059f899db0 (diff)
More TODOs and future plans. Also finally removed the TODO about incorrect Area redraw on Windows.
Diffstat (limited to 'futureplans.md')
-rw-r--r--futureplans.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md
index a6f6b00..9612e53 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -27,6 +27,10 @@ general list:
- Quit should pulse AppQuit
- will probably want to bring back Event() as NewEvent() should that facility be necesary for menus, etc.
+issues of policy:
+- LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly
+ - are Checkboxes and Comboboxes too small?
+
problem points:
- because the main event loop is not called if initialization fails, it is presently impossible for MsgBoxError() to work if UI initialization fails; this basically means we cannot allow initializiation to fail on Mac OS X if we want to be able to report UI init failures to the user with one (which would be desirable, maybe (would violate Windows HIG?))
- make sure GTK+ documentation version point differences (x in 4.3.x) don't matter