2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-07 15:00:48 +00:00
Commit Graph

1287 Commits

Author SHA1 Message Date
Jia Hao
1eb2a8296e Remove unused file 2016-01-25 10:32:35 +08:00
Jia Hao
a6df09fda5 Fix #76 where all placeholder app modules are treated as externals 2016-01-25 10:31:54 +08:00
Jia Hao
a8d020f3e2 Add contributing 2016-01-25 09:53:09 +08:00
Andrew Murray
c58ec15272 Fixed typo 2016-01-25 12:15:35 +11:00
Jia Hao
e1aec8ae8f Update gulp release to also run lints 2016-01-25 09:14:49 +08:00
Jia Hao
37a74f7a2c 6.6.0 2016-01-25 09:12:13 +08:00
Jia Hao
d88a28fe70 Update changelog for v6.6.0 2016-01-25 09:11:30 +08:00
Jia Hao
ba0010840e Remove ci for 0.10 which causes problems with electron-prebuilt 2016-01-25 01:47:53 +08:00
Jia Hao
c1c50bab9f Configure travis to run ci test 2016-01-25 01:33:55 +08:00
Jia Hao
e3dc3ee175 Update dev dependencies and add ci scripts 2016-01-25 01:31:32 +08:00
Jia Hao
68a5f46798 Make main test try multiple platforms 2016-01-25 01:31:11 +08:00
Jia Hao
0fece8dfb7 Add globals for mocha linting and fix code style errors 2016-01-25 01:14:25 +08:00
Jia Hao
cb07b13cad Add mocha basic test to check if nativefier.json is set properly 2016-01-25 01:10:28 +08:00
Jia Hao
0a90cb2ee7 Somehow electron packager returns appPath as an array instead of a string, this fixes it 2016-01-25 01:10:03 +08:00
Jia Hao
b7e2fbf86e Add sourcemaps support for placeholder app 2016-01-24 21:20:29 +08:00
Jia Hao
00ddedf32d Fix invalid json 2016-01-24 21:17:56 +08:00
Jia Hao
afbb5c2544 Add sourcemaps support 2016-01-24 21:07:22 +08:00
Jia Hao
3fa34dead5 Exposes buildApp as a programmatic api for npm, and also shifted the main function from cli.js to within buildApp
Merge branch 'zweicoder-expose-main'
2016-01-24 20:42:26 +08:00
Jia Hao
ffc5450e00 Merge branch 'expose-main' of https://github.com/zweicoder/nativefier into zweicoder-expose-main
# Conflicts:
#	src/cli.js
2016-01-24 20:40:32 +08:00
Jia Hao
7d0b41ae1e Remove shorthand command for height and width to fix conflicts with -h. Closes #30, closes #64 and closes #67
Merge branch 'taiyoslime-master'
2016-01-24 15:34:13 +08:00
Jia Hao
303d439192 Merge branch 'master' of https://github.com/taiyoslime/nativefier into taiyoslime-master
# Conflicts:
#	src/cli.js
2016-01-24 15:33:57 +08:00
Jia Hao
ba1a270ee4 Update README so that Windows users know that they can press alt to show the application menu 2016-01-24 15:31:35 +08:00
Jia Hao
b83a34934f Merge branch 'fearenales-feature/show-menu-bar' 2016-01-24 15:24:48 +08:00
Jia Hao
e86119ba96 Merge branch 'feature/show-menu-bar' of https://github.com/fearenales/nativefier into fearenales-feature/show-menu-bar
# Conflicts:
#	app/nativefier.json
#	app/src/main.js
#	src/buildApp.js
2016-01-24 15:24:27 +08:00
Jia Hao
fbf956e7be Build files immediately after install so npm link does not cause problems 2016-01-24 15:19:48 +08:00
Jia Hao
231467c9f2 Add build status 2016-01-24 02:10:56 +08:00
Jia Hao
7c25e82c44 Add travis configuration 2016-01-24 02:05:03 +08:00
Jia Hao
82c29de231 Lint all files 2016-01-24 02:02:23 +08:00
zweicoder
9c19c144e7 Expose main instead of buildApp 2016-01-23 23:10:44 +08:00
taiyoslime
c85696f218 Fixed -h option's conflict on cli 2016-01-24 00:02:44 +09:00
Jia Hao
b7433dfc3b Close #62 Merge branch 'zweicoder-feature/window-state-manager' 2016-01-23 16:33:43 +08:00
Jia Hao
9b3fd029c1 Merge branch 'feature/window-state-manager' of https://github.com/zweicoder/nativefier into zweicoder-feature/window-state-manager
# Conflicts:
#	app/src/components/mainWindow/mainWindow.js
#	app/src/main.js
2016-01-23 16:29:36 +08:00
Jia Hao
312af963d9 Merge branch 'master' of github.com:jiahaog/nativefier 2016-01-23 16:21:41 +08:00
Jia Hao
fd8fe2df77 Merge pull request #63 from zweicoder/fix/win-linux-icon
Add icon hotfix
2016-01-23 15:21:05 +07:00
Jia Hao
74c8ffbea6 Add script for release to npm 2016-01-23 16:01:58 +08:00
zweicoder
f0d1adb6b0 Add icon hotfix 2016-01-23 15:37:45 +08:00
Jia Hao
01ae53c590 Remove prepublish script which messes up npm install locally 2016-01-23 15:27:42 +08:00
zweicoder
c77dfe5f27 Remove log 2016-01-23 15:22:25 +08:00
zweicoder
b6862d0c06 Merge branch 'upstream' into feature/window-state-manager 2016-01-23 15:20:21 +08:00
Jia Hao
c143b3b461 Fix error with badge on non-osx systems
- Instead of checking every instance we use the setBadge, we define an empty function and only override it if it is OSX
2016-01-23 15:12:53 +08:00
zweicoder
26ce134de8 Fix obsession with Mac 2016-01-23 15:10:02 +08:00
zweicoder
d818f6cfaa Remove prepublish from causing errors 2016-01-23 14:59:33 +08:00
zweicoder
1685407e7a Integrate window state manager with BrowserWindow 2016-01-23 14:52:13 +08:00
Jia Hao
5a04a9886e Fix error in gulpfile 2016-01-23 14:47:55 +08:00
Jia Hao
40da693cb5 Fix #59 Fullscreen goes to a black screen when clicking close 2016-01-23 14:47:32 +08:00
zweicoder
09777f38c8 Remove unused watchify import 2016-01-23 14:47:07 +08:00
zweicoder
9ac18e071e Implement Electron Window State Manager 2016-01-23 14:33:55 +08:00
Jia Hao
aa384dc317 Set window title immediately when the window is created, fixes #54 2016-01-23 14:22:03 +08:00
Jia Hao
c5a76ade59 Remove notes about back button 2016-01-23 14:16:01 +08:00
Jia Hao
e0de7bf463 Implement navigating backward and forward from the application menu 2016-01-23 14:15:25 +08:00