electron/atom/browser/ui
Phil Christensen 2c259990da fix permissive C++ code (MSVC /permissive-)
These were found by the C++ compiler group when doing "Real world code"
build tests using /permissive-.  We are sharing these with you to help clean up
your code before the new version of the compiler comes out.  For more information on
/permissive- see https://blogs.msdn.microsoft.com/vcblog/2016/11/16/permissive-switch/.
In paticular, see the "Do not treat copy initialization as direct initialization"
section of the blog.
2017-01-05 09:38:41 -08:00
..
cocoa Add zoom menu item roles 2016-08-08 11:09:30 -07:00
views Focus window on menu bar click 2016-10-24 11:49:51 +09:00
win fix permissive C++ code (MSVC /permissive-) 2017-01-05 09:38:41 -08:00
x Sort includes alphabetically 2016-08-26 15:30:02 -07:00
accelerator_util.cc fix linting error 2016-11-15 13:19:34 +08:00
accelerator_util.h Only use default accelerator in Windows/Linux app menu 2016-07-07 11:50:19 -07:00
accelerator_util_mac.mm Make NSDeleteFunctionKey to NSDeleteCharacter 2016-06-21 12:33:02 -07:00
accelerator_util_views.cc
atom_menu_model.cc 🎨 2016-07-07 14:28:01 -07:00
atom_menu_model.h Only use default accelerator in Windows/Linux app menu 2016-07-07 11:50:19 -07:00
drag_util.h Support dragging multiple files 2016-07-03 13:58:31 +09:00
drag_util_mac.mm Support dragging multiple files 2016-07-03 13:58:31 +09:00
drag_util_views.cc Sort includes alphabetically 2016-08-26 15:30:02 -07:00
file_dialog.h mac: Add showHiddenFiles property for showOpenDialog 2016-07-11 13:30:18 +09:00
file_dialog_gtk.cc Replace DialogScope with UnresponsiveSuppressor 2016-07-11 15:29:03 +09:00
file_dialog_mac.mm Only call setCanSelectHiddenExtension for save dialogs 2016-08-16 17:22:44 -07:00
file_dialog_win.cc Include windows.h first 2016-08-26 16:00:05 -07:00
message_box.h rename all references to default_button_index -> default_id to keep consistent with cancel_id 2016-01-10 15:33:27 -08:00
message_box_gtk.cc Add override 2016-12-22 09:33:21 -08:00
message_box_mac.mm Replace OS X and Mac OS with macOS 2016-06-18 15:26:26 +02:00
message_box_win.cc Include windows.h first 2016-08-26 16:00:05 -07:00
tray_icon.cc Add option to always highlight the tray icon 2016-07-26 13:51:43 -07:00
tray_icon.h Add option to always highlight the tray icon 2016-07-26 13:51:43 -07:00
tray_icon_cocoa.h Add option to always highlight the tray icon 2016-07-26 13:51:43 -07:00
tray_icon_cocoa.mm Fix support for dragging urls in Mac 2016-11-19 21:18:24 -08:00
tray_icon_gtk.cc Only use default accelerator in Windows/Linux app menu 2016-07-07 11:50:19 -07:00
tray_icon_gtk.h Only use default accelerator in Windows/Linux app menu 2016-07-07 11:50:19 -07:00
tray_icon_observer.h Add support for dropped text in osx 2016-07-14 18:25:58 +01:00
tray_icon_win.cc