.. |
lib
|
Make the crash reporter available for both browser and renderer.
|
2013-11-13 17:29:35 +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_dialog.cc
|
Fix returning the chosen option for synchronous dialogs.
|
2013-11-29 15:19:00 +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
|
Enable ignoring |rect| when calling BrowserWindow.capturePage.
|
2013-11-22 14:29:20 +08:00 |
atom_api_window.h
|
Add BrowserWindow.capturePage API.
|
2013-11-22 14:23:19 +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 |