summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-13 10:27:34 -0400
committerPietro Gagliardi <[email protected]>2014-04-13 10:27:34 -0400
commit136ddf5a5ba68aded74df105ad5b0d37026cc7ea (patch)
tree56e79e680d7025c6fd840657d4ec1f41471e942a
parentbd1926db175b83ceba5c9f3f0bdf92d2aa4b4a71 (diff)
More shuffling of TODOs and future plans.
-rw-r--r--futureplans.md1
-rw-r--r--todo.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/futureplans.md b/futureplans.md
index 6abe637..7fefd67 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -30,6 +30,7 @@ general list:
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?
+- consolidate scroll view code in GTK+? it's not a lot, but it's rather divergent...
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?))
diff --git a/todo.md b/todo.md
index ba885ac..839985c 100644
--- a/todo.md
+++ b/todo.md
@@ -1,6 +1,6 @@
important things:
- NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms)
-- consolidate scroll view code in GTK+ and Mac OS X
+- consolidate scroll view code in Mac OS X
- make sure mouse events trigger when we move the mouse over an Area with a button held on OS X
- area test time label weirdness
- does not show anything past the date on windows