electron/browser/api
2013-06-27 19:33:38 +08:00
..
lib Fix passing null as window in dialog.showMessageBox. 2013-06-27 19:33:38 +08:00
atom_api_app.cc Add app.getVersion() API. Fixes #28. 2013-06-19 13:44:17 +08:00
atom_api_app.h Add app.getVersion() API. Fixes #28. 2013-06-19 13:44:17 +08:00
atom_api_auto_updater.cc Add 'ready-for-update-on-quit' event for auto-updater. 2013-06-03 21:51:46 +08:00
atom_api_auto_updater.h Add 'ready-for-update-on-quit' event for auto-updater. 2013-06-03 21:51:46 +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_crash_reporter.h Add crash reporter module (based on Quincy). 2013-06-01 15:57:37 +08:00
atom_api_crash_reporter_mac.mm URL => Url in javascript. 2013-06-02 15:15:56 +08:00
atom_api_dialog.cc Allow showing message dialog as sheet. 2013-06-07 15:59:12 +08:00
atom_api_dialog.h Rewrite dialog API with our simpler blocking dialog implementations. 2013-05-20 21:50:54 +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 Revert "Make BrowserWindow inheritable. Fixed #23." 2013-06-18 21:40:03 +08:00
atom_api_event_emitter.h Revert "Make BrowserWindow inheritable. Fixed #23." 2013-06-18 21:40:03 +08:00
atom_api_menu.cc setApplicationMenu and sendActionToFirstResponder are Mac only. 2013-05-16 20:31:58 +08:00
atom_api_menu.h setApplicationMenu and sendActionToFirstResponder are Mac only. 2013-05-16 20:31:58 +08:00
atom_api_menu_mac.h Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00
atom_api_menu_mac.mm Automatically convert menu with tile of 'Window' to Window menu in application menu. 2013-05-16 20:48:09 +08:00
atom_api_window.cc Revert "Make BrowserWindow inheritable. Fixed #23." 2013-06-18 21:40:03 +08:00
atom_api_window.h Revert "Make BrowserWindow inheritable. Fixed #23." 2013-06-18 21:40:03 +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