electron/atom/common
Matt Lyons 424f9aeae6 🐧 Don't wait for xdg-open to exit
Waiting for xdg-open to return freezes Electron application.
Some file managers (ex: Nemo) don't return until some time after they are closed, this freezes the Electron application until the process returns.
The same is true about any application that can potentially be opened with OpenItem
2017-10-24 19:39:54 -07:00
..
api Follow style guide 2017-10-10 17:20:55 +11:00
asar Removed obsolete io.h wrappers, included atlbase.h in atom_main.cc 2017-08-30 10:43:29 +02:00
crash_reporter
linux
native_mate_converters The Blink Rename 2017-08-15 16:19:21 +03:00
resources/mac
atom_command_line.cc
atom_command_line.h
atom_constants.cc
atom_constants.h
atom_version.h v1.8.2-beta.1 2017-10-18 16:49:32 -04:00
chrome_version.h Update CHROME_VERSION_STRING 2017-08-15 16:19:21 +03:00
color_util.cc
color_util.h
common_message_generator.cc
common_message_generator.h
draggable_region.cc
draggable_region.h
google_api_key.h
key_weak_map.h
keyboard_util.cc The Blink Rename 2017-08-15 16:19:20 +03:00
keyboard_util.h
mouse_util.cc Allow content embedder to set a cursor for RenderWidgetHost 2017-08-15 16:19:20 +03:00
mouse_util.h Allow content embedder to set a cursor for RenderWidgetHost 2017-08-15 16:19:20 +03:00
node_bindings.cc macOS implementation of notifications in the main process 2017-05-23 02:05:13 +10:00
node_bindings.h
node_bindings_linux.cc
node_bindings_linux.h
node_bindings_mac.cc
node_bindings_mac.h
node_bindings_win.cc
node_bindings_win.h
node_includes.h
options_switches.cc Add window opacity support 2017-09-29 17:49:10 +09:00
options_switches.h Add window opacity support 2017-09-29 17:49:10 +09:00
platform_util.h
platform_util_linux.cc 🐧 Don't wait for xdg-open to exit 2017-10-24 19:39:54 -07:00
platform_util_mac.mm update shell.OpenItem to use NSWorkspace 2017-09-19 18:15:37 -04:00
platform_util_win.cc