Commit Graph
58 Commits
Author SHA1 Message Date
Johannes Rieken 7b12aeb422 config-editing, api-test use strictNull-checks, #6907 2016-11-23 12:12:31 +01:00
Benjamin Pasero 97bef4bdc6 Update to electron 1.4.x (#15298)
* electron 1.4.6

* fix broken DND image feedback

* OSS input

* remove cat.exe as it is no longer needed

* update electron.d.ts

* set new ELECTRON_NO_ASAR environment for forked processes

* Automatically enable high contrast theme when enabled in Windows (fixes #15360)
2016-11-14 14:27:53 +01:00
Johannes Rieken 6047eb4745 Thenable<T> to avoid accidential generic identifier merging 2016-10-20 17:19:17 +02:00
Johannes Rieken 6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Tereza Tomcova 90770d236f Call AllowSetForegroundWindow before sending IPC to the running instance on Windows (Fixes #929) 2016-10-07 11:14:54 +02:00
Benjamin Pasero 5010ee2df2 Simplify configuration resolver (#13051) 2016-09-30 09:29:04 -07:00
Matt Bierner 0bd444927d Consistently access config values in launch.config (fixes #13051) 2016-09-29 20:15:39 -07:00
Dirk Baeumer 963d1a5c94 First set of TS 2.0 adoption work 2016-09-21 15:21:05 +02:00
Benjamin Pasero f7d57d69c4 Allow to Ctrl+click in File > Open Recent to open in new window (fixes #8819) 2016-09-19 11:26:01 +02:00
Benjamin Pasero 809e3eeccc use electron.d.ts 1.3.5 2016-09-19 11:26:01 +02:00
Benjamin Pasero 6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Johannes Rieken 2bfb692505 explicitly add Thenable, avoid it coming in via vscode.d.ts, #11771 2016-09-09 16:50:31 +02:00
Johannes Rieken 3fbe07bc56 some gc sync'ing between main and ext host 2016-09-06 15:56:47 +02:00
Alex Dima 9e792d5fd9 Adopt fast-plist 2016-08-17 12:53:28 +02:00
Benjamin Pasero 974bce453e Save: Flush to disk after writing to file (fixes #9589) 2016-08-09 11:30:05 +02:00
Benjamin Pasero 4b84f6d791 back to electron 0.37.6 2016-07-08 09:31:28 +02:00
Benjamin Pasero 54f91df5b2 Merge branch 'master' into ben/electron 2016-07-06 10:27:53 +02:00
Benjamin Pasero 5289f9b01f shut up asar 2016-07-04 17:47:10 +02:00
Benjamin Pasero feb6bc9885 Revert "VS Code allows to open *.asar file from the command line (fixes #8723)"
This reverts commit bf5774af81.
2016-07-04 17:34:05 +02:00
Benjamin Pasero bf5774af81 VS Code allows to open *.asar file from the command line (fixes #8723) 2016-07-04 16:52:48 +02:00
Benjamin Pasero 1e4ba0c588 update to latest electron.d.ts 2016-07-02 14:27:18 +02:00
Benjamin Pasero b7ee78d6d6 tabs bugfixing and polish 2016-06-19 11:13:12 +02:00
Johannes Rieken d64cd45e96 Add generic version of Array.isArray 2016-06-16 17:35:13 +02:00
Joao Moreno 425305ae31 strip ansi escape codes
fixes #7644
2016-06-15 13:00:50 +02:00
Daniel Imms 0517cce224 Remove redundant options arg 2016-06-13 10:30:10 -07:00
Daniel Imms 6af224054a xterm.js prototype 2016-06-06 08:33:03 -07:00
Daniel Imms 92621b5f10 Add integrated terminal module, move typings up tree 2016-05-17 10:56:50 -07:00
Joao Moreno ee1e5a79e9 add minimist 2016-04-22 11:24:51 +02:00
Benjamin Pasero eb9b4fded1 disable chromes backgroundThrottling 2016-04-18 22:16:19 +01:00
Benjamin Pasero 84abe71111 Update to Electron 0.37.x (#2559) 2016-04-13 15:07:21 +02:00
Johannes Rieken 7c4c828dcb no more weakness 2016-04-13 09:56:31 +02:00
Benjamin Pasero 69b93d3b9f fix issues 2016-03-24 11:48:40 +01:00
Benjamin Pasero b4917afe9b update to 4.x node.d.ts - wip 2016-03-19 07:50:39 +01:00
Joao Moreno 558ac07faa add os.homedir to typings 2016-02-16 15:53:50 +01:00
Joao Moreno 17682edf40 use auth in proxies
related to #1942
2016-01-12 15:41:37 +01:00
Johannes Rieken a19740d091 Merge pull request #1831 from Microsoft/joh/registerTextDocumentProvider
register text document provider
2016-01-11 16:54:37 +01:00
Benjamin Pasero 43f633c1d0 real fix for devtool focus issue 2016-01-11 16:16:51 +01:00
Johannes Rieken db46719428 exclude 'weak' from build, update weak.d.ts 2016-01-11 14:30:06 +01:00
Johannes Rieken 2e95c110f4 use weak references to track TextDocument that were given out to consumers 2016-01-11 12:50:40 +01:00
Benjamin Pasero 9b619b61ac yay, delete atom-browser.d.ts and atom-renderer.d.ts 2016-01-06 16:24:29 +01:00
Benjamin Pasero 0693d7cb30 adopt menu and menuitem 2016-01-06 16:09:04 +01:00
Benjamin Pasero 6027927d77 adopt browser window and dialog 2016-01-06 16:00:08 +01:00
Benjamin Pasero 7d32e8f2ea polish electron.d.ts 2016-01-06 13:01:45 +01:00
Benjamin Pasero d22fe64c76 adopt auto-updater module 2016-01-06 12:22:26 +01:00
Benjamin Pasero 83990d8a1d adopt electron module for 'app' 2016-01-06 11:18:47 +01:00
Benjamin Pasero 407f716b02 adop new imports for ipc 2016-01-06 10:28:11 +01:00
Benjamin Pasero af2b12b35d submitUrl => submitURL 2016-01-05 17:26:57 +01:00
Benjamin Pasero c062de33d7 loadUrl => loadURL 2016-01-05 16:57:50 +01:00
Benjamin Pasero 98c113e567 adopt new options api for browser window 2016-01-05 16:55:55 +01:00
Benjamin Pasero f566d06a41 workaround win10 focus issue 2015-12-21 10:25:07 +01:00