diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-05 14:54:23 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-05 14:54:23 -0400 |
| commit | ae0246d6a72eeb28e6e89dfb7beb747f04441f1d (patch) | |
| tree | 5048db7569ce7e266e5a84dd4da5c624222fde44 | |
| parent | 00ec1215bbed82e89b51f157a52d694351c204e7 (diff) | |
Removed TODO on gdk_device_ungrab() errors: this is a bug in oxygen-gtk and GTK+ relating to a feature of GtkComboBoxes and not some issue with our code. Thanks to garnacho_ in irc.gimp.net/#gtk+ for figuring this out; this issue will not be followed here from this point on.
| -rw-r--r-- | todo.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -15,13 +15,6 @@ super ultra important things: - 64-bit crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 it works fine - david wendt is telling me he's getting frequent crashes on his end with the GTK+ amd64 build... TODO re-evaluate; I think I fixed them all ages ago now -- GTK+: stderr is flooded with -``` -(test:17575): Gdk-CRITICAL **: gdk_device_ungrab: assertion 'GDK_IS_DEVICE (device)' failed - -(test:17575): Gtk-CRITICAL **: gtk_device_grab_remove: assertion 'GDK_IS_DEVICE (device)' failed -``` - figure out why - 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) |
