Cheng Zhao [Thu, 8 Oct 2015 08:09:22 +0000 (16:09 +0800)]
Update brightray and crashpad for XCode 7 fixes
Cheng Zhao [Thu, 8 Oct 2015 05:52:22 +0000 (13:52 +0800)]
Merge pull request #3010 from deepak1556/guest_zoom_level_patch
webcontents: notify guests of embedders' zoom level change
Robo [Tue, 6 Oct 2015 15:33:14 +0000 (21:03 +0530)]
webcontents: notify guests of embedders' zoom level change
Cheng Zhao [Thu, 8 Oct 2015 03:14:04 +0000 (11:14 +0800)]
docs: Fix wrong level for API titles
Cheng Zhao [Thu, 8 Oct 2015 02:47:39 +0000 (10:47 +0800)]
Merge pull request #3027 from stevekinney/minor-style-update-global-shortcut
Minor style update to the global-shortcut documentation
Cheng Zhao [Thu, 8 Oct 2015 02:47:00 +0000 (10:47 +0800)]
Merge pull request #3024 from preco21/master
Improve grammar, fix small typos
Cheng Zhao [Thu, 8 Oct 2015 02:27:55 +0000 (10:27 +0800)]
Fix `postMessage` not working for windows opened by `window.open`
Cheng Zhao [Thu, 8 Oct 2015 02:37:09 +0000 (10:37 +0800)]
Merge pull request #3020 from atom/fix-switch-path
Fix a wrong usage of switch commandline.
Cheng Zhao [Thu, 8 Oct 2015 02:31:41 +0000 (10:31 +0800)]
Merge pull request #3030 from atom/fix-xcode-6
Fix building with Xcode 6
Cheng Zhao [Thu, 8 Oct 2015 02:14:22 +0000 (10:14 +0800)]
Fix building with Xcode 6
Cheng Zhao [Thu, 8 Oct 2015 01:37:21 +0000 (09:37 +0800)]
Merge pull request #3017 from Meyito/API-es
Translations of some of the Electron docs API in Spanish
Cheng Zhao [Thu, 8 Oct 2015 01:25:31 +0000 (09:25 +0800)]
Move native modules to optionalDependencies
Fixes #3016.
Steve Kinney [Wed, 7 Oct 2015 16:03:46 +0000 (09:03 -0700)]
:lipstick: Add preposition to globalShortcut.unregisterAll()
Steve Kinney [Wed, 7 Oct 2015 16:03:11 +0000 (09:03 -0700)]
:lipstick: Add semicolon to global-shortcut code example
This keeps this line consistent with the rest of the documentation.
Plusb Preco [Wed, 7 Oct 2015 11:46:57 +0000 (20:46 +0900)]
Improve grammar
* Improve the `auto-updater.md` content grammar.
Plusb Preco [Wed, 7 Oct 2015 11:20:34 +0000 (20:20 +0900)]
Fix small typos
Plusb Preco [Wed, 7 Oct 2015 11:19:37 +0000 (20:19 +0900)]
Fix small typo
Haojian Wu [Wed, 7 Oct 2015 04:15:48 +0000 (12:15 +0800)]
Fix a wrong usage of switch commandline.
We should not always save switch path as ascii string, which will not be
handled well on Windows.
Meyito [Wed, 7 Oct 2015 03:09:57 +0000 (22:09 -0500)]
Translations of some of the Electron docs API in Spanish
Cheng Zhao [Tue, 6 Oct 2015 14:45:00 +0000 (22:45 +0800)]
Update brightray for #2855
Cheng Zhao [Tue, 6 Oct 2015 14:25:55 +0000 (22:25 +0800)]
Guard against undefined, fix #2995
In theory this should never happen, seems like some object is garbage
collected after the JavaScript context has been destroyed.
Cheng Zhao [Tue, 6 Oct 2015 13:40:08 +0000 (21:40 +0800)]
Update brightray, fix #2315
Cheng Zhao [Tue, 6 Oct 2015 13:27:50 +0000 (21:27 +0800)]
Merge pull request #3005 from preco21/master
Update as upstream
Plusb Preco [Tue, 6 Oct 2015 10:53:35 +0000 (19:53 +0900)]
Update as upstream
Cheng Zhao [Tue, 6 Oct 2015 09:02:08 +0000 (17:02 +0800)]
Merge branch 'master' into no-vistas-no-problem
Cheng Zhao [Tue, 6 Oct 2015 08:56:26 +0000 (16:56 +0800)]
Merge pull request #2998 from brenca/master
Minor fixes to sendInputEvent API.
Cheng Zhao [Tue, 6 Oct 2015 08:55:25 +0000 (16:55 +0800)]
Merge pull request #2994 from etiktin/update_native_modules_doc
Update native modules doc
Cheng Zhao [Tue, 6 Oct 2015 08:55:16 +0000 (16:55 +0800)]
Merge pull request #2993 from etiktin/update_screen_doc
Update screen.md
Cheng Zhao [Tue, 6 Oct 2015 08:55:10 +0000 (16:55 +0800)]
Merge pull request #2992 from etiktin/update_process_doc
Update process.md
Cheng Zhao [Tue, 6 Oct 2015 08:54:45 +0000 (16:54 +0800)]
Merge pull request #2997 from atom/size-constraints
Improve how we handle min/max sizes
Cheng Zhao [Tue, 6 Oct 2015 08:16:02 +0000 (16:16 +0800)]
views: Make size constraints work immediately after set
Cheng Zhao [Tue, 6 Oct 2015 08:06:39 +0000 (16:06 +0800)]
linux: Restore size constraints when became sizable
Cheng Zhao [Tue, 6 Oct 2015 08:08:32 +0000 (16:08 +0800)]
spec: Increase timeout for window.open specs
Cheng Zhao [Tue, 6 Oct 2015 07:43:36 +0000 (15:43 +0800)]
spec: Make window.open specs more reliable
Cheng Zhao [Tue, 6 Oct 2015 07:23:23 +0000 (15:23 +0800)]
osx: Set resizable flag when creating window
Setting resizable for frameless window before it is shown will change
its size.
Cheng Zhao [Tue, 6 Oct 2015 07:15:23 +0000 (15:15 +0800)]
osx: Fix setting size constraints for frameless window
Cheng Zhao [Tue, 6 Oct 2015 06:50:18 +0000 (14:50 +0800)]
Setting "x" and "y" should not change window size
Plusb Preco [Tue, 6 Oct 2015 04:55:06 +0000 (13:55 +0900)]
Merge remote-tracking branch 'atom/master'
Plusb Preco [Tue, 6 Oct 2015 04:48:39 +0000 (13:48 +0900)]
Update as upstream
Eran Tiktin [Mon, 5 Oct 2015 18:12:29 +0000 (21:12 +0300)]
Replace io.js references with node.js references
Heilig Benedek [Mon, 5 Oct 2015 17:11:20 +0000 (19:11 +0200)]
Fix some minor bugs related to KeyboardEvent sending
Cheng Zhao [Mon, 5 Oct 2015 16:39:16 +0000 (00:39 +0800)]
Remove default definition of ContentSizeToWindowSize
Heilig Benedek [Mon, 5 Oct 2015 16:32:04 +0000 (18:32 +0200)]
Merge pull request #1 from atom/master
update
Cheng Zhao [Mon, 5 Oct 2015 16:21:37 +0000 (00:21 +0800)]
win: Fix building on Windows
Cheng Zhao [Mon, 5 Oct 2015 16:15:10 +0000 (00:15 +0800)]
views: Fix content size constraints in window with menubar
Cheng Zhao [Mon, 5 Oct 2015 16:13:57 +0000 (00:13 +0800)]
Separate Windows specific code of NativeWindow to another file
Eran Tiktin [Mon, 5 Oct 2015 14:48:48 +0000 (17:48 +0300)]
Update native modules doc
Eran Tiktin [Mon, 5 Oct 2015 13:56:36 +0000 (16:56 +0300)]
Update screen.md
Removed a trailing comma.
Eran Tiktin [Mon, 5 Oct 2015 13:51:49 +0000 (16:51 +0300)]
Update process.md
Fixed the `loaded` example according to
[this](https://github.com/atom/electron/issues/2984#issuecomment-
145465907)
comment.
Eran Tiktin [Mon, 5 Oct 2015 13:41:30 +0000 (16:41 +0300)]
Merge pull request #8 from atom/master
Update from original
Cheng Zhao [Mon, 5 Oct 2015 13:06:57 +0000 (21:06 +0800)]
win: Fix GetContentSize for minimized window
Cheng Zhao [Mon, 5 Oct 2015 12:37:08 +0000 (20:37 +0800)]
views: Remove hack on setting min/max size for frameless window
Cheng Zhao [Mon, 5 Oct 2015 12:36:28 +0000 (20:36 +0800)]
Make min/max size respect use-content-size
Cheng Zhao [Mon, 5 Oct 2015 12:09:29 +0000 (20:09 +0800)]
osx: Call setContentMinSize in SetContentSizeConstraints
Cheng Zhao [Mon, 5 Oct 2015 12:03:43 +0000 (20:03 +0800)]
views: Use the quicker way of return content size
Converting content size to window size on high DPI systems will lose
percise and have 1px offset sometimes.
Cheng Zhao [Mon, 5 Oct 2015 11:32:23 +0000 (19:32 +0800)]
osx: Fix converting size for frameless window
Cheng Zhao [Mon, 5 Oct 2015 11:05:59 +0000 (19:05 +0800)]
views: Implement NativeWindow::SetSizeConstraints
Cheng Zhao [Mon, 5 Oct 2015 08:19:01 +0000 (16:19 +0800)]
osx: Add NativeWindow::SetSizeConstraints
Cheng Zhao [Mon, 5 Oct 2015 11:58:47 +0000 (19:58 +0800)]
Merge tag 'v0.33.6'
Cheng Zhao [Mon, 5 Oct 2015 11:57:30 +0000 (19:57 +0800)]
Bump v0.33.6
Cheng Zhao [Mon, 5 Oct 2015 11:57:14 +0000 (19:57 +0800)]
Fix typo, closes #2990
Cheng Zhao [Mon, 5 Oct 2015 07:10:27 +0000 (15:10 +0800)]
Merge pull request #2979 from etiktin/fix_calculating_min_max_4_frameless
Fix calculating min/max size in frameless view
Cheng Zhao [Mon, 5 Oct 2015 07:09:24 +0000 (15:09 +0800)]
Merge pull request #2985 from etiktin/fix_restore_size_windows
[Windows] Fix restore/unmaximize wrong window size
Cheng Zhao [Mon, 5 Oct 2015 03:42:43 +0000 (11:42 +0800)]
Bump v0.33.5
Cheng Zhao [Mon, 5 Oct 2015 03:41:36 +0000 (11:41 +0800)]
docs: "loaded" event of "process"
Cheng Zhao [Mon, 5 Oct 2015 03:41:06 +0000 (11:41 +0800)]
docs: Removed unneeded changes from PR
hansrwindhoff [Mon, 5 Oct 2015 02:14:52 +0000 (20:14 -0600)]
example code didn't run
Eran Tiktin [Mon, 5 Oct 2015 01:01:25 +0000 (04:01 +0300)]
Make it work only on Windows
Limiting the solution to Windows only.
Eran Tiktin [Mon, 5 Oct 2015 00:29:02 +0000 (03:29 +0300)]
Fix restore/unmaximize wrong window size
This resolves #2498.
Cheng Zhao [Sun, 4 Oct 2015 14:19:05 +0000 (22:19 +0800)]
Update brightray for #877
Cheng Zhao [Sun, 4 Oct 2015 13:19:44 +0000 (21:19 +0800)]
docs: Remove `cache` and `userCache` dir
Closes #1404.
Cheng Zhao [Sun, 4 Oct 2015 12:48:27 +0000 (20:48 +0800)]
Merge pull request #2982 from atom/ctrl-c
Quit gracefully when Ctrl-C is pressed
Cheng Zhao [Sun, 4 Oct 2015 12:08:19 +0000 (20:08 +0800)]
Fix crashing on Linux
Cheng Zhao [Sun, 4 Oct 2015 11:36:41 +0000 (19:36 +0800)]
Fix cpplint warnings
Cheng Zhao [Sun, 4 Oct 2015 11:21:36 +0000 (19:21 +0800)]
Quit gracefully when Ctrl-C is pressed
Cheng Zhao [Sun, 4 Oct 2015 11:20:52 +0000 (19:20 +0800)]
Make Browser::Quit more robust
Cheng Zhao [Sun, 4 Oct 2015 09:18:35 +0000 (17:18 +0800)]
Merge pull request #2980 from atom/linux-fix-dpi
Do not manually read DPI settings on Linux
Cheng Zhao [Sun, 4 Oct 2015 08:53:20 +0000 (16:53 +0800)]
linux: No longer needs to manually read DPI settings
It is now done in brightray by reading the value from GTK+.
Cheng Zhao [Sun, 4 Oct 2015 08:33:03 +0000 (16:33 +0800)]
linux: Enable force showing menubar
This is for debugging purpose.
Cheng Zhao [Sun, 4 Oct 2015 08:32:08 +0000 (16:32 +0800)]
linux: Fix pressing Alt not showing menubar
Cheng Zhao [Sun, 4 Oct 2015 07:53:09 +0000 (15:53 +0800)]
Update brightray for atom/brightray#149
Thomas Johansen [Sat, 3 Oct 2015 20:19:57 +0000 (22:19 +0200)]
Merge pull request #2978 from chriswmercer/patch-1
Minor grammar correction
Eran Tiktin [Sat, 3 Oct 2015 19:09:57 +0000 (22:09 +0300)]
Fix calculating min/max size in frameless views
The minimum and maximum size that frameless windows had used, was
incorrect. It included the border, so when it was called it actually
added that to the size, so window increased in size. The fix makes sure
that the view will use the frameless size.
This fixes #2945 and partially fixes #1806 (it also refers to some other
issues with hidpi which might still exist).
chriswmercer [Sat, 3 Oct 2015 17:03:49 +0000 (18:03 +0100)]
Minor grammar correction
Paul Betts [Sat, 3 Oct 2015 16:02:50 +0000 (09:02 -0700)]
Remove Vista as possibly working
Vista crashes on startup because Win7 touch APIs aren't present - this is fine, but we want to tell people out of the gate that it won't work
Cheng Zhao [Sat, 3 Oct 2015 13:20:19 +0000 (21:20 +0800)]
Merge pull request #2976 from atom/node_modules_paths
Prevent Node from adding paths outside the app to search paths
Cheng Zhao [Sat, 3 Oct 2015 12:38:39 +0000 (20:38 +0800)]
Prevent Node from adding paths outside this app to search paths
Cheng Zhao [Sat, 3 Oct 2015 12:18:59 +0000 (20:18 +0800)]
Merge pull request #2975 from preco21/master
Update as upstream
Cheng Zhao [Sat, 3 Oct 2015 11:55:59 +0000 (19:55 +0800)]
Clear node's global search paths
Cheng Zhao [Sat, 3 Oct 2015 09:52:46 +0000 (17:52 +0800)]
No need to add "app" to search paths
Plusb Preco [Sat, 3 Oct 2015 08:54:05 +0000 (17:54 +0900)]
Update as upstream
Plusb Preco [Sat, 3 Oct 2015 08:37:05 +0000 (17:37 +0900)]
Merge remote-tracking branch 'atom/master'
Cheng Zhao [Sat, 3 Oct 2015 08:15:44 +0000 (16:15 +0800)]
Merge pull request #2974 from atom/disable-logging
Disable logging unless --enable-logging is specified
Cheng Zhao [Sat, 3 Oct 2015 07:43:26 +0000 (15:43 +0800)]
docs: --enable-logging
Cheng Zhao [Sat, 3 Oct 2015 07:33:55 +0000 (15:33 +0800)]
Disable logging unless --enable-logging is specified
Cheng Zhao [Sat, 3 Oct 2015 05:53:52 +0000 (13:53 +0800)]
docs: No leading slash in --url-base
Fixes #2968.
Cheng Zhao [Sat, 3 Oct 2015 05:42:34 +0000 (13:42 +0800)]
docs: Add "Supported Platforms"
Raphael [Sat, 3 Oct 2015 00:41:57 +0000 (17:41 -0700)]
supported operating system list
Proposed fix for issue #2964
Eran Tiktin [Fri, 2 Oct 2015 22:25:23 +0000 (01:25 +0300)]
Merge pull request #7 from atom/master
Update from original
Cheng Zhao [Fri, 2 Oct 2015 17:15:33 +0000 (01:15 +0800)]
Merge pull request #2965 from jhen0409/patch-1
Fix typo for docs/api/menu-item.md