diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-21 18:44:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-21 18:44:20 -0400 |
| commit | 8c386274e9d49e0255ff801458ac2751bfab48fb (patch) | |
| tree | 28ba369209c3a4e2d1c8372640daf51599035e2c | |
| parent | 5b0f8e8cc7dd5309a709a5b6ade75fd81294fe57 (diff) | |
Removed TODO about pixel alignment of scrollviews on Mac OS X; mikeash in irc.freenode.net/#macdev told me this only happens when using fractional pixels (because Mac OS X lets you use fractional coordinates and sizes), so we don't have an issue since all our coordinates are integers.
| -rw-r--r-- | todo.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ super ultra important things: (test:17575): Gtk-CRITICAL **: gtk_device_grab_remove: assertion 'GDK_IS_DEVICE (device)' failed ``` figure out why -- Cocoa: https://developer.apple.com/library/mac/documentation/cocoa/Conceptual/NSScrollViewGuide/Articles/Creating.html#//apple_ref/doc/uid/TP40003226-SW4 check that we're obeying pixel alignment rules in Listbox and Area (and in the future too, possibly in the shared scrollview code) - 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) |
