src/platform_impl/web/stdweb/canvas.rs (3 lines): - line 152: // TODO: Use `beforeinput`. - line 248: // TODO: upstream to stdweb - line 303: // TODO: Stub, unimplemented (see web_sys for reference). src/platform_impl/android/mod.rs (3 lines): - line 191: _ => None, // TODO mouse events - line 400: // FIXME this ignores requested window attributes - line 569: // FIXME this is not the real refresh rate src/platform_impl/linux/x11/window.rs (3 lines): - line 225: // TODO: If window wants transparency and `visual_infos` is None, - line 264: // Enable drag and drop (TODO: extend API to make this toggleable) - line 667: // FIXME: this is actually not correct if we're setting the src/platform/unix.rs (3 lines): - line 28: // TODO: stupid hack so that glutin can do its work - line 171: // TODO: propagate - line 187: // TODO: propagate src/platform_impl/macos/ffi.rs (2 lines): - line 1: // TODO: Upstream these - line 36: // TODO: Verify that this is correct src/platform_impl/macos/window_delegate.rs (2 lines): - line 37: // TODO: It's possible for delegate methods to be called asynchronously, - line 316: // TODO: center the cursor if the window had mouse grab when it src/platform_impl/windows/dark_mode.rs (2 lines): - line 19: // FIXME: RtlGetVersion is a documented windows API, - line 173: // FIXME: This definition was missing from winapi. Can remove from src/platform_impl/windows/event_loop.rs (2 lines): - line 254: // TODO: Investigate opportunities for caching - line 747: // FIXME: detect WM_DWMCOMPOSITIONCHANGED and call DwmEnableBlurBehindWindow if necessary src/platform_impl/ios/window.rs (2 lines): - line 234: // TODO: track fullscreen instead of relying on brittle float comparisons - line 351: // TODO: transparency, visible src/platform_impl/macos/window.rs (1 line): - line 593: // TODO: Do this for real https://stackoverflow.com/a/40922095/5435443 src/platform_impl/web/web_sys/canvas.rs (1 line): - line 174: // TODO: Use `beforeinput`. src/platform_impl/ios/monitor.rs (1 line): - line 74: // FIXME: earlier OSs could calculate the refresh rate using src/monitor.rs (1 line): - line 42: // TODO: we can impl `Ord` for `PhysicalSize` once we switch from `f32` src/platform_impl/linux/mod.rs (1 line): - line 553: // TODO: propagate src/platform_impl/macos/view.rs (1 line): - line 363: // TODO: Add an API extension for using `NSTouchBar` src/platform_impl/macos/monitor.rs (1 line): - line 163: // TODO: Do this using the proper fmt API src/platform_impl/linux/wayland/seat/pointer/handlers.rs (1 line): - line 161: // TODO - figure out the translation. src/platform_impl/ios/mod.rs (1 line): - line 60: // TODO: (mtak-) UIKit requires main thread for virtually all function/method calls. This could be src/event.rs (1 line): - line 900: // TODO: rename src/platform_impl/web/stdweb/scaling.rs (1 line): - line 10: // TODO: Stub, unimplemented (see web_sys for reference). src/platform_impl/web/stdweb/mod.rs (1 line): - line 43: // TODO: upstream to stdweb src/platform_impl/linux/x11/xdisplay.rs (1 line): - line 132: XOpenDisplayFailed, // TODO: add better message