Allow window resizing across multiple screens
commit2957a9049a443b47e66bee0ca8a607b183857a4d
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 13 Feb 2010 22:50:53 +0000 (13 23:50 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 13 Feb 2010 22:57:31 +0000 (13 23:57 +0100)
tree1ee5fb7d70d3f3690f653fff71b0c6d40c0a1e20
parentf712643885ec2bbf377e1de2cbc898523e056802
Allow window resizing across multiple screens

It is now possible to drag to resize a window to be larger than one
screen.  However, if the window size changes programmatically (due to
scrollbars or toolbar hiding/showing, etc.) then the window will be
constrained to fit on the screen holding most of the window.  This is
perhaps annoying but at least it is consistent with the way Terminal.app
works (try opening a new tab when a Terminal window spans two screens).
src/MacVim/MMWindowController.m