1. 31 Oct, 2011 3 commits
  2. 30 Oct, 2011 5 commits
  3. 29 Oct, 2011 3 commits
  4. 26 Oct, 2011 1 commit
  5. 25 Oct, 2011 3 commits
  6. 24 Oct, 2011 3 commits
  7. 22 Oct, 2011 2 commits
  8. 24 Oct, 2011 1 commit
  9. 22 Oct, 2011 1 commit
  10. 24 Oct, 2011 1 commit
  11. 20 Oct, 2011 2 commits
  12. 18 Oct, 2011 5 commits
  13. 16 Oct, 2011 2 commits
  14. 15 Oct, 2011 1 commit
  15. 16 Oct, 2011 1 commit
  16. 15 Oct, 2011 2 commits
  17. 14 Oct, 2011 1 commit
  18. 13 Oct, 2011 1 commit
  19. 14 Oct, 2011 1 commit
  20. 09 Oct, 2011 1 commit
    • Kees Bakker's avatar
      Do not use UIScreenMode to add a iOS display, always use the boundary · eecf78dc
      Kees Bakker authored
      This solves the problem that on iPad you would get 1024x768 instead
      of 768x1024 when calling SDL_GetDesktopDisplayMode(0, &mode)
      See Apple's doc for UIScreenMode where is says:
      "Most developers should never need to use the information provided
       by this class and should simply use the bounds provided by the
       UIScreen object for their drawing space."
      eecf78dc