.. |
lib
|
Add app.getBrowserWindows() API.
|
2013-10-05 13:13:04 +08:00 |
atom_api_app.cc
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +08:00 |
atom_api_app.h
|
[Mac] Add app.dock.getBadge() API.
|
2013-08-06 16:39:31 +08:00 |
atom_api_auto_updater.cc
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +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
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +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.cc
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +08:00 |
atom_api_crash_reporter.h
|
Add crash reporter module (based on Quincy).
|
2013-06-01 15:57:37 +08:00 |
atom_api_dialog.cc
|
Use FromV8Arguments in atom_api_dialog.cc.
|
2013-09-23 22:52:48 +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
|
Destroy the event object immediately after the reply is sent, fixes #102.
|
2013-09-26 11:28:53 +08:00 |
atom_api_event.h
|
Add spec for destroying synchronous event.
|
2013-09-26 11:27:09 +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
|
Don't rely on "iosfwd" for forward including std::string.
|
2013-07-01 21:56:46 +08:00 |
atom_api_menu.cc
|
win: Add BrowserWindow.setMenu API.
|
2013-10-02 21:24:21 +08:00 |
atom_api_menu.h
|
win: Add BrowserWindow.setMenu API.
|
2013-10-02 21:24:21 +08:00 |
atom_api_menu_mac.h
|
[Mac] Move the FixMenuTitles hack to MenuController.
|
2013-08-14 22:33:18 +08:00 |
atom_api_menu_mac.mm
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +08:00 |
atom_api_menu_win.cc
|
win: Show popup menu at right place.
|
2013-10-02 21:43:52 +08:00 |
atom_api_menu_win.h
|
[Win] Use the modified Menu2 class.
|
2013-08-17 16:45:21 +08:00 |
atom_api_power_monitor.cc
|
Add power-monitor module, fixes #45.
|
2013-08-03 16:03:56 +08:00 |
atom_api_power_monitor.h
|
Add power-monitor module, fixes #45.
|
2013-08-03 16:03:56 +08:00 |
atom_api_protocol.cc
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +08:00 |
atom_api_protocol.h
|
Skelecton for interceptor APIs.
|
2013-08-30 10:15:15 +08:00 |
atom_api_window.cc
|
Free the native window's memory after the event were sent for all observers.
|
2013-09-27 15:24:03 +08:00 |
atom_api_window.h
|
Add 'loading-state-changed' event for BrowserWindow.
|
2013-08-29 11:47:07 +08:00 |
atom_browser_bindings.cc
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +08:00 |
atom_browser_bindings.h
|
Do not reply sync messages when window is closed.
|
2013-09-22 10:44:18 +08:00 |