summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-16 18:41:29 -0500
committerPietro Gagliardi <[email protected]>2014-02-16 18:41:29 -0500
commit4fc3cb1d0055706c4d62d61a165779a71e6fa2fd (patch)
tree9deabe1f85ff7b97fc6233c8f27c77247b06a785 /todo.md
parentb8f7f4aa6e7d0761c731c1f116b7b8f7a8c19b9a (diff)
Added Checkbox to GTK+. Also added a TODO about crashes.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 1c54382..e7622ef 100644
--- a/todo.md
+++ b/todo.md
@@ -28,6 +28,8 @@ super ultra important things:
- 64-bit doesn't work, period: it crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 CreateWindowExW complains about an unregistered window class, yet the RegisterClassW appears to have succeeded and examining the stack in WinDbg indicates the correct class name is being sent (see below)
- 32-bit: it works now, but if I save the class name converted to UTF-16 beforehand, wine indicates that the class name is replaced with the window title, so something there is wrong...
- handle in-library panics (internal errors) by reporting them to the user
+- david wendt is telling me he's getting frequent crashes on his end with the GTK+ amd64 build...
+ - I get soft deadlock if I mash the Click Me button repeatedly
important things:
- maybe make it so sysData doesn't need specialized info on every control type?