minggo
|
baa55caf83
|
remove unneeded whitespace
|
2016-09-06 11:48:48 +08:00 |
|
minggo
|
1f1180f857
|
use webPreferences to disable devtools
|
2016-09-05 18:25:57 +08:00 |
|
minggo
|
0d7e7be748
|
add option to disable devtools
|
2016-09-05 16:27:56 +08:00 |
|
Kevin Sawicki
|
7a0129bbc7
|
Correct misspelling of destroy in method name
|
2016-08-25 12:28:57 -07: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 |
|
Samuel Attard
|
2fa7aa3c71
|
Save the thumbar buttons when setting them
Then restore the buttons when restoring the taskbar icon
|
2016-08-13 01:55:42 +10: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 |
|
Milan Burda
|
a6125c538e
|
Add BrowserWindow.prototype.setThumbnailToolTip
|
2016-08-08 12:05:47 +02:00 |
|
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 |
|