.. |
api
|
Merge pull request #65 from atom/custom-protocol
|
2013-09-04 03:33:09 -07:00 |
atom
|
Merge pull request #65 from atom/custom-protocol
|
2013-09-04 03:33:09 -07:00 |
default_app
|
Quit when all windows are closed if running an app by passing it in command line.
|
2013-09-09 10:54:08 +08:00 |
mac
|
Build atom-shell with ninja.
|
2013-06-19 21:34:43 +08:00 |
net
|
Add protocol interceptor API.
|
2013-09-03 16:50:10 +08:00 |
ui
|
Fix button order on Win32
|
2013-08-30 12:08:04 -07: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
|
Move atom_url_request_job_factory to browser/net.
|
2013-08-30 16:10:36 +08:00 |
atom_browser_client.h
|
Custom the implementation of url request job factory.
|
2013-08-30 12:04:51 +08:00 |
atom_browser_context.cc
|
No more C++ RecordedObject and ObjectsRegistry code.
|
2013-04-25 15:02:58 +08:00 |
atom_browser_context.h
|
No more C++ RecordedObject and ObjectsRegistry code.
|
2013-04-25 15:02:58 +08:00 |
atom_browser_main_parts.cc
|
Add power-monitor module, fixes #45.
|
2013-08-03 16:03:56 +08:00 |
atom_browser_main_parts.h
|
Mark OS X only implementations in BrowserMainParts.
|
2013-07-04 20:09:11 +08:00 |
atom_browser_main_parts_mac.mm
|
Don't emit 'open-file' event for files passed in command line.
|
2013-05-31 10:17:40 +08:00 |
atom_event_processing_window.h
|
Steal ChromeEventProcessingWindow from chrome.
|
2013-04-12 15:24:36 +08:00 |
atom_event_processing_window.mm
|
Steal ChromeEventProcessingWindow from chrome.
|
2013-04-12 15:24:36 +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 |
crash_reporter.h
|
Seperate implementation of crash reporter to standalone class.
|
2013-07-04 16:30:49 +08:00 |
crash_reporter_mac.mm
|
💄
|
2013-07-04 17:00:16 +08:00 |
crash_reporter_win.cc
|
Seperate implementation of crash reporter to standalone class.
|
2013-07-04 16:30:49 +08:00 |
native_window.cc
|
Add has_frame_ attribute for NativeWindow.
|
2013-09-05 21:43:47 +08:00 |
native_window.h
|
Add has_frame_ attribute for NativeWindow.
|
2013-09-05 21:43:47 +08:00 |
native_window_mac.h
|
Make sure the cursor doesn't drift away when dragging window.
|
2013-09-06 12:12:17 +08:00 |
native_window_mac.mm
|
Make sure the cursor doesn't drift away when dragging window.
|
2013-09-06 12:12:17 +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: Add NativeWindowFramelessView as non-client view.
|
2013-09-09 14:30:07 +08:00 |
native_window_win.h
|
win: Add NativeWindowFramelessView as non-client view.
|
2013-09-09 14:30:07 +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 |