Cheng Zhao
|
db8787fce1
|
The fullscreen button should always be hidden for frameless window
|
2016-07-11 16:00:29 +09:00 |
|
Cheng Zhao
|
8269e7b1ef
|
Suppress unresponsive event when showing menu
|
2016-07-11 15:31:24 +09:00 |
|
Cheng Zhao
|
7848608198
|
Replace DialogScope with UnresponsiveSuppressor
The latter is global-wide.
|
2016-07-11 15:29:03 +09:00 |
|
Cheng Zhao
|
fc72df3ba1
|
win: Use FOS_FORCESHOWHIDDEN for showHiddenFiles
|
2016-07-11 13:49:51 +09:00 |
|
Cheng Zhao
|
6e0fadbe26
|
gtk: Set show-hidden property for showHiddenFiles
|
2016-07-11 13:47:24 +09:00 |
|
Cheng Zhao
|
f08ac07737
|
mac: Add showHiddenFiles property for showOpenDialog
|
2016-07-11 13:30:18 +09:00 |
|
Cheng Zhao
|
a1a870fe43
|
Auto-hide menubar when in fullscreen
|
2016-07-11 13:10:19 +09:00 |
|
Cheng Zhao
|
e8e2763131
|
win: Add toolbar type for BrowserWindow
|
2016-07-11 12:46:50 +09:00 |
|
Haojian Wu
|
4ac4dacffe
|
Some manual change to for-ranged loop.
Use "const auto&" where possible.
|
2016-07-10 15:57:51 +02:00 |
|
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 |
|