.. |
api
|
Fix circulate require.
|
2013-12-29 22:33:53 +08:00 |
default_app
|
Rename 'finish-launching' event to 'ready',
|
2013-12-27 11:08:26 +08:00 |
lib
|
Fix console.log under Windows.
|
2013-12-29 22:32:26 +08:00 |
mac
|
Bump v0.8.1.
|
2013-12-29 23:09:19 +08:00 |
net
|
Huge commit to use new V8 and Content APIs.
|
2013-12-11 15:48:19 +08:00 |
ui
|
gtk: Implement accelerator_util.
|
2014-01-02 14:12:05 +00: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
|
Huge commit to use new V8 and Content APIs.
|
2013-12-11 15:48:19 +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
|
Huge commit to use new V8 and Content APIs.
|
2013-12-11 15:48:19 +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
|
Enable high DPI support.
|
2013-12-20 14:14:07 +08:00 |
atom_browser_main_parts.h
|
Fix initializing V8 on Windows.
|
2013-12-17 21:55:56 +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
|
Huge commit to use new V8 and Content APIs.
|
2013-12-11 15:48:19 +08:00 |
atom_javascript_dialog_manager.h
|
Huge commit to use new V8 and Content APIs.
|
2013-12-11 15:48: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_linux.cc
|
linux: Add empty implementation of auto updater.
|
2014-01-02 14:15:02 +00: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
|
Use bundle's name as application name when we have one.
|
2013-12-05 10:42:04 +08:00 |
browser.h
|
Use bundle's name as application name when we have one.
|
2013-12-05 10:42:04 +08:00 |
browser_linux.cc
|
linux: Implemnt browser methods.
|
2014-01-02 14:47:54 +00:00 |
browser_mac.mm
|
Use bundle's name as application name when we have one.
|
2013-12-05 10:42:04 +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
|
Use bundle's name as application name when we have one.
|
2013-12-05 10:42:04 +08:00 |
native_window.cc
|
Flip the y axis in CapturePage API, fixes #148.
|
2013-12-31 14:40:42 +08:00 |
native_window.h
|
Do not implement window.open.
|
2013-12-27 14:32:24 +08:00 |
native_window_mac.h
|
mac: Add API to return whether the window has attached sheet.
|
2013-12-04 16:32:32 +08:00 |
native_window_mac.mm
|
Huge commit to use new V8 and Content APIs.
|
2013-12-11 15:48:19 +08:00 |
native_window_observer.h
|
Report the right render view that is deleted.
|
2013-12-06 15:53:40 +08:00 |
native_window_win.cc
|
Continue fixing compilation erros on Windows.
|
2013-12-17 18:34:45 +08:00 |
native_window_win.h
|
Continue fixing compilation erros on Windows.
|
2013-12-17 18:34:45 +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
|
linux: Implemnt browser methods.
|
2014-01-02 14:47:54 +00:00 |
window_list_observer.h
|
Add 'quit' and 'window-all-closed' events for app module.
|
2013-05-03 10:53:54 +08:00 |