Benjamin Pasero
df381b6d1e
macOS: Add a setting to enable acceptsFirstMouse for window ( fixes #24634 )
2018-04-03 14:26:41 +02:00
Daniel Imms
88603b377d
Update to Electron v2.0.0-beta.6 ( #46552 )
...
* electron@2.0.0-beta-1
* Update distro
* Update electron.d.ts to 2.0.0-beta.1
* Disable asar as it causes a native crash
* Adopt Module._resolveLookupPaths ASAR patch
* electron 2.x - restore inspector URL in extension host
* electron 2.x - adopt context menu callback for onHide
* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10442
* electron 2.x - update node.d.ts
* electron 2.x - update node.d.ts to 8.9.x
* electron 2.x - keep node.d.ts changes to a minimum
* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10862
* electron 2.x - bump to 2.0.0-beta2
* bump to 2.0.0-beta.3
* Context menu: selecting "Rename" does not put focs into rename box (fix #45601 )
* quality "exploration" for easier testing
* empty commit
* push a workaround for #45700
* Certain themes show UI artifacts over activity bar icons (fixes #45700 )
* better fix for #45700
* bump to 2.0.0-beta.4
* another fix to prevent flickering for #45700
* avoid remote access in index.js
* bump distro commit
* electron 2.x - do not use --debug anymore
* bump electron to 2.0.0-beta.5
* electron 2.x - add libgtk-3-dev as build dependency for Linux 64
* electron 2.x - workaround freeze on linux on startup
* bump local storage telemetry key
* electron 2.x - do a one time backup of local storage
* enable ELECTRON_ENABLE_LOGGING on macOS at least
* 2.0.0-beta.6
* Fix ctrl+shift+e not focusing explorer on Linux
* distro - use GH electron builds for now
2018-04-03 12:39:25 +02:00
Rachel Macfarlane
deefeadb1e
Sort extensions list in issue reporter, fixes #46968
2018-04-02 11:07:37 -07:00
Rachel Macfarlane
ba0580f927
Inherit user env in issue reporter, fixes #46914
2018-04-02 10:33:08 -07:00
Rachel Macfarlane
c8d61024f9
Change similar issues section to have a max height instead of a fixed height, fixes #46124
2018-03-28 14:29:54 -07:00
Rachel Macfarlane
3fca70781e
Don't show help text when filing against an extension, fixes #46787
2018-03-28 10:52:47 -07:00
Rachel Macfarlane
8a63519099
Rearrange the fields in the issue reporter, fixes #46786
2018-03-28 09:53:27 -07:00
Rachel Macfarlane
92d8e1dfd3
Fix issue filing on theme extensions, fixes #46771
2018-03-27 17:25:34 -07:00
Rachel Macfarlane
41bc888293
Use 'bugs' url if present, fixes #46773
2018-03-27 17:15:49 -07:00
Rachel Macfarlane
7f8c3f68f3
Fixes #46775
2018-03-27 15:26:18 -07:00
Rachel Macfarlane
163b417621
Handle undefined extension displayName, fixes #46727
2018-03-27 10:12:23 -07:00
Rachel Macfarlane
66cd43e6b6
Fixes #46627
2018-03-27 08:36:31 -07:00
Rachel Macfarlane
c05e57d91e
Search for similar issues for extensions in issue reporter
2018-03-26 16:37:18 -07:00
Rachel Macfarlane
60b9d1ba02
Add support for filing an issue on an extension within the issue reporter, #45673
2018-03-26 11:50:45 -07:00
Benjamin Pasero
96461c968c
fix new window not opening on correct display
2018-03-26 12:04:32 +02:00
Benjamin Pasero
8bfb6e2c02
💄
2018-03-26 07:48:01 +02:00
Daniel Imms
45bfe40a61
Merge pull request #45523 from Microsoft/ben/44703
...
Git merge / commit -a / focus back the integrated terminal
2018-03-23 15:25:16 -07:00
Rachel Macfarlane
148a6b1987
Issue reporter: load the loader as a file instead of as a script to improve perf, fixes #46335
2018-03-23 14:35:47 -07:00
Rachel Macfarlane
9de24bfa5b
Fix issue reporter radio button text style, fixes #45246
2018-03-23 10:53:03 -07:00
Peng Lyu
7b09533779
Relaunch the application to accept jsflags.
2018-03-22 17:32:20 -07:00
Joao Moreno
5a27354d1b
Merge branch 'url-service'
2018-03-21 18:00:32 +01:00
Joao Moreno
94125f91ba
url handlers
...
fixes #34404
2018-03-21 18:00:03 +01:00
SteVen Batten
50c09aac33
Add button to reload window with increase memory limit ( #46220 )
...
* adding dialog to reload window with increased memory limit (configurable via new setting)
2018-03-20 17:03:05 -07:00
Benjamin Pasero
065e09ee4f
fix #46174
2018-03-20 18:08:26 +01:00
Joao Moreno
241f82afc2
refactor url service
...
related to #34404
2018-03-20 18:05:08 +01:00
Alex Dima
e3ce029935
Prepare for node >= v8.0.0
2018-03-19 12:59:32 +01:00
Benjamin Pasero
3a70cdfd8f
Workaround smooth scroll issues on Windows ( #46063 )
...
* update to electron 1.7.12
* restore smooth scrolling after restore/maximize
* add smoothScrollingWorkaround setting
* update relauncher contribution
2018-03-18 19:17:42 +01:00
Matt Bierner
ab1669f898
Revert "Revert "Avoid using import x = require('...')""
...
This reverts commit 27256832f3 which turns out did not break the import of vs/nls
2018-03-15 10:17:18 -07:00
Matt Bierner
27256832f3
Revert "Avoid using import x = require('...')"
...
This reverts commit 7de696a202 .
Seems to have broken loading vs/nls in at least one case in insiders
2018-03-15 00:47:33 -07:00
Matt Bierner
7de696a202
Avoid using import x = require('...')
...
Don't use this import form in places where it is not needed. This prevents us from correctly detecting duplicate imports
2018-03-14 14:45:59 -07:00
Matt Bierner
81767beaca
Make Event a named export
...
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Matt Bierner
f94cea3742
Mark private emitters as readonly
2018-03-14 13:57:38 -07:00
Benjamin Pasero
9b6c69c8c8
main - stackTraceLimit = 100
2018-03-13 07:40:00 +01:00
Benjamin Pasero
6e91d01e03
Git merge / commit -a / focus back the integrated terminal
2018-03-11 18:09:26 +01:00
kieferrm
27adc85a73
update classification
2018-03-09 18:06:16 -08:00
kieferrm
172eea674a
classify properties as measurement
2018-03-09 15:54:33 -08:00
Benjamin Pasero
f2abadb1ac
better shared process disposal
2018-03-09 16:46:49 +01:00
Benjamin Pasero
25474073e5
fix issue with quit requested being a function
2018-03-09 16:28:40 +01:00
Benjamin Pasero
7598ef4a27
more tweaks to lifecycle service
2018-03-09 16:00:27 +01:00
Benjamin Pasero
636fbd1f3f
main - introduce and adopt new onQuit() event
2018-03-09 15:49:15 +01:00
Benjamin Pasero
05b995dd9c
💄
2018-03-09 15:22:21 +01:00
Benjamin Pasero
7f45076568
debt - codewindow => icodewindow
2018-03-09 12:01:46 +01:00
Benjamin Pasero
287fc25a50
fix #45157
2018-03-09 11:33:54 +01:00
Benjamin Pasero
3937e57686
add window.openWithoutArgumentsInNewWindow ( #45322 )
...
* add window.openWithoutArgumentsInNewWindow
* remove relaunch command
2018-03-09 07:34:43 +01:00
Matt Bierner
82be8c8b01
Build with TS 2.7 ( #45348 )
...
* Pick up TS 2.7
* Fix formatter in build script
* Fix build error for ts 2.7
* Pick up new ts format and tslint versions
* Update lock
* use 2.7.2 for build
* Formatting
2018-03-08 16:58:32 -08:00
Rachel Macfarlane
54d1d53218
Move Feature Request before Performance Issue, fixes #45334
2018-03-08 16:20:49 -08:00
Rachel Macfarlane
ede2d64b2f
Vertically align closed/open icons in issue reporter, fixes #44660
2018-03-08 15:56:29 -08:00
Benjamin Pasero
cb845480f9
Win/Linux: allow window.openFilesInNewWindow:default (for #48 )
2018-03-08 16:10:03 +01:00
Benjamin Pasero
8d0228f52b
jsdoc 💄
2018-03-07 14:26:21 +01:00
Benjamin Pasero
9fa1442003
debt - remove choice service in favour of dialog service
2018-03-07 12:23:40 +01:00