Kevin Sawicki
|
52199a008d
|
Add initial setContentBounds method
|
2016-08-04 12:02:24 -07:00 |
|
Kevin Sawicki
|
48cc13d009
|
Add BrowserWindow.getClientBounds API
|
2016-08-04 09:58:35 -07:00 |
|
gellert
|
8eed91d87a
|
Merge remote-tracking branch 'upstream/master' into speedup-gpu
|
2016-08-02 14:59:03 +02:00 |
|
Cheng Zhao
|
8c3232dc56
|
Every native class now gets a name
|
2016-08-02 19:28:12 +09:00 |
|
Cheng Zhao
|
cb19efe49c
|
Pass FunctionTemplate in BuildPrototype
|
2016-08-02 18:08:12 +09:00 |
|
Cheng Zhao
|
8f62e79243
|
GetConstructor now returns FunctionTemplate
|
2016-08-02 17:20:58 +09:00 |
|
Cheng Zhao
|
8cd4612fe0
|
Get rid of Constructor class
|
2016-08-02 17:02:04 +09:00 |
|
Cheng Zhao
|
1505a46ed0
|
Do not rely on Constructor to call Init
This makes it deterministic when the JavaScript is initialized, which
can make our logic more clear.
|
2016-08-02 15:15:40 +09:00 |
|
gellert
|
56f5749675
|
adds transparency
|
2016-08-01 13:27:39 +02:00 |
|
gellert
|
5525ac36b8
|
does linting
|
2016-07-31 12:19:56 +02:00 |
|
Heilig Benedek
|
0dbe4bc417
|
api base
|
2016-07-28 01:58:23 +02:00 |
|
Heilig Benedek
|
da5c95710f
|
software bump
|
2016-07-27 18:24:58 +02:00 |
|
Kevin Sawicki
|
86218fe773
|
win: Add setThumbnailClip window API
|
2016-07-14 15:50:31 -07:00 |
|
Kevin Sawicki
|
f7b72f0948
|
Move capturePage to WebContents
|
2016-07-06 09:21:28 -07:00 |
|
Cheng Zhao
|
e76ec92812
|
Set window icon before showing window
|
2016-07-02 16:16:47 +09:00 |
|
Milan Burda
|
c243cf0c0f
|
Add BrowserWindow.prototype.setContentProtection(enable)
|
2016-06-22 10:40:33 +02: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
|
1104dded24
|
Handle multiple modal windows correctly
|
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
|
6cef29e4ee
|
Add win.getChildWindows() API
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
22513efd55
|
Add win.getParentWindow() API
|
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
|
4d65af3c60
|
Add ready-to-show event
|
2016-06-13 21:20:16 +09: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
|
70996c79ba
|
Add showDefinitionForSelection webContents proxy method
|
2016-06-08 10:19:43 -07:00 |
|
Cheng Zhao
|
5a9eb5cfa6
|
Choose the correct icon size for Windows taskbar
|
2016-05-30 09:46:42 +09:00 |
|
Cheng Zhao
|
6f3d0e1782
|
Merge pull request #5603 from leethomas/osx-horizontal-sheet-offset
Osx horizontal sheet offset
|
2016-05-21 14:07:53 +00:00 |
|
Cheng Zhao
|
a93c9462ed
|
Add BrowserWindow.setIcon
|
2016-05-20 22:22:15 +09:00 |
|
Cheng Zhao
|
d26480b74e
|
Correctly set window icon from ICO
|
2016-05-20 19:46:05 +09:00 |
|
leethomas
|
7d93642f42
|
extend setSheetOffset to accept an optional 2nd offset
|
2016-05-19 20:32:06 -07:00 |
|
leethomas
|
359123458d
|
🍎 allow x-axis offset to be set for sheets
|
2016-05-18 23:45:54 -07:00 |
|
Cheng Zhao
|
767c235708
|
Fix compilation error
|
2016-05-07 10:38:41 +09:00 |
|
Kevin Sawicki
|
ef459c7676
|
Remove support for options now on webPreferences
|
2016-05-06 10:12:56 -07:00 |
|
Kevin Sawicki
|
4cb620c195
|
Remove support for translating hyphenated options
|
2016-05-06 10:12:54 -07:00 |
|
Kevin Sawicki
|
6f0471f6cb
|
Remove deprecated options check in BrowserWindow
|
2016-05-06 10:12:53 -07:00 |
|
Cheng Zhao
|
60d2cb8a84
|
Remove the isolate parameter of GetWrapper
|
2016-04-25 10:19:25 +09:00 |
|
Cheng Zhao
|
2ae52d0ff4
|
Make Wrappable a template class
|
2016-04-25 10:17:54 +09:00 |
|
Ben Gotow
|
414245f4d8
|
Keep function placement consistent
|
2016-04-18 22:45:38 -07:00 |
|
Ben Gotow
|
8f89cd2d59
|
Move "setSheetOffset" to the BrowserWindow
|
2016-04-18 22:39:12 -07:00 |
|
Cheng Zhao
|
cb470cb94b
|
Use BrowserWindow's backgroundColor as renderer view's background color
|
2016-04-02 20:46:50 +09:00 |
|
Cheng Zhao
|
0e3737423b
|
Merge pull request #4843 from jwheare/mac-swipe-events
OSX: Expose 3-finger swipe events in browser-window
|
2016-03-31 10:37:27 +09:00 |
|
James Wheare
|
8482109dea
|
Switch to a single OS X swipe event with a direction argument
|
2016-03-23 15:20:11 +00:00 |
|
Kevin Sawicki
|
6aa452cda4
|
Set _setDeprecatedOptionsCheck on exports
|
2016-03-18 09:06:03 -07:00 |
|
James Wheare
|
03319a5426
|
OSX: Capture 3-finger swipe events in NativeWindow
|
2016-03-18 15:21:19 +00:00 |
|