arus
d25c2d0f41
Update /ko-KR/api/system-preferences.md
2016-09-25 16:05:45 +09:00
Samuel Attard
d2a701a465
Document the return values of all methods in the docs
2016-09-25 12:59:30 +13:00
Vadim Macagon
1df30821db
Fix getAccentColor() docs in system-preferences.md
...
Example was using a non-existent method.
2016-09-25 01:45:34 +07:00
Zeke Sikelianos
bf88fe32fd
Merge pull request #7333 from tinydew4/translate-ko
...
Translate CODE_OF_CONDUCT and change a word as other docs, in korean
2016-09-24 10:04:04 -07:00
arus
e21d5bd380
Change some sentences more smoothly
2016-09-24 15:58:58 +09:00
arus
04bdc87283
Change some smoothly
2016-09-24 11:33:31 +09:00
arus
177ccbc014
Translate CODE_OF_CONDUCT and change a word as other docs, in korean
2016-09-24 10:37:17 +09:00
Zeke Sikelianos
d6cd9e3034
Merge pull request #7331 from tinydew4/fix-link
...
Fix broken links
2016-09-23 17:19:07 -07:00
Zeke Sikelianos
d391f1b527
Merge pull request #7330 from tinydew4/translate-ko
...
Translate accessibility and change some in korean
2016-09-23 17:07:40 -07:00
arus
8c7a4de27b
Fix broken links
2016-09-24 08:26:25 +09:00
Arus
7cd7894878
Update accessibility.md
2016-09-24 08:23:36 +09:00
arus
d7fc7ef2ee
Fix errata
2016-09-24 08:19:24 +09:00
arus
6aef061362
Translate accessibility.md in korean
2016-09-24 08:14:19 +09:00
arus
e4943b3ab3
Change more smoothly
2016-09-24 07:18:39 +09:00
arus
091136908d
Replace changes as link of original docs
2016-09-24 06:51:28 +09:00
Zeke Sikelianos
c6390e71d9
Merge pull request #7314 from tinydew4/translate-ko
...
Translate ko, debug-instructions-macos.md
2016-09-23 11:53:45 -07:00
gellert
ab5e51c209
fixes software rendering on macos and small resizing addition
2016-09-23 20:27:05 +02:00
Menci
938b9e897a
🐧 🐛 Workaround for electron/electron#5050
...
Chromium only show the Tray icon with libappindicator when the env `XDG_CURRENT_DESKTOP`'s value is `Unity`. But under elementaryOS its value is 'Pantheon'.
Set it to `Unity` before app startup make the tray icon show under elementaryOS.
2016-09-23 18:07:43 +08:00
arus
924033c2ba
Remove notice on top
2016-09-23 14:03:42 +09:00
arus
99e256f461
Translate debug-instructinos-macos.md in korean
2016-09-23 14:03:42 +09:00
arus
d2bcbafe73
Translate additonally
2016-09-23 12:56:21 +09:00
arus
5c07643d24
Apply debugging-main-process changes in korean
2016-09-23 12:51:28 +09:00
Zeke Sikelianos
56d62ff589
add html doctype
2016-09-22 14:47:20 -07:00
Zeke Sikelianos
62375663ab
add type to webview style tag
2016-09-22 14:34:03 -07:00
Kevin Sawicki
f5694daeb7
Merge pull request #7299 from Gioggio/master
...
Docs: Start Italian translations
2016-09-22 12:21:09 -07:00
Gioggio
3a73625ece
📝 Update translation for faq.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
3b45f5a8e9
📝 Add styleguide.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
78791763cf
📝 Fix typos and improve translations in README.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
81b55c1700
📝 Add faq.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
39a3ffdb9d
📝 Add README.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Kevin Sawicki
df03c92249
Compare against NSNormalWindowLevel in IsAlwaysOnTop
2016-09-22 09:41:06 -07:00
Kevin Sawicki
c336cf59c1
Ignore level when calling SetAlwaysOnTop on Widget
2016-09-22 09:38:04 -07:00
Kevin Sawicki
fcd6fd9fd5
Merge pull request #7310 from BenV/patch-1
...
Add npm_config_target_arch to native module doc
2016-09-22 09:34:19 -07:00
Kevin Sawicki
1ec173ad81
Merge pull request #7308 from tinydew4/translate-ko
...
Apply docs changes to korean docs
2016-09-22 09:32:41 -07:00
Kevin Sawicki
bce62622bb
Fix compiler errors
2016-09-22 09:22:28 -07:00
Ben Vinson
1290ddb5c9
Add npm_config_target_arch to native module doc
...
We ran into an issue when creating a 32-bit binary on 64-bit Windows where node-pre-gyp kept using the 64-bit library. Setting the `npm_config_target_arch` environment variable resolved the problem for us and caused the 32-bit binary to be built and used.
2016-09-22 09:46:31 -06:00
Kevin Sawicki
ea42722918
Merge pull request #7284 from enlight/debugging-with-electron-inspector
...
Split up debugging-main-process.md, add electron-inspector guide
2016-09-22 08:40:38 -07:00
arus
aac09e5234
Fix erratum
2016-09-22 22:56:19 +09:00
arus
df3896b143
Apply docs changes to korean docs
2016-09-22 22:53:11 +09:00
Cheng Zhao
903bf444d9
Bump v1.4.1
2016-09-22 19:05:58 +09:00
Cheng Zhao
3dad8734a0
Do not copy api.json on Windows
2016-09-22 19:05:58 +09:00
Vadim Macagon
762a5bbefa
Split up debugging-main-process.md, add electron-inspector guide
...
- Move the debugging guides for VSCode and node-inspector into separate
files.
- Add instructions for using electron-inspector to the node-inspector
guide.
- Remove note in node-inspector guide about crashing when inspecting
`process` (it was fixed a long time ago:
https://github.com/nodejs/node-v0.x-archive/issues/8205 )
2016-09-22 15:43:06 +07:00
Cheng Zhao
d3a175cea8
Merge pull request #7303 from electron/fix-out-dir
...
electron-api.json is under out/ instead of out/R/
2016-09-22 14:39:33 +09:00
Cheng Zhao
4e0f810148
electron-api.json is under out/ instead of out/R/
2016-09-22 14:31:28 +09:00
Cheng Zhao
32543997d4
Merge pull request #7297 from electron/clean-docs
...
Mention build cleaning on all three platforms
2016-09-22 14:14:36 +09:00
Cheng Zhao
c9a3ab3a81
Merge pull request #7295 from electron/native-image-bad-path-docs
...
Mention createFromPath bad path return value
2016-09-22 14:14:15 +09:00
Cheng Zhao
3b4a071723
Merge pull request #7294 from electron/mutate-remote-array-docs
...
Mention mutating remote arrays and buffers
2016-09-22 14:13:49 +09:00
Cheng Zhao
de9b01409b
Merge pull request #7293 from electron/bookmark-windows-docs
...
Mention using fallback text when writing bookmarks on Windows
2016-09-22 14:13:28 +09:00
Cheng Zhao
296a53536d
Merge pull request #7292 from electron/ct-log-verifiers
...
Upgrade Brigthray for CT log verifier fix
2016-09-22 14:11:20 +09:00
adammeyer
783d47f78b
custom window level as string
2016-09-21 22:49:06 -04:00