[OpenSmalltalk/opensmalltalk-vm] 7ddb85: add logic to place screen on window that will fit, ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 7ddb85: add logic to place screen on window that will fit, ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 7ddb85b5ff967721dd3bb6ea9059b675d8c96dc6
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/7ddb85b5ff967721dd3bb6ea9059b675d8c96dc6
  Author: johnmci <[hidden email]>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M platforms/iOS/vm/Common/Classes/sqSqueakAppDelegate.h
    M platforms/iOS/vm/Common/Classes/sqSqueakAppDelegate.m
    M platforms/iOS/vm/OSX/SqueakOSXAppDelegate.m

  Log Message:
  -----------
  add logic to place screen on window that will fit, don't downsize squeak window


  Commit: acdbd34e6c25c7ff1b5f47cb6b3ce91de49cb36a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/acdbd34e6c25c7ff1b5f47cb6b3ce91de49cb36a
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M platforms/iOS/vm/Common/Classes/sqSqueakAppDelegate.h
    M platforms/iOS/vm/Common/Classes/sqSqueakAppDelegate.m
    M platforms/iOS/vm/OSX/SqueakOSXAppDelegate.m

  Log Message:
  -----------
  Merge pull request #471 from OpenSmalltalk/JMM/openWindowOnLargestScreen

add logic to place screen on window


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/80f639a99de5...acdbd34e6c25