electron/atom
Ben Gotow d427ae1030 Support the "desktop" window type on Mac OS X
Adds the desktop window type referenced in https://github.com/atom/electron/issues/2899 for compatiblity with the linux version. Note that on Mac OS X, the desktop window cannot receive input events (seems to be a limitation of being behind the desktop).

In this diff I also removed the `standardWindow` option from the docs, in favor of an additional `textured` value for window `type` on Mac OS X. The old `standardWindow` option continues to work, but seemed more confusing. If this seems like a bad idea, I can revert that change.
2015-11-19 00:39:45 -08:00
..
app Add paths from chrome_paths 2015-11-13 13:05:16 +08:00
browser Support the "desktop" window type on Mac OS X 2015-11-19 00:39:45 -08:00
common Merge pull request #3344 from deepak1556/certificate_verifier_api_patch 2015-11-17 18:53:35 +08:00
renderer Use the new style remote module in Electron 2015-11-13 22:22:25 +08:00
utility Rename PrintHandler to PrintHandlerWin since only used on Windows. 2015-05-23 19:24:29 +08:00