electron/browser/api
Cheng Zhao faf7280d1f Add API to SendActionToFirstResponder.
It's important to bind application menu items to curtain actions of
first responder, like 'quit', 'minimize', 'copy' etc. This API gives
developers ability to do most of them in javascript.
2013-05-16 17:25:02 +08:00
..
lib Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00
atom_api_app.cc Add 'quit' and 'window-all-closed' events for app module. 2013-05-03 10:53:54 +08:00
atom_api_app.h Add dialog API. 2013-05-03 19:31:24 +08:00
atom_api_browser_ipc.cc small tune of IPC interface. 2013-04-23 20:57:14 +08:00
atom_api_browser_ipc.h Use require('ipc').send to communicate between browser and renderer. 2013-04-23 12:18:07 +08:00
atom_api_dialog.cc Pass the native window object directly in native dialog API. 2013-05-05 20:36:46 +08:00
atom_api_dialog.h Add the generialized showMessageBox API. 2013-05-03 21:03:26 +08:00
atom_api_event.cc Avoid using destoryed native objects in js API. 2013-04-29 19:38:18 +08:00
atom_api_event.h Emulate DOM's Event class. 2013-04-18 21:42:20 +08:00
atom_api_event_emitter.cc Add 'closed' and 'destroyed' event for Window. 2013-05-02 18:19:07 +08:00
atom_api_event_emitter.h Expose Menu's delegate methods in javascript. 2013-05-14 19:26:16 +08:00
atom_api_menu.cc Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00
atom_api_menu.h Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00
atom_api_menu_mac.h Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00
atom_api_menu_mac.mm Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00
atom_api_window.cc Rename 'window' module to 'browser_window' module. Fix #3. 2013-05-15 19:19:53 +08:00
atom_api_window.h Modify Window API to be more consistent. 2013-05-10 20:34:05 +08:00
atom_browser_bindings.cc Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00
atom_browser_bindings.h Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00