Skip to content

TODO List

Sean Aitken edited this page Feb 9, 2020 · 1 revision
  • Make restore routine "wait until current windows have settled before attempting restore". After display change occurs, Windows OS will shuffle the current windows for a brief period of time. We need to wait to restore the layout until it's done, otherwise our efforts may be overridden by Windows. Currently this is handled by a hard-coded delay of a couple of seconds.
  • Rename to best possible name (possibly "Multi-Monitor Window Manager"?)
  • Convert WPF diagnostics UI to WinForms (to make more efficient)
  • Switch key generation to use hash value rather than string for dictionary entries. This is for performance and efficiency. For DEBUG mode, it can be the more useful user-friendly string
  • Add improved installer step to launch as current user (currently launches as SYSTEM - although no real security issues known, we really need to launch as current user post-installation)
  • Add toggle item to context menu of SysTray icon to disable/enable "run at login"
Clone this wiki locally