electron/docs/api
Eran Tiktin d701e1aa40 Update dialog.md
Added a comment about the fact that on Windows, the "question" message box uses the same icon as the "info" message box (Electron uses the task dialog API instead of the message box API). This is because Microsoft's API doesn't supply a default question icon (see `pszIcon` in https://msdn.microsoft.com/en-us/library/windows/desktop/bb760540(v=vs.85).aspx).
2015-07-22 18:13:50 +03:00
..
accelerator-ko.md Fix typos, add more files 2015-06-26 13:06:12 +09:00
accelerator.md Add Super key support in global-shortcut API. 2015-05-05 22:49:32 +08:00
app-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
app.md Improve grammar and sentence structure of app.md 2015-07-18 15:40:01 +01:00
auto-updater-ko.md Translate some apis 2015-07-01 03:42:29 +09:00
auto-updater.md valid example json, fix https://github.com/atom/electron/issues/2228 2015-07-15 10:34:33 -04:00
browser-window-ko.md Fix docs typo 2015-07-11 19:46:26 -07:00
browser-window.md Implement getUserAgent API. 2015-07-22 12:25:10 +08:00
chrome-command-line-switches-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
chrome-command-line-switches.md doc: kProxyPacUrl support 2015-07-10 13:56:21 +05:30
clipboard-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
clipboard.md clipboard: api to write multiple formats to same writer 2015-07-10 09:20:52 +05:30
content-tracing-ko.md Fix typos, add more files 2015-06-26 13:06:12 +09:00
content-tracing.md 💄 Fix grammatical issues 2015-05-23 18:44:58 -04:00
crash-reporter-ko.md Fix typos, add more files 2015-06-26 13:06:12 +09:00
crash-reporter.md Fixed and clarified crash-reporter documentation 2015-07-03 11:34:36 -07:00
dialog-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
dialog.md Update dialog.md 2015-07-22 18:13:50 +03:00
file-object-ko.md Translate some apis 2015-07-01 03:42:29 +09:00
file-object.md docs: Atom Shell => Electron 2015-04-16 11:31:12 +08:00
frameless-window-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
frameless-window.md Fix several typos and grammar errors 2015-06-09 16:49:21 +02:00
global-shortcut-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
global-shortcut.md Update global-shortcut.md 2015-07-14 16:58:15 +01:00
ipc-main-process-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
ipc-main-process.md reverted incorrect changes 2015-03-27 07:46:26 -05:00
ipc-renderer-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
ipc-renderer.md Renamed browser-side to main process 2015-03-26 10:20:31 -05:00
menu-item-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
menu-item.md Improves #1373 2015-04-13 11:22:33 +08:00
menu-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
menu.md Merge branch 'master' of https://github.com/alexwarren/electron into alexwarren-master 2015-06-10 12:39:59 +08:00
native-image-ko.md Translate some apis 2015-07-01 03:42:29 +09:00
native-image.md improve docs on toJpeg(quality) 2015-07-07 20:20:20 -04:00
power-monitor-ko.md Fix typos, add more files 2015-06-26 13:06:12 +09:00
power-monitor.md Update power-monitor.md 2015-04-15 08:17:10 -07:00
power-save-blocker-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
power-save-blocker.md More updates: use string instead of integer to identify blocker type. 2015-06-24 13:06:39 +08:00
process-ko.md Translate some apis 2015-07-01 03:42:29 +09:00
process.md process: add hang method 2015-06-18 14:14:29 +05:30
protocol-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
protocol.md docs: Mention null session of RequestHttpJob 2015-07-16 15:17:45 -07:00
remote-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
remote.md Typo in function name for remote 2015-07-02 21:58:31 -05:00
screen-ko.md Fix typos, add more files 2015-06-26 13:06:12 +09:00
screen.md Small spelling mistake 2015-05-15 13:09:59 -07:00
shell-ko.md Translate some apis 2015-07-01 03:42:29 +09:00
shell.md shell: return status for moveItemToTrash on all platforms 2015-03-29 00:47:50 +05:30
synopsis-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
synopsis.md 💄 Fix grammatical issue 2015-05-23 15:41:36 -04:00
tray-ko.md Fix typos, add more files 2015-06-26 13:06:12 +09:00
tray.md docs: Mention libappindicator1 is required, close #1347 2015-07-21 11:27:43 +08:00
web-frame-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
web-frame.md Add webFrame.registerUrlSchemeAsSecure API 2015-01-08 12:39:58 -08:00
web-view-tag-ko.md Fix typos, add more files 2015-06-26 13:06:12 +09:00
web-view-tag.md Implement getUserAgent API. 2015-07-22 12:25:10 +08:00
window-open-ko.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
window-open.md Update window-open.md 2015-07-14 16:37:52 +01:00