Jasoco wrote:So does love.window.maximize on OS X set the window size to as big as it can get excluding the menubar and Dock, or does it do what OS X maximize is considered now where it puts the window into fullscreen space mode?
The former (the same thing that happens if you option-click the green stoplight button, or double-click the title bar of a window, in Yosemite.) Although there isn't a love.window.maximize in 0.9.2.
It will also need the resizable flag in love.conf or love.window.setMode to be enabled for it to do anything.
Jasoco wrote:And related, if it doesn't put it in fullscreen space mode, is there a fullscreen mode that does on OS X?
The 'desktop' [wiki]FullscreenType[/wiki] will do that. If the window is resizable, users can also press the fullscreen button for the window (green stoplight button in Yosemite) to do it themselves without any code interaction.