1. 10 Apr, 2019 2 commits
    • Lioncash's avatar
      configure_hotkeys: Pass the dialog as a parent to SequenceDialog() · e1101d3e
      Lioncash authored
      Without passing in a parent, this can result in focus being stolen from
      the dialog in certain cases.
      
      Example:
      
      On Windows, if the logging window is left open, the logging Window will
      potentially get focus over the hotkey dialog itself, since it brings all
      open windows for the application into view. By specifying a parent, we
      only bring windows for the parent into view (of which there are none,
      aside from the hotkey dialog).
      e1101d3e
    • Lioncash's avatar
      configure_hotkeys: Avoid dialog memory leak within Configure() · b47c0c8a
      Lioncash authored
      Without a parent, this dialog won't have its memory freed when it
      happens to get destroyed.
      b47c0c8a
  2. 09 Apr, 2019 15 commits
  3. 08 Apr, 2019 3 commits
  4. 07 Apr, 2019 16 commits
  5. 06 Apr, 2019 4 commits