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 |
|
Cheng Zhao
|
de76bf5f63
|
Merge pull request #7296 from adammeyer/custom-window-level
Allow custom window level when sending window to top
|
2016-09-28 19:18:12 +08:00 |
|
Thiago de Arruda
|
1b1541fe1a
|
Decouple api::Window initialization from api::WebContents construction.
|
2016-09-27 06:01:46 -03: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 |
|
Kevin Sawicki
|
6285500cdc
|
Sort includes alphabetically
|
2016-08-26 15:30:02 -07:00 |
|
Kevin Sawicki
|
7a0129bbc7
|
Correct misspelling of destroy in method name
|
2016-08-25 12:28:57 -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 |
|
Cheng Zhao
|
cb19efe49c
|
Pass FunctionTemplate in BuildPrototype
|
2016-08-02 18:08:12 +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 |
|
Kevin Sawicki
|
ccee3e1fc2
|
Document setThumbnailClip
|
2016-07-14 15:54:57 -07: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 |
|
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
|
7ba391da7c
|
Update to API changes of Chrome 51
|
2016-05-23 10:59:39 +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 |
|
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
|
2ae52d0ff4
|
Make Wrappable a template class
|
2016-04-25 10:17:54 +09:00 |
|
Ben Gotow
|
8f89cd2d59
|
Move "setSheetOffset" to the BrowserWindow
|
2016-04-18 22:39:12 -07:00 |
|
James Wheare
|
8482109dea
|
Switch to a single OS X swipe event with a direction argument
|
2016-03-23 15:20:11 +00:00 |
|
James Wheare
|
03319a5426
|
OSX: Capture 3-finger swipe events in NativeWindow
|
2016-03-18 15:21:19 +00:00 |
|
Cheng Zhao
|
03ec5ced05
|
Merge pull request #4751 from maxbeatty/window-blur
Add blur method to window
|
2016-03-11 19:15:51 +09:00 |
|
Max Beatty
|
704b8335aa
|
Add blur method to window ref #4724
|
2016-03-10 21:45:51 -08:00 |
|
Arek Sredzki
|
c1267b2320
|
Added 'show' & 'hide' events to browser-window, fixed visibilitychange event in renderer
|
2016-03-10 13:51:31 -08:00 |
|
Cheng Zhao
|
059d97e1aa
|
Merge pull request #4181 from bengotow/scroll-touch-events
Extend NativeWindow to track touch-based scroll events on OS X
|
2016-01-25 14:47:54 +08:00 |
|
Cheng Zhao
|
5372b6cd91
|
Fullscreenable => FullScreenable
|
2016-01-24 14:31:36 +08:00 |
|
Cheng Zhao
|
31624995bc
|
Merge pull request #4202 from evgenyzinoviev/shadow-pr
Added hasShadow option to BrowserWindow on OS X
|
2016-01-22 23:56:38 -08:00 |
|
evgenyzinoviev
|
ff41b4a267
|
added hasShadow option to BrowserWindow (osx)
|
2016-01-23 01:16:08 +01:00 |
|