..
api
Add BrowserWindow.inspectElement(x, y) API.
2013-07-18 19:21:25 +08:00
atom
[Win] Override node's console and output stream with chromium's logging.
2013-07-25 20:06:23 +08:00
default_app
Do not end the process when other exception occurs.
2013-07-24 15:20:59 +08:00
mac
Build atom-shell with ninja.
2013-06-19 21:34:43 +08:00
media
Enable getUserMedia(). Part of fixes for #31 .
2013-06-21 16:05:28 +08:00
accelerator_util.cc
Fix cpplint errors.
2013-06-19 13:24:13 +08:00
accelerator_util.h
Don't rely on "iosfwd" for forward including std::string.
2013-07-01 21:56:46 +08:00
accelerator_util_mac.mm
Convert generic accelerator to platform accelerator.
2013-05-16 15:24:18 +08:00
accelerator_util_win.cc
Add dummy implemenation of accelerator_util for Windows.
2013-07-05 10:23:10 +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
Enable getUserMedia(). Part of fixes for #31 .
2013-06-21 16:05:28 +08:00
atom_browser_client.h
Enable getUserMedia(). Part of fixes for #31 .
2013-06-21 16:05:28 +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
Don't separate node bindings into renderer and browser part.
2013-07-22 16:05:35 +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
Implement beforeunload event.
2013-05-01 00:05:19 +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
Add 'open-url' event for app API. Fixes #36 .
2013-07-10 18:59:21 +08:00
browser_mac.mm
Use applicationShouldTerminate to control whether application should quit.
2013-06-26 17:48:59 +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
file_dialog.h
Rewrite dialog API with our simpler blocking dialog implementations.
2013-05-20 21:50:54 +08:00
file_dialog_mac.mm
Rewrite dialog API with our simpler blocking dialog implementations.
2013-05-20 21:50:54 +08:00
file_dialog_win.cc
Add dummy implementation of file dialog for Windows.
2013-07-05 10:13:09 +08:00
message_box.h
Allow showing message dialog as sheet.
2013-06-07 15:59:12 +08:00
message_box_mac.mm
Allow showing message dialog as sheet.
2013-06-07 15:59:12 +08:00
message_box_win.cc
[Win] Show title and message's detail.
2013-07-25 17:06:08 +08:00
native_window.cc
Delay the unresponsive message for a second, fixes #42 .
2013-07-23 15:29:56 +08:00
native_window.h
Delay the unresponsive message for a second, fixes #42 .
2013-07-23 15:29:56 +08:00
native_window_mac.h
Discard fullscreen support on OS X 10.6.
2013-06-04 18:15:03 +08:00
native_window_mac.mm
Discard fullscreen support on OS X 10.6.
2013-06-04 18:15:03 +08:00
native_window_observer.h
Don't rely on "iosfwd" for forward including std::string.
2013-07-01 21:56:46 +08:00
native_window_win.cc
[Win] Add custom frame view implementation for native window.
2013-07-08 17:24:54 +08:00
native_window_win.h
[Win] Add custom frame view implementation for native window.
2013-07-08 17:24:54 +08:00
nsalert_synchronous_sheet.h
Add runModalSheetForWindow method for NSAlert.
2013-06-07 15:41:26 +08:00
nsalert_synchronous_sheet.mm
Return button's index for [NSAlert runModalSheetForWindow].
2013-06-07 15:58:36 +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