2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-06 22:40:47 +00:00

Commit Graph

  • a9ccaa5c10 Add note about .png to .icns conversion only supported on OSX Jia Hao 2016-01-29 22:09:33 +0800
  • 421838d986 Update badge to reference development branch Jia Hao 2016-01-29 22:05:52 +0800
  • b2e05c925b Use ES6 syntax for placeholder app Jia Hao 2016-01-29 22:04:41 +0800
  • c8e650d061 Increase timeout for test case Jia Hao 2016-01-29 14:46:31 +0800
  • 7417c7da0d Update readme Jia Hao 2016-01-29 14:46:09 +0800
  • 0d27dd6ae0 Split buildApp to separate files Jia Hao 2016-01-29 14:26:35 +0800
  • ce8e762ac9 Put files in separate directories Jia Hao 2016-01-29 14:09:36 +0800
  • bf2d5a2929 Cleanup Jia Hao 2016-01-29 13:39:31 +0800
  • 4bdc0d27d2 Cleanup build app code Jia Hao 2016-01-29 13:39:23 +0800
  • a9c294b4b6 Fix wrong parameter for test options Jia Hao 2016-01-29 13:34:53 +0800
  • 0abde3e865 Cleanup Jia Hao 2016-01-29 12:37:25 +0800
  • 51acbaaa9c Cleanup options.js, rename --app-name to --name Jia Hao 2016-01-29 11:37:54 +0800
  • 0d408b001d Fix #103 App name should not be capitalized Jia Hao 2016-01-29 00:20:32 +0800
  • c852dc088f Use longer timeout for tests Jia Hao 2016-01-28 23:58:25 +0800
  • e5f8155d24 Use DO instance for API Jia Hao 2016-01-28 23:56:29 +0800
  • 43d336c00d Reduce besticon parameter to get the apple touch icon if possible Jia Hao 2016-01-28 23:44:57 +0800
  • a4cee33080 Update readme for icons Jia Hao 2016-01-28 23:40:19 +0800
  • 3eac549902 Remove electron prebuilt as a dev dependency to speed up ci builds Jia Hao 2016-01-28 23:23:36 +0800
  • 6787aff19c Use besticon api to automatically retrieve icon Jia Hao 2016-01-28 23:15:46 +0800
  • 30fd51fc85 Fix test for non darwin platforms Jia Hao 2016-01-28 23:10:15 +0800
  • 288f80301c Implement check for wine before attempting to pass icon to electron pacakger Jia Hao 2016-01-28 23:02:42 +0800
  • d6f6bfdfbf Cleanup and skip png conversion test if not OSX Jia Hao 2016-01-28 22:43:43 +0800
  • 947a8c2a8b Add workaround to skip passing icon to electron packager if output platform is win32 Jia Hao 2016-01-28 22:39:54 +0800
  • e0bee65cfc Fix problem with async each and creation of temporary directories Jia Hao 2016-01-28 22:39:13 +0800
  • df698a24ba Update gulpfile - Build tests in gulp build - Watch test files - Clean test files as well Jia Hao 2016-01-28 22:36:34 +0800
  • ecbb84146f Implement automatic retrieval of png Jia Hao 2016-01-28 21:13:57 +0800
  • 63a539cd69 Update changelog for v6.7.0 Jia Hao 2016-01-28 11:52:09 +0800
  • c3f6707b74 6.7.0 Jia Hao 2016-01-28 11:48:39 +0800
  • 1174cbc28c Cleanup Jia Hao 2016-01-28 11:47:40 +0800
  • 2bdb2ab753 Update readme for .png conversion Jia Hao 2016-01-28 11:38:58 +0800
  • 5475c6e968 Add build step to infer and convert pngs to icns Jia Hao 2016-01-28 10:00:28 +0800
  • 8eaa3a39e0 Allow using png to build for OSX if OS is OSX Jia Hao 2016-01-27 10:36:30 +0800
  • 77b2d93fdd Remove extension from shell script Jia Hao 2016-01-27 10:25:46 +0800
  • d38912ab36 Disable test for app name check after sanitizing app name on linux Jia Hao 2016-01-27 10:24:24 +0800
  • 44efe76a47 Use manual compiling of mocha so that sourcemaps can be used Jia Hao 2016-01-27 10:24:02 +0800
  • dbd660b78f Add script to convert png to icns on osx Jia Hao 2016-01-27 10:22:22 +0800
  • 6f98248a60 Add keyboard shortcut for back, forward krishkumar 2016-01-26 12:25:02 +0530
  • f4130f940f Convert app name capitalized camel case if building for linux to prevent dock problems Jia Hao 2016-01-26 14:44:19 +0800
  • 0cb4098eb8 Remove logs Jia Hao 2016-01-26 14:43:33 +0800
  • 6b0d10f9d4 Fix the icon parameter for linux and windows Jia Hao 2016-01-26 14:24:47 +0800
  • d0cddfde43 Make Browserwindow always reference app/icon.png for the icon Jia Hao 2016-01-26 14:13:33 +0800
  • f45098d543 Add development notes Jia Hao 2016-01-26 13:30:23 +0800
  • 7296674473 6.6.2 v6.6.2 Jia Hao 2016-01-26 10:04:13 +0800
  • a037b22a4d Update changelog for Jia Hao 2016-01-26 10:03:20 +0800
  • 03440e9227 Fix #87, Fix #89 - Sanitize app name Jia Hao 2016-01-26 09:51:39 +0800
  • 56b7abacf8 Fix bug in console warning when not overwritting an existing executable Jia Hao 2016-01-26 00:37:00 +0800
  • d74c368627 Add command line flag to make the packaged app ignore certificate errors, fixes #69 Jia Hao 2016-01-25 23:42:28 +0800
  • ea3945a836 flash support #2 Bruno Queiros 2016-01-25 10:44:10 -0200
  • 78a624c23f Fix #32 Ability to copy and paste a URL Jia Hao 2016-01-25 18:34:44 +0800
  • d8fb87ccb5 Implement support for clicking buttons so that users can control where links open as referenced in #73 Jia Hao 2016-01-25 16:49:11 +0800
  • 949fce5e3c Implement right click context menu for regular href links Jia Hao 2016-01-25 15:56:33 +0800
  • dfd0f83b63 Allow es6 for app/static/**/**.js Jia Hao 2016-01-25 12:43:55 +0800
  • 1625e0f351 Merge pull request #75 from radarhere/patch-1 Jia Hao 2016-01-25 10:38:02 +0800
  • 2044bcfcf7 6.6.1 v6.6.1 Jia Hao 2016-01-25 10:33:55 +0800
  • da55bd48a6 Update changlog for v6.6.1 Jia Hao 2016-01-25 10:33:51 +0800
  • 1eb2a8296e Remove unused file Jia Hao 2016-01-25 10:32:35 +0800
  • a6df09fda5 Fix #76 where all placeholder app modules are treated as externals Jia Hao 2016-01-25 10:31:54 +0800
  • a8d020f3e2 Add contributing Jia Hao 2016-01-25 09:53:09 +0800
  • c58ec15272 Fixed typo Andrew Murray 2016-01-25 12:15:35 +1100
  • e1aec8ae8f Update gulp release to also run lints Jia Hao 2016-01-25 09:14:49 +0800
  • 37a74f7a2c 6.6.0 v6.6.0 Jia Hao 2016-01-25 09:12:13 +0800
  • d88a28fe70 Update changelog for v6.6.0 Jia Hao 2016-01-25 09:11:30 +0800
  • ba0010840e Remove ci for 0.10 which causes problems with electron-prebuilt Jia Hao 2016-01-25 01:47:53 +0800
  • c1c50bab9f Configure travis to run ci test Jia Hao 2016-01-25 01:33:55 +0800
  • e3dc3ee175 Update dev dependencies and add ci scripts Jia Hao 2016-01-25 01:31:32 +0800
  • 68a5f46798 Make main test try multiple platforms Jia Hao 2016-01-25 01:31:11 +0800
  • 0fece8dfb7 Add globals for mocha linting and fix code style errors Jia Hao 2016-01-25 01:14:25 +0800
  • cb07b13cad Add mocha basic test to check if nativefier.json is set properly Jia Hao 2016-01-25 01:10:28 +0800
  • 0a90cb2ee7 Somehow electron packager returns appPath as an array instead of a string, this fixes it Jia Hao 2016-01-25 01:10:03 +0800
  • b7e2fbf86e Add sourcemaps support for placeholder app Jia Hao 2016-01-24 21:20:29 +0800
  • 00ddedf32d Fix invalid json Jia Hao 2016-01-24 21:17:56 +0800
  • afbb5c2544 Add sourcemaps support Jia Hao 2016-01-24 21:07:22 +0800
  • 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' Jia Hao 2016-01-24 20:42:26 +0800
  • ffc5450e00 Merge branch 'expose-main' of https://github.com/zweicoder/nativefier into zweicoder-expose-main Jia Hao 2016-01-24 20:40:32 +0800
  • 7d0b41ae1e Remove shorthand command for height and width to fix conflicts with -h. Closes #30, closes #64 and closes #67 Jia Hao 2016-01-24 15:34:13 +0800
  • 303d439192 Merge branch 'master' of https://github.com/taiyoslime/nativefier into taiyoslime-master Jia Hao 2016-01-24 15:33:57 +0800
  • ba1a270ee4 Update README so that Windows users know that they can press alt to show the application menu Jia Hao 2016-01-24 15:31:35 +0800
  • b83a34934f Merge branch 'fearenales-feature/show-menu-bar' Jia Hao 2016-01-24 15:24:48 +0800
  • e86119ba96 Merge branch 'feature/show-menu-bar' of https://github.com/fearenales/nativefier into fearenales-feature/show-menu-bar Jia Hao 2016-01-24 15:24:27 +0800
  • fbf956e7be Build files immediately after install so npm link does not cause problems Jia Hao 2016-01-24 15:19:48 +0800
  • 231467c9f2 Add build status Jia Hao 2016-01-24 02:10:56 +0800
  • 7c25e82c44 Add travis configuration Jia Hao 2016-01-24 02:05:03 +0800
  • 82c29de231 Lint all files Jia Hao 2016-01-24 02:02:23 +0800
  • 9c19c144e7 Expose main instead of buildApp zweicoder 2016-01-23 23:10:44 +0800
  • c85696f218 Fixed -h option's conflict on cli taiyoslime 2016-01-24 00:02:44 +0900
  • b7433dfc3b Close #62 Merge branch 'zweicoder-feature/window-state-manager' Jia Hao 2016-01-23 16:33:43 +0800
  • 9b3fd029c1 Merge branch 'feature/window-state-manager' of https://github.com/zweicoder/nativefier into zweicoder-feature/window-state-manager Jia Hao 2016-01-23 16:29:36 +0800
  • 312af963d9 Merge branch 'master' of github.com:jiahaog/nativefier Jia Hao 2016-01-23 16:21:41 +0800
  • fd8fe2df77 Merge pull request #63 from zweicoder/fix/win-linux-icon Jia Hao 2016-01-23 15:21:05 +0700
  • 74c8ffbea6 Add script for release to npm Jia Hao 2016-01-23 16:01:58 +0800
  • f0d1adb6b0 Add icon hotfix zweicoder 2016-01-23 15:37:45 +0800
  • 01ae53c590 Remove prepublish script which messes up npm install locally Jia Hao 2016-01-23 15:27:42 +0800
  • c77dfe5f27 Remove log zweicoder 2016-01-23 15:22:25 +0800
  • b6862d0c06 Merge branch 'upstream' into feature/window-state-manager zweicoder 2016-01-23 15:20:21 +0800
  • c143b3b461 Fix error with badge on non-osx systems Jia Hao 2016-01-23 15:12:53 +0800
  • 26ce134de8 Fix obsession with Mac zweicoder 2016-01-23 15:10:02 +0800
  • d818f6cfaa Remove prepublish from causing errors zweicoder 2016-01-23 14:59:33 +0800
  • 1685407e7a Integrate window state manager with BrowserWindow zweicoder 2016-01-23 14:52:13 +0800
  • 5a04a9886e Fix error in gulpfile Jia Hao 2016-01-23 14:47:55 +0800
  • 40da693cb5 Fix #59 Fullscreen goes to a black screen when clicking close Jia Hao 2016-01-23 14:47:32 +0800