evgenyzinoviev
2598b00b41
Animate window resizing on OS X
2016-01-15 05:59:58 +01:00
Cheng Zhao
6d850ea61f
docs: Mention the session object
2016-01-12 10:59:45 +08:00
Cheng Zhao
9e82334b67
Merge pull request #4057 from princejwesley/browser-window
...
Return null for no focused window when calling BrowserWindow.getFocusedWindow
2016-01-11 22:53:38 +08:00
Prince J Wesley
018ae5189b
Return null for no focused window when calling BrowserWindow.getFocusedWindow()
2016-01-11 12:58:44 +05:30
Cheng Zhao
1944472c2f
docs: Make win.getNativeWindowHandle more clear
2016-01-11 13:43:24 +08:00
Omri Litov
a4636ba18c
Update browser-window.md
2016-01-08 20:53:59 +02:00
Omri Litov
224955d6ac
Update browser-window.md
2016-01-07 23:17:23 +02:00
Cheng Zhao
c0e728ab6a
docs: Orgnize the options of BrowserWindow
2016-01-07 14:23:21 +08:00
Cheng Zhao
3f2b26ddb7
Add blinkFeatures option
2016-01-07 14:10:18 +08:00
Cheng Zhao
16d23bbda5
Remove pageVisibility option
...
The original purpose of this option is not working anymore, also adds
docs on the current way to disable process backgrounding.
2016-01-07 12:28:20 +08:00
Cheng Zhao
c6e03f8390
Remove overlayScrollbars and sharedWorker options
...
They are already enabled by default.
2016-01-07 12:17:19 +08:00
Laekh
fdef3d56b8
Update browser-window.md
...
Made it more clear on how to define BrowserWindow (outside of the main process, specifically)
2015-12-11 11:20:44 +08:00
Cheng Zhao
7bb3bf0f48
docs: win.setIgnoreMouseEvents
2015-12-09 12:05:47 +08:00
Cheng Zhao
73e7773d84
Update to API changes of Chrome 47
2015-12-07 19:56:23 +08:00
Cheng Zhao
ba8b448c36
docs: Add indent for items in list
...
Some markdown renderers require it to be able to render the list
correctly.
2015-11-23 16:59:15 +08:00
Eran Tiktin
651254424d
Expand the descriptions of options with defaults
...
Resolves #3367
2015-11-21 21:50:23 +02:00
Eran Tiktin
ab693ca571
Update docs
2015-11-21 06:42:40 +02:00
Cheng Zhao
8e2faba8f7
Small style fix
2015-11-20 13:06:42 +08:00
Ben Gotow
65c823407d
Address feedback
2015-11-19 10:14:14 -08:00
Ben Gotow
d427ae1030
Support the "desktop" window type on Mac OS X
...
Adds the desktop window type referenced in https://github.com/atom/electron/issues/2899 for compatiblity with the linux version. Note that on Mac OS X, the desktop window cannot receive input events (seems to be a limitation of being behind the desktop).
In this diff I also removed the `standardWindow` option from the docs, in favor of an additional `textured` value for window `type` on Mac OS X. The old `standardWindow` option continues to work, but seemed more confusing. If this seems like a bad idea, I can revert that change.
2015-11-19 00:39:45 -08:00
Cheng Zhao
afbceab2ab
Merge pull request #3496 from preco21/master
...
Update as upstream and some fixes
2015-11-19 10:57:21 +08:00
Eran Tiktin
f581730516
Update browser-window.md
...
Changed the description of the preload key to make it clear you need to provide an absolute file path and not a file url.
Also mentioned that it's possible to reintroduce Node globals when node integration is off and referenced the example from process.md (related to https://github.com/atom/electron/issues/254#issuecomment-157769756 ).
2015-11-18 21:06:06 +02:00
Plusb Preco
ef64a211a2
Standardize platform labels
2015-11-19 04:01:50 +09:00
Plusb Preco
0c2d769b8a
Fix platform label to uppercase
2015-11-18 23:35:36 +09:00
Plusb Preco
0e8ab0688d
Fix wrong markdown
2015-11-18 09:43:28 +09:00
Plusb Preco
0dd14ad204
'app-command' event is only available in Windows
2015-11-18 09:36:14 +09:00
Cheng Zhao
fbb8e61958
Replace "Url" in API names with "URL"
2015-11-13 16:03:40 +08:00
Cheng Zhao
eac2e7cc61
docs: Update codes in docs to use require('electron')
2015-11-12 21:20:09 +08:00
Cheng Zhao
28db51ad83
docs: Update BrowserWindow's options
2015-11-11 23:56:17 +08:00
Simon Knight
8cd8495df7
fix capital I -> i in isDocumentEdited
...
Uncaught Exception:
TypeError: mainWindow.IsDocumentEdited is not a function
2015-10-30 16:10:46 +10:30
Omri Litov
e355532d27
Change windows messages api to hook instead of emitter
2015-10-27 14:00:08 +02:00
Omri Litov
edbebf84b9
Added browser-window event 'message'
2015-10-27 03:12:01 +02:00
Cheng Zhao
83ef23ff8d
docs: background-color on Windows
2015-10-23 13:32:04 +08:00
Cheng Zhao
f7840e7379
docs: background-color is Linux-only for now
2015-10-22 14:16:17 +08:00
Robo
9411508d3e
browser: option to set window background color
2015-10-22 09:54:29 +05:30
Cheng Zhao
7bdbe45c91
subpixel-font-scaling option is removed
2015-10-16 15:01:28 +08:00
Cheng Zhao
af971a46bd
docs: Move devtools methods to WebContents
2015-10-01 16:30:31 +08:00
Alexander Rusakov
d5f81357b6
remove required width and height BrowserWindowOptions
2015-09-30 17:13:20 +03:00
Cheng Zhao
d8062ab9e1
docs: win.setMenu is not available on OS X
2015-09-23 11:45:51 +08:00
Cheng Zhao
1e918480b4
docs: webContents.beginFrameSubscription
2015-09-18 17:53:19 +08:00
Cheng Zhao
573892c112
docs: webContents.sendInputEvent
2015-09-18 17:44:11 +08:00
Cheng Zhao
ee0d48dc5a
Merge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master
2015-09-18 12:01:33 +08:00
Cheng Zhao
69cc3ab5ef
docs: Make description of fullscreen more precise
...
Closes #2793 .
2015-09-16 09:20:16 +08:00
Heilig Benedek
ceef06b344
Renamed setOffscreenRender to begin/endFrameSubscription because the name was a bit misleading, and replaced the ArrayBuffer creation with a node::Buffer::New call.
2015-09-16 02:59:16 +02:00
Cheng Zhao
c9ee6b4caf
docs: BrowserWindow.isDevToolsFocused
2015-09-15 11:43:45 +08:00
jaanus
5d8f1dd404
Implements #2734 “New API to configure BrowserWindow title bar on Mac”
...
New API supported on Yosemite 10.10 and newer.
2015-09-14 16:50:00 +02:00
Jessica Lord
39bd10d1ef
Merge pull request #2757 from atom/jl-web-contents-links
...
Update Documentation Links to web-contents
2015-09-10 14:48:33 -07:00
Jessica Lord
aae2d82c28
Update links to web-contents.md
2015-09-10 12:19:37 -07:00
Jessica Lord
2ac2392a6b
🔥 extra line
2015-09-10 12:11:40 -07:00
Jessica Lord
7c287d565d
Resolve conflicts
2015-09-10 12:09:37 -07:00