1. 01 Mar, 2019 11 commits
  2. 28 Feb, 2019 4 commits
  3. 20 Feb, 2019 6 commits
  4. 18 Feb, 2019 3 commits
  5. 15 Feb, 2019 4 commits
  6. 13 Feb, 2019 1 commit
  7. 11 Feb, 2019 4 commits
  8. 31 Jan, 2019 1 commit
  9. 25 Jan, 2019 1 commit
  10. 22 Jan, 2019 1 commit
  11. 21 Jan, 2019 1 commit
  12. 17 Jan, 2019 1 commit
  13. 13 Jan, 2019 2 commits
    • Ulrich Sibiller's avatar
      Screen.c: fix handling of fullscreen startup · d16a5fbb
      Ulrich Sibiller authored
      If nxagent is started in fullscreen mode take care the saved size
      (that is applied on exit of the fullscreen mode) will be configured
      correctly. Also respect a user provided -geometry option (had been
      ignored here previously).
      
      Fixes ArcticaProject/nx-libs#449
      d16a5fbb
    • Ulrich Sibiller's avatar
      Screen.c: fix size calculation in rootless mode · 3c92b5db
      Ulrich Sibiller authored
      There's no need to reduce the size to 75% in rootless mode. We always
      want to have the full size then.
      
      Fixes ArcticaProject/nx-libs#757 (Part 2/2)
      3c92b5db