electron/atom/browser/api/lib
Cheng Zhao 04fbec5120 Generate menu group id automatically.
In GTK+ radio menu items are managed automatically, so group id won't
have any effect there, in the meanwhile we need to maintain the same
behavior on all platforms, so we have to generate group id instead of
letting users specifying it.
2014-05-25 12:37:00 +08:00
..
app.coffee Simplify app api. 2014-04-17 17:13:46 +08:00
atom-delegate.coffee Move all sources under atom/. 2014-03-16 08:30:26 +08:00
auto-updater.coffee Fixes auto updater regression, closes atom/atom#1949. 2014-05-07 11:32:06 +08:00
browser-window.coffee Add "id" property for BrowserWindow, fixes #218. 2014-05-22 09:51:58 +08:00
dialog.coffee Use the new function converter in dialog api. 2014-04-18 17:19:15 +08:00
ipc.coffee Handle IPC messages in webContents instead of BrowserWindow. 2014-04-25 16:13:16 +08:00
menu-item.coffee Generate menu group id automatically. 2014-05-25 12:37:00 +08:00
menu.coffee Generate menu group id automatically. 2014-05-25 12:37:00 +08:00
power-monitor.coffee Simplify power_monitor api. 2014-04-17 17:13:17 +08:00
protocol.coffee Simplify protocol api. 2014-04-21 16:33:32 +08:00
web-contents.coffee Make sure webContents is created when opening devtools. 2014-05-20 20:58:11 +08:00