586 Commits

Author SHA1 Message Date
Joao Moreno
b7eefb7e8c command to toggle shared process 2017-03-06 10:55:15 +01:00
Joao Moreno
545484b6d0 hide shared process window 2017-03-03 16:44:03 +01:00
Joao Moreno
cc59bf8e3d kill shared process when last window goes away 2017-03-03 16:40:25 +01:00
Joao Moreno
83e79ed420 hide shared process window 2017-03-03 12:04:11 +01:00
Joao Moreno
67906686e8 use electron net for update checks 2017-03-03 11:37:20 +01:00
Joao Moreno
76008aacd5 Merge branch 'master' into shared-process 2017-03-03 11:23:58 +01:00
Joao Moreno
c5df2b09b3 update electron.d.ts to 1.4.6 2017-03-03 10:50:31 +01:00
Joao Moreno
a6d165136e shared process: use xhr request service 2017-03-03 10:17:52 +01:00
Joao Moreno
68fe046a61 fix shared process window startup 2017-03-03 10:15:59 +01:00
Joao Moreno
09204bfbe5 fix bad import 2017-03-02 16:59:55 +01:00
Joao Moreno
eb7144456f Merge branch 'master' into shared-process 2017-03-02 16:36:19 +01:00
Joao Moreno
c32c8114c7 fix types, build 2017-03-02 16:36:16 +01:00
isidor
7bc749b251 debug menu: open and add configurations 2017-03-02 10:59:23 +01:00
Joao Moreno
330901dd24 run shared process in a browser window 2017-03-01 17:20:45 +01:00
Johannes Rieken
b518405ba9 Merge pull request #21631 from Microsoft/joh/prof-startup
add --prof-startup flag
2017-03-01 16:27:20 +01:00
isidor
f95950b616 debug menu 2017-03-01 16:14:05 +01:00
Johannes Rieken
daad7f6fd3 rename flag to prof-startup 2017-03-01 15:58:30 +01:00
Johannes Rieken
2776a40eb4 create issue and show profile files 2017-03-01 15:57:48 +01:00
Johannes Rieken
b76c8bea27 add performance-startup-profile flag 2017-03-01 15:56:55 +01:00
Benjamin Pasero
1f5fae9c5e Last active window is not always restored when reopening (fixes #20770) 2017-02-27 14:38:39 +01:00
Benjamin Pasero
7f12fccc9c 💄 2017-02-27 10:51:20 +01:00
Benjamin Pasero
bd2ebc4f63 On macOS sheets appear in the wrong location (fixes #21367) 2017-02-26 07:57:42 +01:00
Christof Marti
fc92ea41fd Do not force new window when opening file or folder with launch on Unity (fixes #21133) 2017-02-23 11:07:51 -08:00
Christof Marti
4d8fe6dfa7 Add telemetry on outcome of open folder action (fixes #21238) 2017-02-22 16:59:48 -08:00
Christof Marti
db8a4cbd78 Cleanup (#20671) 2017-02-21 07:42:17 -08:00
Benjamin Pasero
646133ce61 comments 2017-02-21 06:09:34 +01:00
Benjamin Pasero
d679a17180 wip 2017-02-20 16:36:11 +01:00
Martin Aeschlimann
14c63e3e57 editor comes up with black background. Fixes #20705 2017-02-16 14:59:12 +01:00
Christof Marti
da9058d568 Open parent folder with .vscode when opening files from CLI or desktop (fixes #20671) 2017-02-15 21:11:10 -08:00
Martin Aeschlimann
de73b28025 [theme] store baseTheme in storage 2017-02-15 17:07:01 +01:00
Martin Aeschlimann
255ecfb084 themes as settings 2017-02-15 17:07:01 +01:00
Benjamin Pasero
a8927d1ac5 same solution on all OS (for #14622) 2017-02-07 18:24:03 +01:00
chrmarti
fbd2c51122 Open containing window (fixes #15654) 2017-02-07 08:35:19 -08:00
Benjamin Pasero
ff29567bfa Chord keybindings do not show up in menus (fixes #14622) (#20059) 2017-02-06 18:04:19 +01:00
Daniel Imms
348c77dcb6 Fix --new-window-if-not-first
The setting will now correctly open a new window when no file is specified, but if
a file is specified it will reuse. This is so opening via the file manager will reuse
the window.

Fixes #19775
2017-02-03 10:56:48 -08:00
Benjamin Pasero
1a813ef39d Menu Bar Resets to Visible When Reopening Window (fixes #19777) 2017-02-03 11:26:52 +01:00
Matt Bierner
2a40036dbb Adding explicit returns for remaining instances 2017-02-01 18:36:55 -08:00
Matt Bierner
406014ae97 Adding explicit returns 2017-02-01 17:06:13 -08:00
Joao Moreno
968bd57112 fixes #19638 2017-02-01 12:26:05 +01:00
Benjamin Pasero
28f2fbd05e Window opens in fullscreen when window.newWindowDimensions set to inherit or fullscreen (fixes #19628) 2017-01-31 15:18:52 +01:00
Daniel Imms
f1b6512197 Ensure --new-window-if-not-first doesn't force an empty window
Fixes #19285
2017-01-25 14:01:35 -08:00
Christof Marti
bc52841fa7 Streamline user-facing names 2017-01-25 10:07:09 -08:00
Christof Marti
e6e034b88d Always show Help > Welcome (fixes #19163) 2017-01-25 09:26:18 -08:00
João Moreno
7de005132b fix windows cli output when exiting
fixes #17343
2017-01-25 16:33:15 +01:00
Sandeep Somavarapu
9d5dc8673a Fix #19144 2017-01-25 12:55:28 +01:00
Benjamin Pasero
70cc7d340b fix #19331 2017-01-25 12:50:06 +01:00
Benjamin Pasero
71818b1b20 "window.newWindowDimensions": "inherit" does not inherit fullscreen/zen mode (fixes #19300) 2017-01-25 12:39:01 +01:00
Benjamin Pasero
ed7cd4c493 window: clean up listener on close 2017-01-25 12:30:53 +01:00
Benjamin Pasero
1e74ce89ce introduce 'default' for menu bar visibility 2017-01-25 10:01:49 +01:00
Christof Marti
96579057b3 Cannot access localStorage from main process (#19035) 2017-01-23 20:33:35 -08:00