summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-08 01:13:16 -0400
committerPietro Gagliardi <[email protected]>2014-06-08 01:13:16 -0400
commite234244eadc94b7988306a46b27ad55d12fc5330 (patch)
treeefad297f706a612997cde00559af2485e8a23f64 /todo.md
parentd4e06bb4d3b624e99d75d36fb69b2316b1b828c0 (diff)
Moved the Listbox preferred size TODO to future plans because this was addressed earlier when trying to do horizontal scrolling; see the experiments/ folder for how poorly that turned out. Preferred size will need the same code.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index a35ef73..b05886c 100644
--- a/todo.md
+++ b/todo.md
@@ -21,7 +21,6 @@ UNIX:
ALL PLATFORMS:
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
-- make sure the preferred size of a Listbox is the minimum size needed to display everything on all platforms (capped at the screen height, of course?)
- make sure the image drawn on an Area looks correct on all platforms (is not cropped incorrectly or blurred)
- make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?)
- Message boxes that belong to agiven parent are still application-modal on all platforms except Mac OS X because the whole system waits... we'll need to use a channel for this, I guess :S