electron/atom/browser/ui
2016-07-03 14:34:35 +09:00
..
cocoa Add togglefullscreen role selector 2016-06-21 09:34:29 -07:00
views Execute click handlers for top level menu items 2016-06-25 16:51:43 +02:00
win Use nullptr comparisons 2016-06-29 11:52:58 -07:00
x linux: Implement win.disable/enable/isEnabled() API 2016-06-20 11:16:41 +09:00
accelerator_util.cc Remove duplicated keyboard code 2016-03-06 15:04:05 +09:00
accelerator_util.h
accelerator_util_mac.mm Make NSDeleteFunctionKey to NSDeleteCharacter 2016-06-21 12:33:02 -07:00
accelerator_util_views.cc
atom_menu_model.cc Map roles by command id 2016-06-21 15:25:14 -07:00
atom_menu_model.h Add comment about map key/values 2016-06-21 15:28:02 -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 views: Implement webContents.startDrag 2016-07-03 14:34:35 +09:00
file_dialog.h Add buttonLabel param to showOpen/showSave dialogs 2016-05-15 01:03:32 -05:00
file_dialog_gtk.cc Don't use MatchesExtension for matching filters 2016-07-01 22:55:15 +09:00
file_dialog_mac.mm Add buttonLabel param to showOpen/showSave dialogs 2016-05-15 01:03:32 -05:00
file_dialog_win.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09: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 linux: Disable parent window when showing modal dialogs (#6160) 2016-06-21 08:54:55 +00: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 Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
tray_icon.cc mac: Add tray.getBounds() API 2016-06-21 15:40:30 +09:00
tray_icon.h mac: Add tray.getBounds() API 2016-06-21 15:40:30 +09:00
tray_icon_cocoa.h mac: Add tray.getBounds() API 2016-06-21 15:40:30 +09:00
tray_icon_cocoa.mm Use set context menu when param is not specified 2016-06-29 11:52:58 -07:00
tray_icon_gtk.cc Use fixed ID for app indicators 2016-06-20 17:35:45 +09:00
tray_icon_gtk.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
tray_icon_observer.h Tray: Add drag-end and drop events 2015-11-10 10:02:50 -06:00
tray_icon_win.cc