Daniel Pham
|
d5a0dd39a1
|
🎁 Add 'win.closeFilePreview()'
|
2016-11-28 14:25:11 -08:00 |
|
Kevin Sawicki
|
2fc46f638f
|
🎨
|
2016-11-21 08:45:46 -08:00 |
|
Kevin Sawicki
|
a991570677
|
intrinsicWidth -> pageWidth
|
2016-11-21 08:45:46 -08:00 |
|
Kevin Sawicki
|
b02c0e6f46
|
Remove unneeded proportion calculation
|
2016-11-21 08:45:46 -08:00 |
|
Kevin Sawicki
|
7916981da2
|
zoomToContentSize -> zoomToPageWidth
|
2016-11-21 08:45:46 -08:00 |
|
Kevin Sawicki
|
c5790e39dc
|
Add support for zooming to content size
|
2016-11-21 08:45:46 -08:00 |
|
Kevin Sawicki
|
dcb3a13361
|
Use values directly since constants are 10.11+
|
2016-11-14 16:43:05 -08:00 |
|
Kevin Sawicki
|
483e007b69
|
🎨
|
2016-11-11 08:51:33 -08:00 |
|
Kevin Sawicki
|
2d8a61a775
|
autorelease NSVisualEffectView
|
2016-11-11 08:51:29 -08:00 |
|
gellert
|
5e62d28e50
|
adds test, adds view to AtomNSWindow and minor fixes
|
2016-11-11 08:49:57 -08:00 |
|
gellert
|
2cf30c0d63
|
remove method transferred to set with null
|
2016-11-11 08:49:57 -08:00 |
|
gellert
|
8ad50d1e35
|
adds vibrancy effect for macos
|
2016-11-11 08:49:57 -08:00 |
|
Kevin Sawicki
|
d85c4da11b
|
Minor formatting tweaks
|
2016-10-26 09:55:34 +09:00 |
|
Kevin Sawicki
|
d982376fc4
|
filename -> displayName
|
2016-10-26 09:47:38 +09:00 |
|
Pierre Laurac
|
d26601f695
|
Convention naming
|
2016-10-26 09:07:38 +09:00 |
|
Pierre Laurac
|
0ec57cca32
|
last linter commit
|
2016-10-26 09:06:50 +09:00 |
|
Pierre Laurac
|
cf5fc3f922
|
more linter
|
2016-10-26 09:06:44 +09:00 |
|
Pierre Laurac
|
1f60aff73d
|
linter
|
2016-10-26 09:06:39 +09:00 |
|
Pierre Laurac
|
9b19e6ee38
|
Changing names and memory leak fix
|
2016-10-26 09:05:42 +09:00 |
|
Pierre Laurac
|
e759ce72b5
|
Using UTF8 String for filepath and filename
|
2016-10-26 09:05:27 +09:00 |
|
Pierre Laurac
|
2f7cceb11c
|
Removing extra line break
|
2016-10-26 09:03:55 +09:00 |
|
Pierre Laurac
|
002462ce7b
|
Removing unused header dependencies
|
2016-10-26 09:03:49 +09:00 |
|
Pierre Laurac
|
9673cee4d7
|
Using string from the std
|
2016-10-26 09:02:36 +09:00 |
|
Pierre Laurac
|
526debb5ab
|
Adding easy way to preview files
|
2016-10-26 09:02:29 +09:00 |
|
Pierre Laurac
|
fb444f646b
|
default template for PreviewFile
|
2016-10-26 09:02:21 +09:00 |
|
Kevin Sawicki
|
1807458c66
|
Only begin sheet when no sheet parent
|
2016-09-30 10:43:43 -07:00 |
|
Kevin Sawicki
|
df03c92249
|
Compare against NSNormalWindowLevel in IsAlwaysOnTop
|
2016-09-22 09:41:06 -07:00 |
|
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 |
|
Cheng Zhao
|
6b20d6c189
|
Don't change the behavior of transparent window
|
2016-06-17 11:02:37 +09:00 |
|
Cheng Zhao
|
9eea973d31
|
Use the setTitleVisibility to control tittlebar's visibility
|
2016-06-17 10:54:50 +09:00 |
|
Kevin Sawicki
|
5f0238ebf4
|
Add subview whenever content view is empty
|
2016-06-16 14:57:23 -07:00 |
|
bridiver
|
2094b39460
|
set the title for hidden and hidden-inset windows so they show up in the window menu list
fixes #6088
|
2016-06-16 13:12:53 -07:00 |
|
Cheng Zhao
|
8eca728e0a
|
Add focusable option
|
2016-06-13 17:10:28 +09:00 |
|
Milan Burda
|
7a1d1ee0ea
|
Add BrowserWindow.prototype.setIgnoreFocus
|
2016-06-12 20:20:57 +02:00 |
|
Kevin Sawicki
|
9f93f4e27f
|
Set maximizable state after installing view
|
2016-06-08 13:56:45 -07:00 |
|
Kevin Sawicki
|
70996c79ba
|
Add showDefinitionForSelection webContents proxy method
|
2016-06-08 10:19:43 -07:00 |
|
Kevin Sawicki
|
6360a5cae4
|
Add deprecation TODO for BrowserWindow.showDefinitionForSelection
|
2016-06-08 10:15:36 -07:00 |
|
Cheng Zhao
|
b444211d6f
|
Fix title of frameless window showing as empty under fullscreen
|
2016-06-07 17:26:26 +09:00 |
|
Cheng Zhao
|
a176aaee01
|
Merge pull request #5734 from danhp/fix-aspect-ratio
Fix 'setAspectRatio(0)' not resetting the default behaviour.
|
2016-05-30 01:14:03 +00:00 |
|
Kevin Sawicki
|
b465f2c3c4
|
Remove duplicate hidden-inset check
|
2016-05-27 13:27:35 -07:00 |
|
Daniel Pham
|
0c710fce33
|
🍎 Fix 'setAspectRatio(0)' not resetting the default behaviour.
|
2016-05-27 08:56:34 -04:00 |
|
Daniel Pham
|
d1c302800f
|
Fix: Properly notify observers when window prevents close
|
2016-05-25 19:26:57 -04:00 |
|
Cheng Zhao
|
9f858e1243
|
Merge branch 'master' into chrome51
|
2016-05-23 19:49:43 +09:00 |
|
Cheng Zhao
|
1b9bced8c0
|
Merge pull request #5644 from leethomas/fix/osx-aspect-ratio
🍎 let Cocoa handle keeping aspect ratio on window resize
|
2016-05-23 08:15:44 +00:00 |
|
leethomas
|
de27b34891
|
disregard extraSize when initially setting the aspect ratio
|
2016-05-22 19:09:21 -07:00 |
|
Cheng Zhao
|
7ba391da7c
|
Update to API changes of Chrome 51
|
2016-05-23 10:59:39 +09:00 |
|
leethomas
|
1d61f987cb
|
code styling
|
2016-05-22 18:59:00 -07:00 |
|
leethomas
|
09de0c2766
|
call base SetAspectRatio in NativeWindowMac implementation
|
2016-05-22 17:22:57 -07:00 |
|
leethomas
|
ac6e4aff5e
|
comments
|
2016-05-22 17:00:14 -07:00 |
|
leethomas
|
7aaf974362
|
override SetAspectRatio for NativeWindowMac
|
2016-05-22 16:50:50 -07:00 |
|
leethomas
|
8f7a04f9c3
|
🍎 let Cocoa handle keeping the aspect ratio whenever the edges are dragged
|
2016-05-22 15:43:47 -07:00 |
|