Cheng Zhao
|
275ac2c4b6
|
doc: ipc-message event
|
2014-12-16 21:19:04 -08:00 |
|
ffdd
|
31d606220e
|
Add that Menu.setApplication only works after 'ready' event.
I got caught on this while trying to add a menu in my application in OSX.
|
2014-12-16 21:50:40 -05:00 |
|
Sonny Piers
|
5437470b4e
|
Update tray.md
checked seems to be the correct property
|
2014-12-11 12:28:01 +01:00 |
|
Cheng Zhao
|
ef8b20af65
|
docs: "balloon-show" and "balloon-closed" events
|
2014-11-28 19:47:21 +08:00 |
|
Cheng Zhao
|
ee3fa67c48
|
docs: Tray balloon
|
2014-11-28 19:23:13 +08:00 |
|
Cheng Zhao
|
f6c66a7374
|
Add Tray.destroy() API, fixes #871
|
2014-11-28 18:06:51 +08:00 |
|
Joao Moreno
|
c6a16161d9
|
Update documentation for Menu.popup()
|
2014-11-26 15:15:55 +01:00 |
|
Cheng Zhao
|
5a8678b191
|
docs: Window state events
|
2014-11-25 14:43:11 +08:00 |
|
Cheng Zhao
|
afde383e28
|
docs: app.setUserTasks
|
2014-11-17 19:50:34 +08:00 |
|
Cheng Zhao
|
bf66aeb8ee
|
docs: Recent documents API
|
2014-11-17 19:02:37 +08:00 |
|
Cheng Zhao
|
f706bb45cb
|
docs: app.dock.setMenu
|
2014-11-17 18:48:02 +08:00 |
|
Cheng Zhao
|
f2b91d5e1d
|
docs: Menu bar APIs
|
2014-11-12 20:49:38 +08:00 |
|
Cheng Zhao
|
a3d2a490da
|
docs: "preload" option of BrowserWindow
|
2014-11-12 15:51:48 +08:00 |
|
Cheng Zhao
|
57bfc63d23
|
docs: "httpreferrer" attribute of <webview>
|
2014-11-12 10:34:54 +08:00 |
|
Cheng Zhao
|
62fd76f7e4
|
docs: crashRepoter.getLastCrashReport
|
2014-11-11 20:20:36 +08:00 |
|
Paul Betts
|
212cd67f08
|
Ports are limited to 64k
|
2014-11-10 11:53:12 -08:00 |
|
Cheng Zhao
|
e28bdcdd46
|
docs: "preload" attribute of <webview>
|
2014-11-06 15:51:33 +08:00 |
|
Cheng Zhao
|
c764b7b023
|
docs: Mention the side effect of "fullscreen" option, fixes #792
|
2014-11-06 10:16:28 +08:00 |
|
Cheng Zhao
|
4788323582
|
docs: "plugins" attribute of <webview>
|
2014-11-05 15:02:37 +08:00 |
|
Cheng Zhao
|
033212841d
|
docs: Document the disposition parameter
|
2014-11-04 18:37:06 +08:00 |
|
Cheng Zhao
|
4ebe58df57
|
Also add closeDevTools and isDevToolsOpened for webview
|
2014-11-03 22:12:56 +08:00 |
|
Cheng Zhao
|
cf9f249f07
|
Merge branch 'webview-devtools' of https://github.com/project-infinium/atom-shell into project-infinium-webview-devtools
|
2014-11-03 18:42:18 +08:00 |
|
gray
|
f43c227806
|
update and document openDevTools on web view.
|
2014-11-02 07:20:10 -08:00 |
|
Kevin Sawicki
|
490efe69f4
|
📝 a -> an
|
2014-11-02 07:20:00 -08:00 |
|
Subash Pathak
|
996e2bdc69
|
Update web-view-tag.md
|
2014-10-30 20:52:00 +05:45 |
|
Cheng Zhao
|
f44be28309
|
doc: "new-window" event of WebContents
|
2014-10-27 23:27:33 +08:00 |
|
Cheng Zhao
|
fefeb39757
|
Add "frameName" as paramter for "new-window" event
|
2014-10-27 19:14:57 +08:00 |
|
Cheng Zhao
|
0839915538
|
Merge pull request #740 from atom/webview
Implement <webview> tag
|
2014-10-26 19:43:52 +08:00 |
|
Kevin Sawicki
|
9f8ad36f30
|
📝 Minor grammar tweaks
|
2014-10-25 16:03:27 -07:00 |
|
Kevin Sawicki
|
8a4e0a64cf
|
📝 codes -> code
|
2014-10-25 16:00:23 -07:00 |
|
Cheng Zhao
|
22e3b9df44
|
Add attribute to turn on node integration in <webview>
|
2014-10-25 20:52:42 +08:00 |
|
Cheng Zhao
|
d596a7427e
|
Node integration option is now only true/false
|
2014-10-25 19:20:04 +08:00 |
|
Cheng Zhao
|
81170d81b3
|
Remove iframe related security code
|
2014-10-25 19:08:21 +08:00 |
|
Cheng Zhao
|
69bcc8e831
|
Add docs on our custom web elements
|
2014-10-25 14:58:32 +08:00 |
|
Cheng Zhao
|
d63f44cd07
|
Add more events for WebContents
|
2014-10-24 23:05:25 +08:00 |
|
Cheng Zhao
|
e214ce6bc4
|
Add WebContents.insertCSS
|
2014-10-24 21:04:50 +08:00 |
|
Cheng Zhao
|
1f08d50e98
|
Add WebContents.setUserAgent
|
2014-10-24 20:57:44 +08:00 |
|
Cheng Zhao
|
07a8a50861
|
Bind WebContents APIs to <webview>
|
2014-10-24 20:49:51 +08:00 |
|
Cheng Zhao
|
4ccb0cccf3
|
Rename web-view module to web-frame
|
2014-10-24 18:45:03 +08:00 |
|
Cheng Zhao
|
cb9bdbf247
|
docs: Add BrowserWindow.showInactive()
|
2014-10-17 22:49:21 +08:00 |
|
Cheng Zhao
|
cc4897f8c1
|
Add process.versions['chrome'], fixes #675
|
2014-10-02 23:48:17 +08:00 |
|
Cheng Zhao
|
909ff085ac
|
Add "quit" event for app.
|
2014-09-25 21:48:15 +08:00 |
|
Cheng Zhao
|
805215be78
|
Merge pull request #655 from hokein/master
SetProgressBar API Implementation, fixes #635
|
2014-09-20 11:19:34 +08:00 |
|
Haojian Wu
|
e7fbe84644
|
Use app name as desktop name by default.
|
2014-09-18 22:58:17 +08:00 |
|
Cheng Zhao
|
9653f20995
|
win: Add "direct-write" option for BrowserWindow.
For atom/atom#3540.
|
2014-09-18 21:49:04 +08:00 |
|
Haojian Wu
|
e959a40b49
|
docs: setProgressBar API.
|
2014-09-18 19:32:58 +08:00 |
|
Florian
|
6ca238852a
|
Correct parameter type of setHightlightMode()
|
2014-09-09 15:04:00 +02:00 |
|
Cheng Zhao
|
c8a8576970
|
docs: Document the new Tray APIs.
|
2014-09-09 19:50:50 +08:00 |
|
Cheng Zhao
|
f08c3f9134
|
docs: Add options for web runtime features.
|
2014-09-09 11:14:44 +08:00 |
|
Cheng Zhao
|
19b25c0d83
|
Make dialog API's parameters more flexible.
|
2014-09-06 18:56:28 +08:00 |
|
Cheng Zhao
|
4509056d5e
|
docs: Add notes on OS X application menu.
|
2014-09-05 13:39:29 +08:00 |
|
Cheng Zhao
|
80fb44b926
|
docs: Add docs on how to use chrome devtools extension.
|
2014-08-28 16:33:27 +08:00 |
|
Cheng Zhao
|
aa8f5e54df
|
dev-tools => devtools.
|
2014-08-28 16:00:29 +08:00 |
|
Cheng Zhao
|
a59388ecdd
|
Add "dev-tools-opened" and "dev-tools-closed" events.
|
2014-08-28 14:25:00 +08:00 |
|
Chris Soh
|
31f5855001
|
Adding the compulsory flag in the API documentation of BrowserWindow.flashFrame
|
2014-08-23 13:20:47 +08:00 |
|
Cheng Zhao
|
4fda81a0b4
|
Document the BrowserWindow.print().
|
2014-08-22 15:14:49 +08:00 |
|
Cheng Zhao
|
058d0bbe19
|
linux: Add "dark-theme" option for BrowserWindow, fixes #352.
|
2014-08-21 12:25:43 +08:00 |
|
Cheng Zhao
|
27f07974e0
|
Add --proxy-server and --no-proxy-server switches.
|
2014-08-20 11:57:15 +08:00 |
|
Cheng Zhao
|
fdcad1066e
|
docs: Fix typos.
|
2014-08-20 10:57:39 +08:00 |
|
Cheng Zhao
|
cfae3cd3af
|
Add app.resolveProxy API, fixes #545.
|
2014-08-19 21:26:45 +08:00 |
|
Cheng Zhao
|
2a9f5a5fb8
|
Add "enable-larger-than-screen" option for BrowserWindow.
From now on BrowserWindow can only be resized larger than screen or
moved out of screen when this option is set to "true".
Fixes #582.
|
2014-08-17 12:23:00 +08:00 |
|
Cheng Zhao
|
78afa29ade
|
Little formating on app.getDataPath.
|
2014-08-17 11:33:55 +08:00 |
|
Cheng Zhao
|
f96c6e4bd7
|
Merge pull request #578 from cornedor/appdata
Fixed #442 added app.getDataPath()
|
2014-08-16 20:34:01 +08:00 |
|
Corné Dorrestijn
|
3afb4e017c
|
Added the getDataPath function to the app api docs
|
2014-08-15 17:29:36 +02:00 |
|
Cheng Zhao
|
86dd8e2dfa
|
docs: Document the chrome command switches we support.
|
2014-08-15 13:06:52 +08:00 |
|
Cheng Zhao
|
cad9580796
|
docs: Move security info from browser-window to web-security.
|
2014-08-11 15:37:44 +08:00 |
|
Cheng Zhao
|
253789353f
|
docs: Add document on overriding X-Frame-Options.
|
2014-08-11 15:25:26 +08:00 |
|
Cheng Zhao
|
8a9e1824c3
|
views: Add support for auto-hide menubar.
|
2014-08-07 13:47:58 +08:00 |
|
Cheng Zhao
|
47e0a61dd8
|
docs: Document the filters option.
|
2014-08-06 15:00:31 +08:00 |
|
Cheng Zhao
|
dfe111b95a
|
Add support for multiple DPI images, fixes #541.
|
2014-08-06 13:56:49 +08:00 |
|
Cheng Zhao
|
6dc01945af
|
Make Accelerator a standalone JS type.
This makes menu and global-shortcut share the same code on accelerator.
|
2014-08-05 00:03:58 +08:00 |
|
Haojian Wu
|
681de1b048
|
📝 Update global-shortcut API document.
|
2014-08-04 10:11:00 +08:00 |
|
Cheng Zhao
|
9c038a2402
|
Merge pull request #534 from hokein/hotkey
Implement global shortcut API, fixes #439
|
2014-08-03 22:34:59 +08:00 |
|
Cheng Zhao
|
70aad83b07
|
Add docs on content-tracing module.
|
2014-07-31 15:40:40 +08:00 |
|
Haojian Wu
|
9342d59a7c
|
📝 Shortcut API document.
|
2014-07-31 09:12:43 +08:00 |
|
Cheng Zhao
|
7a89a08534
|
Update to new Chromium APIs.
|
2014-07-28 20:28:49 +08:00 |
|
Alex Whitman
|
e4290393af
|
Fix isMinimized API documentation
|
2014-07-26 09:53:02 +01:00 |
|
Cheng Zhao
|
ce50b38a75
|
Add BrowserWindow.isMaximized API.
|
2014-07-26 13:58:26 +08:00 |
|
Kevin Sawicki
|
ad3eac2e38
|
📝 Mention code signing is required for updates
Refs #512
|
2014-07-25 09:14:49 -07:00 |
|
Haojian Wu
|
6f231d5860
|
mac: Add BrowserWindow.isDoucumentEdited API, fixes #459.
|
2014-07-24 16:01:04 +08:00 |
|
Haojian Wu
|
acb8b7771e
|
mac: Add BrowserWindow.getRepresentedFilename API, fixes #460.
|
2014-07-24 15:59:35 +08:00 |
|
Florian
|
2f967149fc
|
Note for OS X, regarding sheets.
Added a note for OS X users, to tell how to present dialogs as sheets.
|
2014-07-12 00:35:41 +02:00 |
|
Cheng Zhao
|
66ab127389
|
Merge pull request #437 from avdg/maximize
Add BrowserWindow::isMaximized.
|
2014-07-04 23:17:33 +08:00 |
|
as3boyan
|
116e4c877e
|
Update browser-window.md
|
2014-07-01 18:32:44 +03:00 |
|
as3boyan
|
ffb0c22a80
|
Update screen.md
|
2014-07-01 18:30:26 +03:00 |
|
Anthony Van de Gejuchte
|
dad7aa6a20
|
Add BrowserWindow::isMaximized.
|
2014-06-28 09:56:39 +09:00 |
|
Cheng Zhao
|
8ecc4061a8
|
mac: Add app.dock.hide()/show() APIs, closes #422.
|
2014-06-25 11:55:33 +08:00 |
|
Cheng Zhao
|
1a0d8a4aa9
|
📝 Add docs on image support in atom-shell.
|
2014-06-23 22:58:42 +08:00 |
|
FWeinb
|
dca50fcec3
|
Update example to wait for app.on('ready')
Related to Issue #383
|
2014-06-17 18:06:15 +02:00 |
|
Cheng Zhao
|
a138b5ec8b
|
📝 Document the 'zoom-factor' option.
|
2014-06-17 15:59:46 +08:00 |
|
Cheng Zhao
|
0bc8251e1b
|
📝 Document the web-view module.
|
2014-06-16 14:56:24 +08:00 |
|
Cheng Zhao
|
386ef9197c
|
📝 Document the setSkipTaskbar API.
|
2014-06-16 10:51:45 +08:00 |
|
RobberPhex
|
df8b9f69b1
|
Add document for browser-window's icon
|
2014-06-14 00:11:49 +08:00 |
|
Cheng Zhao
|
444fe8bf1f
|
📝 Fix the outdated menu example, closed #389.
|
2014-06-10 13:29:09 +08:00 |
|
Cheng Zhao
|
f063a63b69
|
📝 Remove the dead link, fixes #390.
|
2014-06-10 13:17:41 +08:00 |
|
Cheng Zhao
|
7d38fe61d2
|
"did-finish-load" should only emit for main frame, fixes #385.
|
2014-06-09 12:03:19 +08:00 |
|
Cheng Zhao
|
950704c7e8
|
Provide API to access selection clipboard, fixes #377.
|
2014-06-05 14:48:12 +08:00 |
|
Cheng Zhao
|
01e93c108c
|
📝 Mention platform limitations on Linux.
|
2014-06-02 23:18:14 +08:00 |
|
Cheng Zhao
|
884f30010c
|
📝 Document the tray module.
|
2014-06-02 11:47:22 +08:00 |
|
Cheng Zhao
|
dd804b090a
|
📝 Menu.setApplicationMenu is not OS X only.
|
2014-05-30 09:03:29 +08:00 |
|