electron/atom
Ben Gotow c87c49f4c8 Allow sheets to be attached at a custom offset #4679
Adds a new "setSheetOffset" API to the `dialog` module, which allows you to change the attachment point for sheets on Mac OS X. I put the API on the dialog module, even though Mac OS X requires that the native window hold and return the desired offset.

1. I was originally hoping to make this an argument on the actual dialog.show* calls, but it seems the parameter set is defined in `libchromiumcontent` and I wasn't sure it would be appropriate to add there?

2.  The API could also be on the BrowserWindow (eg `BrowserWindow.setSheetOffset`). I don't have a strong preference, but I think it's more discoverable on the `dialog` module.
2016-04-16 10:16:43 -04:00
..
app Do no load PDF library from DLL 2016-04-14 17:15:20 +09:00
browser Allow sheets to be attached at a custom offset #4679 2016-04-16 10:16:43 -04:00
common Bump v0.37.6 2016-04-15 16:48:09 +09:00
renderer Make sure every page will get a script context created 2016-04-12 15:11:10 +09:00
utility Do no load PDF library from DLL 2016-04-14 17:15:20 +09:00