summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-03 14:37:16 -0500
committerPietro Gagliardi <[email protected]>2014-03-03 14:37:16 -0500
commit674640abe8b3e8034147ff01e5e678cb4a8a981d (patch)
tree29f309da58142e5e3687721b1444f899f14f9175 /todo.md
parent0333f799d96fa53d8320e714a1449baf66fa31c7 (diff)
Changed how the preferred size of controls is determined to accomodate NSTableView, NSScrollView, and NSProgressIndicator. Updated TODOs to mark other weirdnesses (such as Label text that used to get cropped) that no longer happen because of this. Now for putting Listboxes in NSScrollViews.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 1165e96..8d061af 100644
--- a/todo.md
+++ b/todo.md
@@ -32,7 +32,7 @@ important things:
- NSPopUpButton doesn't seem to allow no initial selection? need to be sure
- 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)
- figure out what to do about deleting a nonexistent item; each backend responds differently by default
-- some Cocoa controls don't seem to resize correctly: Buttons have space around the edges and don't satisfy stretchiness; Labels in the grid test window get cropped
+- some Cocoa controls don't seem to resize correctly: Buttons have space around the edges and don't satisfy stretchiness
- find out how to deselect the first item in the NSTableView when first creating the Listbox (to make it work like on other platforms)
- there's no GTK+ error handling whatsoever; we need to figure out how it works
- make sure GTK+ documentation point differences don't matter