-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from evolus/development
Beta 2 - Development
- Loading branch information
Showing
165 changed files
with
4,611 additions
and
2,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
* Operating system: | ||
* Pencil version: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
const clipboard = require("electron").clipboard; | ||
const {clipboard, remote, nativeImage, shell, ipcRenderer, webFrame} = require("electron"); | ||
|
||
const _ = require("lodash"); | ||
const rimraf = require("rimraf"); | ||
const QP = require("q"); | ||
|
||
const tmp = require("tmp"); | ||
const path = require("path"); | ||
const moment = require("moment"); | ||
const fs = require("fs"); | ||
const os = require("os"); | ||
const unzip = require("unzip2"); | ||
const dialog = require("electron").remote.dialog; | ||
const nativeImage = require('electron').nativeImage; | ||
const pkgInfo = require("./package.json"); | ||
const fontManager = require("./lib/loader").fontManager; | ||
const ipcRenderer = require('electron').ipcRenderer; | ||
const QueueHandler = require("./pencil-core/common/QueueHandler"); | ||
const shell = require('electron').shell; | ||
const sharedUtil = require("./pencil-core/common/shared-util"); | ||
const _ = require("lodash"); | ||
const rimraf = require("rimraf"); | ||
const QP = require("q"); | ||
|
||
const dialog = remote.dialog; | ||
|
||
tmp.setGracefulCleanup(); | ||
|
||
var webFrame = require("electron").webFrame; | ||
webFrame.registerURLSchemeAsPrivileged("file"); | ||
webFrame.registerURLSchemeAsSecure("file"); | ||
webFrame.registerURLSchemeAsBypassingCSP("file"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+300 Bytes
(100%)
app/lib/font-manager/darwin/fontmanager.node
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
app/lib/font-manager/linux/fontmanager.node
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.