electron/atom
Jeremy Apthorp 3bdff2d238
feat: allow setting window shape (#13789)
This binds Widget::SetShape, an API that already exists in Chromium (for
Windows and Linux). It's a more reliable method of having some parts of
your window be "click-through" than the current `setIgnoreMouseEvents`
API, which messes around with the `WS_EX_LAYERED` window style on
Windows, causing strange bugs and incompatibility with hardware
acceleration.
2018-07-30 13:37:40 -07:00
..
app chore: remove unused process_type variable (#13823) 2018-07-26 23:25:54 -07:00
browser feat: allow setting window shape (#13789) 2018-07-30 13:37:40 -07:00
common fix: use webContentsId with contextId together (#13749) 2018-07-24 16:21:38 +09:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer Fix process.execPath returning parent process path instead of the helper in sandboxed renderer (#13839) 2018-07-30 11:13:42 +10:00
utility also format missing .cc files 2018-04-18 20:48:45 -04:00