summaryrefslogtreecommitdiff
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
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.
-rw-r--r--futureplans.md14
-rw-r--r--todo.md1
2 files changed, 14 insertions, 1 deletions
diff --git a/futureplans.md b/futureplans.md
index 3d48a84..4deeb4a 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -37,6 +37,20 @@ general list:
- will probably want to bring back Event() as NewEvent() should that facility be necesary for menus, etc.
- figure out why at least the 64-bit build hates being run under Application Verifier
- 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)
+```
+[01:16] <andlabs> so now I need an image that if it's drawn blurry, even slightly, the blur is very obvious... not sure what image that would be though
+[01:16] *** gburd gives gburd permission to talk.
+[01:16] <jsimnz> closeup of a face, pretty easy to tell if its blurry
+[01:16] *** pascalj gives pascalj permission to talk.
+[01:17] *** gburd takes the permission to talk from gburd.
+[01:18] <andlabs> in what way
+[01:19] <andlabs> (also it'd need to be public domain and I can't take a photo o fmy face right now)
+[01:19] *** pascalj takes the permission to talk from pascalj.
+[01:19] <jsimnz> hd photo of face, between pores, and wrinkles, noticing unfocus or blur is pretty easy, in my experiance
+[01:21] <andlabs> all right
+[01:21] <andlabs> I'll keep a note of that thanks
+```
issues of policy:
- LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly
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