.. |
api
|
Fix returning the chosen option for synchronous dialogs.
|
2013-11-29 15:19:00 +08:00 |
atom
|
Do not dereference remote callback if its renderer view is released.
|
2013-10-05 20:53:31 +08:00 |
default_app
|
Should not touch process.argv when starting the default_app.
|
2013-10-21 16:48:52 +08:00 |
mac
|
Bump v0.7.3.
|
2013-11-29 16:22:27 +08:00 |
net
|
Fix a possible crash when calling AdapterRequestJob::Kill().
|
2013-10-22 09:33:38 +08:00 |
ui
|
Add "Cmd" and "Control" alias for "Command" and "Ctrl".
|
2013-11-29 16:31:38 +08:00 |
atom_application_delegate_mac.h
|
Use applicationShouldTerminate to control whether application should quit.
|
2013-06-26 17:48:59 +08:00 |
atom_application_delegate_mac.mm
|
Use applicationShouldTerminate to control whether application should quit.
|
2013-06-26 17:48:59 +08:00 |
atom_application_mac.h
|
Emit 'finish-launching' event when the application has finished launching.
|
2013-05-30 19:12:14 +08:00 |
atom_application_mac.mm
|
Add 'open-url' event for app API. Fixes #36.
|
2013-07-10 18:59:21 +08:00 |
atom_browser_client.cc
|
Use custom url request getter to setup request job factory.
|
2013-09-20 16:47:47 +08:00 |
atom_browser_client.h
|
Use custom url request getter to setup request job factory.
|
2013-09-20 16:47:47 +08:00 |
atom_browser_context.cc
|
Use custom url request getter to setup request job factory.
|
2013-09-20 16:47:47 +08:00 |
atom_browser_context.h
|
Use custom url request getter to setup request job factory.
|
2013-09-20 16:47:47 +08:00 |
atom_browser_main_parts.cc
|
💄 Fix build on Windows.
|
2013-10-02 20:43:30 +08:00 |
atom_browser_main_parts.h
|
Switch to use the ProxyResolverV8, fixes atom/atom#894.
|
2013-09-29 15:06:29 +08:00 |
atom_browser_main_parts_mac.mm
|
mac: Use "Atom Framework.framework" instead of "Atom.framework".
|
2013-11-25 15:37:39 +08:00 |
atom_javascript_dialog_manager.cc
|
Revert "💄 for the beforeunload handler."
|
2013-09-02 16:39:00 +08:00 |
atom_javascript_dialog_manager.h
|
Implement beforeunload event.
|
2013-05-01 00:05:19 +08:00 |
auto_updater.cc
|
Wrap Sparkle's minimum interface with C++.
|
2013-06-02 20:26:03 +08:00 |
auto_updater.h
|
Add a few more methods for AutoUpdater.
|
2013-06-03 10:34:42 +08:00 |
auto_updater_delegate.cc
|
Add 'ready-for-update-on-quit' event for auto-updater.
|
2013-06-03 21:51:46 +08:00 |
auto_updater_delegate.h
|
Add 'ready-for-update-on-quit' event for auto-updater.
|
2013-06-03 21:51:46 +08:00 |
auto_updater_mac.mm
|
Add 'ready-for-update-on-quit' event for auto-updater.
|
2013-06-03 21:51:46 +08:00 |
auto_updater_win.cc
|
Add empty auto updater implementation for Windows.
|
2013-07-04 16:30:48 +08:00 |
browser.cc
|
Add 'open-url' event for app API. Fixes #36.
|
2013-07-10 18:59:21 +08:00 |
browser.h
|
[Mac] Add app.dock.getBadge() API.
|
2013-08-06 16:39:31 +08:00 |
browser_mac.mm
|
[Mac] Add app.dock.getBadge() API.
|
2013-08-06 16:39:31 +08:00 |
browser_observer.h
|
Add 'open-url' event for app API. Fixes #36.
|
2013-07-10 18:59:21 +08:00 |
browser_win.cc
|
cpplint 💄
|
2013-07-07 16:26:59 +08:00 |
native_window.cc
|
Send the "unresponsive" event if window is not closed in 500ms when closing it.
|
2013-11-29 14:52:12 +08:00 |
native_window.h
|
Send the "unresponsive" event if window is not closed in 500ms when closing it.
|
2013-11-29 14:52:12 +08:00 |
native_window_mac.h
|
Add BrowserWindow.isVisible() API.
|
2013-10-03 08:28:22 +08:00 |
native_window_mac.mm
|
BrowserWindow.focus() should not make window become visible, fixed #106.
|
2013-10-03 09:42:20 +08:00 |
native_window_observer.h
|
Add 'loading-state-changed' event for BrowserWindow.
|
2013-08-29 11:47:07 +08:00 |
native_window_win.cc
|
win: Enable setting window icon in creation options.
|
2013-11-11 19:29:40 +08:00 |
native_window_win.h
|
win: Enable setting window icon in creation options.
|
2013-11-11 19:29:40 +08:00 |
window_list.cc
|
Add Browser class to controll when the application should quit.
|
2013-05-02 23:43:23 +08:00 |
window_list.h
|
Add Browser class to controll when the application should quit.
|
2013-05-02 23:43:23 +08:00 |
window_list_observer.h
|
Add 'quit' and 'window-all-closed' events for app module.
|
2013-05-03 10:53:54 +08:00 |