summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-08 01:22:38 -0400
committerPietro Gagliardi <[email protected]>2014-06-08 01:22:38 -0400
commit4509247a7793f71879b0ad63308bbeac2947776a (patch)
tree028ece550753aa7f8980f6e3bf363e553b7ebe60 /todo.md
parente234244eadc94b7988306a46b27ad55d12fc5330 (diff)
Moved the blurred Area check TODO to future plans because I'd need to find images for that; added some advice for that.
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 b05886c..d5d191b 100644
--- a/todo.md
+++ b/todo.md
@@ -21,6 +21,5 @@ UNIX:
ALL PLATFORMS:
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
-- 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