Nativefier/app/src
David Kramer ec1023d7ef Fix #95, #384 - Use electron-context-menu, supporting cut/copy/paste (PR #588)
The electron-context-menu package uses the context-menu event emitted by WebContents (API added in Electron 1.0.2) to add a general context menu supporting generic actions (e.g. cut/copy/paste) that can be customized. This change replaces the existing context menu, which relies on adding an event listener in preload.js, with one built using the new package.
2018-04-22 19:48:56 -04:00
..
components Fix #95, #384 - Use electron-context-menu, supporting cut/copy/paste (PR #588) 2018-04-22 19:48:56 -04:00
helpers Fix #480 - Move all console.* to loglevel.* calls, eslint-fail on console.* (PR #507) 2017-12-19 08:42:06 -05:00
static Fix #95, #384 - Use electron-context-menu, supporting cut/copy/paste (PR #588) 2018-04-22 19:48:56 -04:00
main.js Fix #364 - Add --disable-gpu flag to disable hardware acceleration (PR #584) 2018-04-22 15:56:10 -04:00