1. 14 Jun, 2022 5 commits
  2. 13 Jun, 2022 10 commits
  3. 12 Jun, 2022 1 commit
  4. 11 Jun, 2022 12 commits
  5. 10 Jun, 2022 5 commits
  6. 09 Jun, 2022 1 commit
  7. 08 Jun, 2022 1 commit
  8. 07 Jun, 2022 4 commits
  9. 06 Jun, 2022 1 commit
    • Kyle Kienapfel's avatar
      deprecate usage of QDesktopWidget for going fullscreen · 941b6633
      Kyle Kienapfel authored
      Idea works as follows, while going fullscreen we compare the current window geometry with
      available screens and ask for an intersection rectangle, we go fullscreen where most of
      the window is located
      
      GuessCurrentScreen could also potentially be used to see which screen
      the window is on for dynamic DPI handling
      941b6633