leethomas
|
359123458d
|
🍎 allow x-axis offset to be set for sheets
|
2016-05-18 23:45:54 -07:00 |
|
Cheng Zhao
|
d8c05ecc0d
|
Link with Vs2015 runtime statically for Release build
|
2016-05-19 15:06:47 +09:00 |
|
Cheng Zhao
|
f441ba2694
|
Merge pull request #5601 from electron/team-id
Include team ID in the base bundle ID
|
2016-05-19 03:24:31 +00:00 |
|
Cheng Zhao
|
5d906c0e4e
|
docs: Team ID is now required for signing
|
2016-05-19 11:13:09 +09:00 |
|
Cheng Zhao
|
a361d50b95
|
Add team ID to base Bundle ID
|
2016-05-19 10:57:57 +09:00 |
|
Nicola Squartini
|
18b2094198
|
Update Clang only if needed
|
2016-05-19 10:14:57 +09:00 |
|
Kevin Sawicki
|
1032287511
|
Merge pull request #5588 from brunoqueiros/error-message
Improve error message
|
2016-05-18 17:41:57 -07:00 |
|
Cheng Zhao
|
d3beaa0b16
|
Merge pull request #5595 from miniak/asar-fix
Make js2asar.py more robust
|
2016-05-18 23:40:11 +00:00 |
|
Bruno Queiros
|
046cb0df8d
|
🎨 Use the same stack trace for both cases
|
2016-05-18 19:02:42 -03:00 |
|
Kevin Sawicki
|
97d903bca3
|
Merge pull request #5587 from kcrt/master
Japanese manual: add electron-versioning.
|
2016-05-18 13:55:10 -07:00 |
|
Kevin Sawicki
|
0456be1535
|
Merge pull request #5594 from Gaserd/patch-3
Create supported-platforms.md
|
2016-05-18 13:52:47 -07:00 |
|
Milan Burda
|
161bd89a24
|
Make js2asar.py more robust
|
2016-05-18 12:54:53 -07:00 |
|
Sergey
|
5f9976c46a
|
Create supported-platforms.md
Create new file - supported-platforms.
Russian language for this page - http://electron.atom.io/docs/tutorial/supported-platforms/
|
2016-05-18 22:40:12 +03:00 |
|
Paul Betts
|
872c6ea763
|
📝
|
2016-05-18 11:08:04 -07:00 |
|
Paul Betts
|
e995befcd0
|
Move everything into atom_bindings
|
2016-05-18 11:07:30 -07:00 |
|
Paul Betts
|
d49302858b
|
Merge pull request #5589 from Gaserd/patch-2
исправление ошибки в слове
|
2016-05-18 10:57:53 -07:00 |
|
Sergey
|
d3e0c08255
|
исправление ошибки в слове
ничего критичного, просто букву не ту поставили.
|
2016-05-18 18:04:52 +03:00 |
|
Bruno Queiros
|
06e3e65c1b
|
🎨 Improve error message
|
2016-05-18 11:00:08 -03:00 |
|
TAKAHASHI Kyohei
|
962ce6c44c
|
Japanese manual: add electron-versioning.
electron-versioning.md is translated.
Other tutorial files are updated.
[ci skip]
|
2016-05-18 22:33:21 +09:00 |
|
Cheng Zhao
|
e05f795d1d
|
Merge pull request #5584 from electron/sandbox-no-expl
Enable sandboxing without using temporary-exception
|
2016-05-18 10:02:30 +00:00 |
|
Cheng Zhao
|
906948218f
|
docs: Update MAS guide without using temporary-exception
|
2016-05-18 16:48:22 +09:00 |
|
Cheng Zhao
|
deddf98533
|
Currently set base bundle ID
|
2016-05-18 16:42:26 +09:00 |
|
Plusb Preco
|
d7fdb16078
|
📝 Update Korean docs as upstream
[ci skip]
|
2016-05-18 16:41:21 +09:00 |
|
Cheng Zhao
|
d2a567d6ab
|
Merge pull request #5582 from electron/notification-user-info
Pass userInfo in systemPreferences.subscribeNotification
|
2016-05-18 07:36:31 +00:00 |
|
Cheng Zhao
|
3d0b98c9ca
|
Use string description for unknown types
|
2016-05-18 16:01:08 +09:00 |
|
Cheng Zhao
|
68cf267b1d
|
Do not convert NSDictionary to JSON
|
2016-05-18 15:49:33 +09:00 |
|
Cheng Zhao
|
240c346d02
|
Ignore invalid JSON object when converting NSDictionary
|
2016-05-18 14:54:37 +09:00 |
|
Cheng Zhao
|
97250b53e8
|
Pass userInfo in subscribeNotification
|
2016-05-18 14:40:19 +09:00 |
|
Cheng Zhao
|
49cca0978d
|
Merge pull request #5580 from electron/annoymous-web-contents
Add support for anonymous WebContents
|
2016-05-18 05:31:10 +00:00 |
|
Cheng Zhao
|
87c10b3ac2
|
Make non-public module accesible via remote
|
2016-05-18 13:57:48 +09:00 |
|
Cheng Zhao
|
5f6c468f0f
|
Handle keyboard events for WebContents that do not have owner window
|
2016-05-18 13:57:48 +09:00 |
|
Cheng Zhao
|
dc9b3fcef7
|
Remove WebViewGuestDelegate::HandleKeyboardEvent
|
2016-05-18 13:57:48 +09:00 |
|
Cheng Zhao
|
d6cb84f8a3
|
WebContents without owner window should always open detached devtools
|
2016-05-18 13:57:48 +09:00 |
|
Cheng Zhao
|
998ce73ad9
|
Add webContents.id property
|
2016-05-18 13:57:48 +09:00 |
|
Cheng Zhao
|
8a061b7183
|
A normal WebContents can have no owner window
|
2016-05-18 13:57:48 +09:00 |
|
Cheng Zhao
|
118afab67b
|
Make sure BrowserContext is always destroyed after WebContents
|
2016-05-18 13:57:48 +09:00 |
|
Plusb Preco
|
7fd3149031
|
📝 Update Korean docs as upstream
[ci skip]
|
2016-05-18 12:15:29 +09:00 |
|
Cheng Zhao
|
242508e22f
|
Merge pull request #5574 from electron/devtools-extension-test
Add test that loads a devtools extension
|
2016-05-18 01:46:44 +00:00 |
|
Cheng Zhao
|
5368da18ad
|
Merge pull request #5575 from electron/link-to-spectron
Add spectron to ChromeDriver doc
|
2016-05-18 01:34:56 +00:00 |
|
deepak1556
|
467ccabb7e
|
browser: flag to disable HTTP/2 and SPDY/3.1 protocols
|
2016-05-18 06:56:58 +05:30 |
|
Cheng Zhao
|
397d0e34ee
|
Merge pull request #5559 from electron/disable-webview
Disable webview when nodeIntegration is off
|
2016-05-18 01:26:58 +00:00 |
|
Cheng Zhao
|
27da0f3338
|
Merge pull request #5576 from electron/title-tweaks
Tweak doc headings
|
2016-05-18 01:26:27 +00:00 |
|
Cheng Zhao
|
c7f5210b50
|
Merge pull request #5567 from felixrieseberg/versioning
Add Information about Versioning
|
2016-05-18 00:43:23 +00:00 |
|
Cheng Zhao
|
7bd11c14f6
|
Update brightray to fix linking problem on Linux
|
2016-05-18 09:42:38 +09:00 |
|
Kevin Sawicki
|
cee31ff67a
|
Remove semicolon
|
2016-05-17 16:42:37 -07:00 |
|
Kevin Sawicki
|
9266f9abfc
|
Update interval id variable name
|
2016-05-17 16:42:21 -07:00 |
|
Kevin Sawicki
|
f95c46d987
|
Show last panel by id
|
2016-05-17 16:40:34 -07:00 |
|
Kevin Sawicki
|
866260a2a6
|
with -> on
|
2016-05-17 16:05:47 -07:00 |
|
Kevin Sawicki
|
bfb75df49c
|
Tweak doc headings
|
2016-05-17 16:02:54 -07:00 |
|
Kevin Sawicki
|
b301c473cd
|
Simplify sentence
|
2016-05-17 15:14:50 -07:00 |
|