Haojian Wu
|
55b3f1936f
|
Modernize to C++11: Use for-range loop.
|
2016-07-10 13:33:15 +02:00 |
|
Haojian Wu
|
04f9d35312
|
Modernize to C++11: Use auto key to improve code readability and maintainability.
|
2016-07-10 13:11:47 +02:00 |
|
Haojian Wu
|
fab02809c6
|
Modernize to C++11: NULL => nullptr.
No functional change.
|
2016-07-10 11:57:04 +02:00 |
|
Cheng Zhao
|
f77b9db069
|
Fix unmaximize() not working
|
2016-07-09 23:16:57 +09:00 |
|
Cheng Zhao
|
5979c1464f
|
Remember bounds instead of size
|
2016-07-09 23:10:36 +09:00 |
|
Cheng Zhao
|
c4de246bfb
|
Correctly handle unmaximize
|
2016-07-09 23:04:42 +09:00 |
|
Cheng Zhao
|
baff744601
|
Use setBounds to implement maximize for window without thickFrame
|
2016-07-09 22:49:55 +09:00 |
|
Cheng Zhao
|
2ece9e2885
|
Add thickFrame option
|
2016-07-09 21:49:15 +09:00 |
|
Cheng Zhao
|
54f74e8160
|
Redirect relaunch process's stdout to /dev/null
|
2016-07-09 17:59:40 +09:00 |
|
Cheng Zhao
|
627028e3a0
|
Clear protocol handlers on exit
|
2016-07-09 17:02:55 +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
|
5713e0599b
|
Merge pull request #6375 from electron/login-item
Add login item API
|
2016-07-08 10:39:20 +09:00 |
|
Kevin Sawicki
|
7326d3d3d5
|
🎨
|
2016-07-07 16:38:12 -07:00 |
|
Kevin Sawicki
|
2633c2f735
|
Add was prefix to current launch settings
|
2016-07-07 16:29:58 -07:00 |
|
Kevin Sawicki
|
c100300764
|
Update API to get/setLoginItemSettings
|
2016-07-07 16:29:09 -07:00 |
|
Kevin Sawicki
|
e4906f2d87
|
Add back getCurrentActivityType
|
2016-07-07 14:29:43 -07:00 |
|
Kevin Sawicki
|
cb943cec77
|
🎨
|
2016-07-07 14:28:01 -07:00 |
|
Kevin Sawicki
|
10a2454921
|
Remove unneeded atom:: prefix
|
2016-07-07 14:25:09 -07:00 |
|
Kevin Sawicki
|
2faf00dc19
|
Only use default accelerator in Windows/Linux app menu
|
2016-07-07 11:50:19 -07:00 |
|
Cheng Zhao
|
6381f44f26
|
mac: Pass useDefaultAccelerator to getAcceleratorForCommandId
|
2016-07-07 11:50:19 -07:00 |
|
Cheng Zhao
|
d23c1bf917
|
Cleanup the code of SetBounds
|
2016-07-07 20:02:18 +09:00 |
|
Cheng Zhao
|
43e9f30b21
|
Merge pull request #6363 from MarshallOfSound/master
Bound the target width and height of window when calling SetSize
|
2016-07-07 19:52:47 +09:00 |
|
Samuel Attard
|
ceb2864881
|
Move size bounding logic to SetBounds
|
2016-07-07 20:55:10 +12:00 |
|
Cheng Zhao
|
c7e0df09bc
|
Merge pull request #6370 from electron/send-key-event-to-main-menu
Give menu a chance to handle keydown event before window
|
2016-07-07 10:11:12 +09:00 |
|
Kevin Sawicki
|
60ab71a706
|
Combine launch and current status login item APIs
|
2016-07-06 13:57:46 -07:00 |
|
Kevin Sawicki
|
c5610b2186
|
Add API to add/remove app as login item
|
2016-07-06 13:26:16 -07:00 |
|
Kevin Sawicki
|
b55f55cfc4
|
Add app.getLoginItemStatus API
|
2016-07-06 13:17:39 -07:00 |
|
Kevin Sawicki
|
98a97a52ea
|
Add getLoginItemLaunchStatus API
|
2016-07-06 12:49:08 -07:00 |
|
Kevin Sawicki
|
bd33961964
|
Give menu a chance to handle key event before window
|
2016-07-06 10:12:40 -07:00 |
|
Kevin Sawicki
|
07ccb6af2b
|
🎨
|
2016-07-06 09:42:43 -07:00 |
|
Kevin Sawicki
|
b900ff93e4
|
Make OnCapturePageDone static
|
2016-07-06 09:32:58 -07:00 |
|
Kevin Sawicki
|
4a4a8528ea
|
Fix linter warnings
|
2016-07-06 09:21:29 -07:00 |
|
Kevin Sawicki
|
12dddae2ca
|
Remove unused callback
|
2016-07-06 09:21:28 -07:00 |
|
Kevin Sawicki
|
f7b72f0948
|
Move capturePage to WebContents
|
2016-07-06 09:21:28 -07:00 |
|
Samuel Attard
|
6bd343b112
|
Bound the target width and height of window when calling SetSize
|
2016-07-07 00:49:35 +12:00 |
|
Cheng Zhao
|
92b97d3576
|
Bump v1.2.6
|
2016-07-06 13:20:36 +09:00 |
|
Cheng Zhao
|
23582cc9d3
|
Reduce the scope of ScopedNestableTaskAllower
|
2016-07-03 15:30:27 +09:00 |
|
Cheng Zhao
|
7916f0ea18
|
win: Use drag_utils::CreateDragImageForFile
|
2016-07-03 14:44:47 +09:00 |
|
Cheng Zhao
|
63a8961ed1
|
views: Implement webContents.startDrag
|
2016-07-03 14:34:35 +09:00 |
|
Cheng Zhao
|
fa468a529b
|
Support dragging multiple files
|
2016-07-03 13:58:31 +09:00 |
|
Cheng Zhao
|
13c668f22b
|
mac: Implement webContents.startDrag
|
2016-07-03 12:26:43 +09:00 |
|
Cheng Zhao
|
14c4be50c1
|
Avoid calling GetWebContentsFromProcessID for twice
|
2016-07-02 16:54:12 +09:00 |
|
Cheng Zhao
|
b0faa62f76
|
Merge pull request #6313 from MarshallOfSound/silent-notification-when-muted
Override the Notification API constructor to create silent notificatons when the webContents is muted
|
2016-07-02 07:44:33 +00:00 |
|
Cheng Zhao
|
e76ec92812
|
Set window icon before showing window
|
2016-07-02 16:16:47 +09:00 |
|
Cheng Zhao
|
ee0eb9ae08
|
Merge pull request #6309 from electron/app-launcher-rename
Implement app.setBadgeCount on Mac
|
2016-07-02 01:51:47 +00:00 |
|
Cheng Zhao
|
767124c45c
|
Update for reviews
|
2016-07-02 10:36:46 +09:00 |
|
Samuel Attard
|
4f660f3e6f
|
Implement WebContenstAudioMuted in AtomBrowserClient
|
2016-07-02 13:28:28 +12:00 |
|
Cheng Zhao
|
431ea61ff8
|
Don't use MatchesExtension for matching filters
MatchesExtension compares double extensions like .tar.gz, which does not
match the filters.
|
2016-07-01 22:55:15 +09:00 |
|
Cheng Zhao
|
1da2a1c2ae
|
app.setBadgeCount should return boolean
|
2016-07-01 22:20:05 +09:00 |
|
Cheng Zhao
|
cb00d3cfb3
|
mac: Implement app.setBadgeCount
|
2016-07-01 17:39:26 +09:00 |
|