Cheng Zhao
|
f08ac07737
|
mac: Add showHiddenFiles property for showOpenDialog
|
2016-07-11 13:30:18 +09:00 |
|
Cheng Zhao
|
6e81c55880
|
Merge pull request #6385 from electron/only-use-role-accelerator-in-app-menu
Only use default role accelerator in app menu
|
2016-07-08 11:22:21 +09:00 |
|
Cheng Zhao
|
6381f44f26
|
mac: Pass useDefaultAccelerator to getAcceleratorForCommandId
|
2016-07-07 11:50:19 -07:00 |
|
Kevin Sawicki
|
1e0e5b0eff
|
Use CommandOrControl+Q for quit role on Linux
|
2016-07-07 09:19:20 -07:00 |
|
Kevin Sawicki
|
f7b72f0948
|
Move capturePage to WebContents
|
2016-07-06 09:21:28 -07:00 |
|
Jonas Schwabe
|
768ff7af5a
|
Add additional method isUnityRunning, fix multiple typos in docs
|
2016-06-29 20:22:17 +02:00 |
|
Jonas Schwabe
|
e2d389fbd4
|
Rename the unityLauncher api to launcher and make it available on linux in general. + Document it only works on ubuntu
|
2016-06-29 20:22:17 +02:00 |
|
Jonas Schwabe
|
e3ba6818af
|
Fix linter errors
|
2016-06-29 20:22:17 +02:00 |
|
Jonas Schwabe
|
b22ce93477
|
Implement libunity launcher badge counter to be set via electron, fixes #4193
|
2016-06-29 20:22:17 +02:00 |
|
Kevin Sawicki
|
c686997209
|
Ctrl -> Control for consistency
|
2016-06-22 16:56:45 -07:00 |
|
Kevin Sawicki
|
6165908ba7
|
Incorporate review feedback
|
2016-06-22 15:26:17 -07:00 |
|
Kevin Sawicki
|
be642612c0
|
Export app before requiring modules
|
2016-06-22 15:21:45 -07:00 |
|
Kevin Sawicki
|
ece319a687
|
🎨
|
2016-06-22 14:14:32 -07:00 |
|
Kevin Sawicki
|
58c1d38c96
|
Remove lint errors
|
2016-06-22 14:13:12 -07:00 |
|
Kevin Sawicki
|
c6dc6a8905
|
Specify focused window to execute call
|
2016-06-22 14:02:31 -07:00 |
|
Kevin Sawicki
|
30e3a6ed83
|
Add app require
|
2016-06-22 13:59:49 -07:00 |
|
Kevin Sawicki
|
66f2fb2fe4
|
Add execute helper to roles file
|
2016-06-22 13:48:26 -07:00 |
|
Kevin Sawicki
|
653370974a
|
🎨 Sort roles alphabetically
|
2016-06-22 13:15:20 -07:00 |
|
Kevin Sawicki
|
c0562d16d5
|
Add more role defaults
|
2016-06-22 13:09:49 -07:00 |
|
Kevin Sawicki
|
888068b597
|
Add default help/window labels
|
2016-06-22 13:09:49 -07:00 |
|
Kevin Sawicki
|
13a6d32ee9
|
Add default label/accelerator to role menu items
|
2016-06-22 13:09:48 -07:00 |
|
Kevin Sawicki
|
25b2724ab9
|
Add menu item role defaults
|
2016-06-22 13:09:48 -07:00 |
|
Kevin Sawicki
|
ad110fc806
|
Make commandId a read only property
|
2016-06-22 10:07:02 -07:00 |
|
Kevin Sawicki
|
50a62429e4
|
Add back event param
|
2016-06-22 09:35:11 -07:00 |
|
Kevin Sawicki
|
4e8d4dfda9
|
Move click variable near this.click
|
2016-06-22 09:21:46 -07:00 |
|
Kevin Sawicki
|
93cbe6539f
|
Add spec for invalid menu item type
|
2016-06-22 09:21:46 -07:00 |
|
Kevin Sawicki
|
ca57f8a391
|
Remove CoffeeScript class wrapper
|
2016-06-22 09:21:46 -07:00 |
|
Cheng Zhao
|
8d08e215b2
|
Add "event" parameter for "click" handler of MenuItem
|
2016-06-22 11:22:14 +09:00 |
|
Kevin Sawicki
|
3505e98a46
|
Access function in methodInBrowserWindow
|
2016-06-21 10:08:30 -07:00 |
|
Kevin Sawicki
|
e3e1ed41ca
|
Add togglefullscreen role
|
2016-06-21 09:31:17 -07:00 |
|
Kevin Sawicki
|
fbfac6d49b
|
Fix lint errors
|
2016-06-21 09:08:13 -07:00 |
|
Kevin Sawicki
|
32ea5a5e27
|
Remove CoffeeScript ref variables
|
2016-06-21 09:08:13 -07:00 |
|
Kevin Sawicki
|
2d8ec60eed
|
Use const/let instead of var
|
2016-06-21 09:08:13 -07:00 |
|
Kevin Sawicki
|
a16d907684
|
Add quit role
|
2016-06-21 09:08:12 -07:00 |
|
Cheng Zhao
|
1104dded24
|
Handle multiple modal windows correctly
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
3f34f80433
|
Add win.setModal(modal) API
|
2016-06-20 11:16:41 +09:00 |
|
Leonard Lamprecht
|
67dd19ed0f
|
Replace OS X and Mac OS with macOS
|
2016-06-18 15:26:26 +02:00 |
|
Daniel Pham
|
a8a6f6f856
|
🍎 Fix context menus selecting first item by default.
|
2016-06-17 17:03:15 -04:00 |
|
Kevin Sawicki
|
802fca28f7
|
Setup protocol after ready has already fired
|
2016-06-16 16:23:08 -07:00 |
|
Kevin Sawicki
|
64ae5cf5a1
|
Merge pull request #6084 from wolfgang42/master
Fix typo: 'arugments'
|
2016-06-16 10:46:58 -07:00 |
|
Wolfgang
|
b349c381fa
|
🎨 Fix typo: 'arugments'
|
2016-06-16 13:41:45 -04:00 |
|
Cheng Zhao
|
3f2c3e0448
|
Wait for current app to quit before launching new app
|
2016-06-14 14:31:41 +09:00 |
|
Kevin Sawicki
|
f67e2043c8
|
Add back options param
|
2016-06-13 09:06:42 -07:00 |
|
Kevin Sawicki
|
56001b481e
|
Emit web-contents-created on app
|
2016-06-13 08:59:57 -07:00 |
|
Cheng Zhao
|
a3786f66c9
|
Do not add JS wrapper for setFeedURL
When possible we should avoid adding wrappers in JS, it usually makes
code more difficult to mantain
|
2016-06-13 09:38:47 +09:00 |
|
Milan Burda
|
c89d8b19b6
|
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times
|
2016-06-12 12:46:16 +02:00 |
|
deepak1556
|
4749e18fc0
|
fix spec and docs
|
2016-06-09 10:48:05 +05:30 |
|
deepak1556
|
b91217f29e
|
emit once for each session and add spec
|
2016-06-09 10:40:51 +05:30 |
|
deepak1556
|
cb5e648502
|
register extension handler for every session created
|
2016-06-09 10:40:51 +05:30 |
|
deepak1556
|
aa853dd3be
|
move protocol to session properties for working with partitions
|
2016-06-09 10:39:18 +05:30 |
|