Kevin Sawicki
|
bce62622bb
|
Fix compiler errors
|
2016-09-22 09:22:28 -07:00 |
|
adammeyer
|
783d47f78b
|
custom window level as string
|
2016-09-21 22:49:06 -04:00 |
|
adammeyer
|
fbb3a288ec
|
Allow custom window level when sending window to top
|
2016-09-21 13:35:59 -04:00 |
|
Anthony Tseng
|
269a87b26f
|
Emit scroll-touch-edge event instead of changing the behavior of scroll-touch-begin/end
fix #6873
|
2016-09-17 22:50:10 +08:00 |
|
Cheng Zhao
|
f28e8d7168
|
Fix API changes of Chrome 53
|
2016-09-14 16:22:43 +09:00 |
|
Cheng Zhao
|
7ed33dfbee
|
Merge pull request #7077 from miniak/title-bar-style
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
|
2016-09-09 20:27:26 +09:00 |
|
Kevin Sawicki
|
8652888e27
|
End sheet in parent when closing modal window
|
2016-09-07 15:24:37 -07:00 |
|
Milan Burda
|
9911e60f5b
|
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
|
2016-09-03 01:33:20 +02:00 |
|
Cheng Zhao
|
105597c7e8
|
Merge pull request #6848 from miniak/titlebar-style-hidden
Add support for titleBarStyle: 'hidden' on OS X 10.9
|
2016-08-18 14:40:54 +09:00 |
|
Cheng Zhao
|
06d2dfe119
|
Merge pull request #6788 from electron/felix-progress-enum
Use enum to declare ProgressState
|
2016-08-18 14:35:00 +09:00 |
|
Kevin Sawicki
|
86e5bd3552
|
Disable resize during any stylemask change
|
2016-08-15 13:18:22 -07:00 |
|
Milan Burda
|
ab8fd49c72
|
Add support for titleBarStyle: 'hidden' on OS X 10.9 (hidden-inset falls back to hidden)
|
2016-08-15 22:10:38 +02:00 |
|
Felix Rieseberg
|
8b85ee8a20
|
🔧 Use enum to declare ProgressState
As recommended in #6768, this commit adds an enum for progress states for windows.
|
2016-08-10 08:56:26 -07:00 |
|
Cheng Zhao
|
81244c2221
|
Merge pull request #6768 from electron/felix-set-progress
Enable mode indication for setProgressBar
|
2016-08-09 20:58:07 +09:00 |
|
Felix Rieseberg
|
73c91dae9e
|
🔧 Enable mode indication for setProgressBar
This commit enables setting a mode for the setProgressBar method.
Old behavior is kept intact, usage is entirely optional.
|
2016-08-08 15:52:20 -07:00 |
|
Cheng Zhao
|
f5abae31a3
|
Code cleanup for native_window_mac
Method definitions should matche sequence of declarations.
|
2016-08-08 20:15:45 +09:00 |
|
Anthony Tseng
|
1aedccaeeb
|
Fix scroll conflict
|
2016-08-06 14:02:40 +08:00 |
|
Cheng Zhao
|
3be68ba136
|
Merge pull request #6736 from electron/maximizable-state
Always restore maximizable state after changing window behavior/style
|
2016-08-05 17:25:22 +09:00 |
|
Kevin Sawicki
|
b77a553de7
|
Always reset maximizable state
|
2016-08-04 16:50:22 -07:00 |
|
Kevin Sawicki
|
52199a008d
|
Add initial setContentBounds method
|
2016-08-04 12:02:24 -07:00 |
|
Kevin Sawicki
|
a190495df3
|
Use bounds for converting window/content sizes
|
2016-08-04 11:27:27 -07:00 |
|
Kevin Sawicki
|
48cc13d009
|
Add BrowserWindow.getClientBounds API
|
2016-08-04 09:58:35 -07:00 |
|
gellert
|
0bb5dabf99
|
omits setMouseDownCanMoveWindow call for OffScreenView
|
2016-08-04 12:00:35 +02:00 |
|
Cheng Zhao
|
3335792200
|
Remove some unneeded hacks for old OS X versions
|
2016-07-12 15:15:47 +09:00 |
|
Cheng Zhao
|
2ee8142136
|
Fix transparent window having border on OS X 10.9
|
2016-07-12 15:01:37 +09:00 |
|
Cheng Zhao
|
31e67788a2
|
mac: Do not change window size when in fullscreen
|
2016-07-11 16:44:42 +09:00 |
|
Cheng Zhao
|
381366daf1
|
Fix indention
|
2016-07-11 16:43:01 +09:00 |
|
Cheng Zhao
|
db8787fce1
|
The fullscreen button should always be hidden for frameless window
|
2016-07-11 16:00:29 +09:00 |
|
Cheng Zhao
|
7848608198
|
Replace DialogScope with UnresponsiveSuppressor
The latter is global-wide.
|
2016-07-11 15:29:03 +09:00 |
|
Cheng Zhao
|
d23c1bf917
|
Cleanup the code of SetBounds
|
2016-07-07 20:02:18 +09:00 |
|
Samuel Attard
|
ceb2864881
|
Move size bounding logic to SetBounds
|
2016-07-07 20:55:10 +12: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
|
7f3a296050
|
mac: Avoid calling setTitleVisibility for OS X 10.9
|
2016-06-23 13:00:14 +09:00 |
|
Milan Burda
|
c243cf0c0f
|
Add BrowserWindow.prototype.setContentProtection(enable)
|
2016-06-22 10:40:33 +02:00 |
|
Cheng Zhao
|
8ffd069689
|
mac: Fix maximize/unmaximize event emitted before window is maximized
|
2016-06-22 14:06:54 +09:00 |
|
Cheng Zhao
|
5674e8d114
|
Only define enable/disable API for views
|
2016-06-20 15:44:50 +09:00 |
|
Cheng Zhao
|
e33e4be257
|
macOS: Use sheet window as modal window
|
2016-06-20 14:49:24 +09:00 |
|
Cheng Zhao
|
1866dbe608
|
Move disable counter to NativeWindow from api::Window
|
2016-06-20 11:48:46 +09:00 |
|
Cheng Zhao
|
f4bec78ccb
|
linux: Implement win.setParentWindow(parent)
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
85ba382027
|
Add "parent" option for BrowserWindow
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
f2cbd7cb36
|
mac: Add win.beginSheet(sheet)/endSheet(sheet) API
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
1a4b4a65c9
|
mac: Add win.disable/enable/isEnabled() API
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
fb7e7b315c
|
mac: Close all child windows before closing current window
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
fd42e3dc84
|
mac: Add win.setParentWindow(parent) API
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
6f4899bd94
|
Merge pull request #6068 from electron/redispatch-events
Redispatch events to handle native OSX shortcuts
|
2016-06-19 11:22:02 +00:00 |
|
Leonard Lamprecht
|
67dd19ed0f
|
Replace OS X and Mac OS with macOS
|
2016-06-18 15:26:26 +02:00 |
|
Kevin Sawicki
|
0e65977a3c
|
Use EventDispatchingWindow from brightray
|
2016-06-17 11:11:50 -07:00 |
|
Kevin Sawicki
|
1762599df0
|
Remove unused variable
|
2016-06-17 09:12:59 -07:00 |
|
Kevin Sawicki
|
a2bbfea9e0
|
Redispatch events to handle native shortcuts
|
2016-06-17 09:12:59 -07:00 |
|
Cheng Zhao
|
57ed682e34
|
Merge pull request #6091 from electron/icon-progress-crash
Fix crash setting progress after setting dock icon
|
2016-06-17 03:29:49 +00:00 |
|