summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-06 23:03:29 -0400
committerPietro Gagliardi <[email protected]>2014-06-06 23:03:29 -0400
commitf5397475469b8e5b7a42d0bbb9bda4bca97f2b8a (patch)
tree99c98d83bff2089f3854f7e5750b6376719471e8 /todo.md
parent84c41112b381700aae6bf3bf59b4143716c75a82 (diff)
Set Area's preferred size in the documentation and on Windows and Mac OS X.
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 6d25811..3e18105 100644
--- a/todo.md
+++ b/todo.md
@@ -28,11 +28,11 @@ UNIX:
- resizing seems to be completely and totally broken in the Wayland backend
- TODO find out if this is a problem on the GTK+/Wayland side (no initial window-configure event?)
- [12:55] <myklgo> pietro10: I meant to mention: 1073): Gtk-WARNING **: Theme parsing error: gtk.css:72:20: Not using units is deprecated. Assuming 'px'. twice.
+- make sure the preferred size of Area is its size
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?)
- - same for Area, using the Area's size (this will be easier)
- make sure the image drawn on an Area looks correct on all platforms (is not cropped incorrectly or blurred)
- make sure keyboard events on numpad off on all platforms don't switch between controls
- TODO remember what this means