Luke Page
a141d6b3d4
spelling fixes and americanisms
2016-02-15 06:51:20 +01:00
chris-ls
48c6692311
Clarify overlay description
...
'16px' is ambiguous and not clear (4 x 4 px? or 16 x 16px)
2016-02-04 15:36:41 +13:00
Cheng Zhao
a83aee90e5
No need to use scoped_nsobject for id
2016-01-25 15:15:58 +08:00
Cheng Zhao
7761815339
Merge branch 'bg-color-pr' of https://github.com/evgenyzinoviev/electron
2016-01-24 21:33:53 +08:00
Cheng Zhao
5372b6cd91
Fullscreenable => FullScreenable
2016-01-24 14:31:36 +08:00
Cheng Zhao
31624995bc
Merge pull request #4202 from evgenyzinoviev/shadow-pr
...
Added hasShadow option to BrowserWindow on OS X
2016-01-22 23:56:38 -08:00
Cheng Zhao
8cabe0f008
Merge pull request #4156 from evgenyzinoviev/windows-pr
...
Improvements in BrowserWindow
2016-01-22 23:42:41 -08:00
evgenyzinoviev
000af78d41
doc fix
2016-01-23 01:37:18 +01:00
evgenyzinoviev
e071e4f310
doc updated
2016-01-23 01:20:42 +01:00
evgenyzinoviev
ff41b4a267
added hasShadow option to BrowserWindow (osx)
2016-01-23 01:16:08 +01:00
evgenyzinoviev
3182504969
maximizable, fullscreenable docs
2016-01-22 23:32:09 +01:00
Cheng Zhao
21f5e27a5e
Merge pull request #4161 from gabriel/master
...
Support backgroundColor for window on mac
2016-01-21 15:42:21 -07:00
Cheng Zhao
000625e23f
Merge pull request #4163 from deepak1556/web_preferences_fonts_patch
...
browser: add font related settings to webpreferences
2016-01-21 14:35:30 -07:00
Gabriel Handford
239baa3e9a
Support backgroundColor for window on mac
2016-01-21 11:07:33 -08:00
Robo
8a00406862
browser: add font related settings to webpreferences
2016-01-21 13:30:05 +05:30
Cheng Zhao
5bd2d4b08d
docs: win.destroy() is safe
2016-01-20 09:46:38 -07:00
evgenyzinoviev
c3049e1e99
docs updated
2016-01-19 16:14:59 +01:00
Cheng Zhao
712f11a9a3
Merge pull request #4112 from evgenyzinoviev/resize-animate-pr
...
Animate window resizing on OS X
2016-01-16 12:12:00 +08:00
evgenyzinoviev
b75dccb0be
arguments handing rewritten, doc updated
2016-01-15 17:31:31 +01:00
Cheng Zhao
d6e2db22b3
Merge pull request #4116 from 0b61d29/patch-1
...
Spelling: bellow → below
2016-01-15 23:33:25 +08:00
evgenyzinoviev
4b0119f996
added a note that this option is only implemented on osx
2016-01-15 16:02:23 +01:00
Florian Hämmerle
187cb54c25
spelling: bellow -> below
2016-01-15 13:43:44 +01:00
evgenyzinoviev
f93d890874
Fix doc
2016-01-15 06:00:06 +01:00
evgenyzinoviev
2598b00b41
Animate window resizing on OS X
2016-01-15 05:59:58 +01:00
evgenyzinoviev
cda88db77c
Added option to prevent a window from being moved on OS X
2016-01-15 03:58:57 +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