Commit graph

197 commits

Author SHA1 Message Date
Daniel Imms 179f86fd63 Uplevel xterm.js
Fixes #11244
Fixes #11908
2016-09-15 20:58:01 -07:00
Joao Moreno 94eb60a292 fix fsevents compatibility for build tools 2016-09-14 17:00:23 +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
Joao Moreno 21f75fad42 update distro 2016-09-13 10:43:07 +02:00
Benjamin Pasero ebf96cded4 workaround build issue with fsevents on windows 2016-09-12 16:56:21 +02:00
Johannes Rieken 835e8d7292 Merge pull request #11583 from Microsoft/joh/11455
Joh/11455
2016-09-07 12:50:17 +02:00
Joao Moreno 1e6871de50 update distro 2016-09-07 11:47:15 +02:00
Johannes Rieken 59d8e568db update package dependencies 2016-09-06 16:13:32 +02:00
Benjamin Pasero c411cd4216 bump to 1.6.0 2016-09-06 09:32:35 +02:00
Andre Weinand 3f569e8602 use generated protocol definition; fixes Microsoft/vscode-debugadapter-node#51 2016-09-05 17:48:53 +02:00
Benjamin Pasero 7a517bbd73 Merge branch 'master' into ben/next 2016-09-05 16:48:31 +02:00
Joao Moreno 6a6cbbdb91 drop gulp-symdest 2016-09-05 12:38:29 +02:00
Joao Moreno 258cd9d0dd add eslint as dev-dependency 2016-09-05 12:04:54 +02:00
Joao Moreno c524ef6c71 lock distro version 2016-09-05 11:29:44 +02:00
Benjamin Pasero bd8177f635 bump chokidar to 1.6 2016-09-05 09:13:36 +02:00
Andre Weinand 7446776383 use v1.12.0 of debug protocol 2016-08-31 18:19:04 +02:00
Joao Moreno e13c306194 bump gulp-symdest 2016-08-31 11:29:00 +02:00
Daniel Imms 298a435412 Uplevel xterm.js
Fixes #10685
2016-08-25 09:57:44 -07:00
Daniel Imms b639303aff Uplevel xterm.js
Fixes issue of change terminal line-height breaking scrolling
Fixes #9822
2016-08-18 11:18:23 -07:00
Alex Dima 8fb191d692 Try to get TS coverage 2016-08-18 13:29:58 +02:00
Alex Dima 7533f1e141 Adopt vscode-textmate@2.1.1 2016-08-17 17:11:02 +02:00
Alex Dima 9e792d5fd9 Adopt fast-plist 2016-08-17 12:53:28 +02:00
Alex Dima 93ea49c1e1 Adopt vscode-textmate@2.1.0 2016-08-17 12:03:05 +02:00
Joao Moreno 18f23a0938 Merge branch 'master' of https://github.com/nojvek/vscode into nojvek-master 2016-08-12 10:50:40 +02:00
Daniel Imms a166edd7b8 Uplevel xterm.js 2016-08-09 09:45:24 -07:00
Daniel Imms 4cbec65d16 Implement terminal scroll bar
Fixes #6602
2016-08-09 09:26:03 -07:00
Joao Moreno ebf9722e2e darwin: customize plain electron for dev 2016-08-09 10:14:00 +02:00
Daniel Imms 590f21f71c Revert "Implement terminal scroll bar"
Going to hold off on this until sourcelair/xterm.js#224 is merged.

This reverts commit 0a5a071cea.
2016-08-08 15:22:26 -07:00
Daniel Imms 0a5a071cea Implement terminal scroll bar 2016-08-08 15:16:41 -07:00
Martin Aeschlimann c5fc19d474 grammar update script: Generalize as /build/npm/update-grammar 2016-08-03 12:13:18 +02:00
Martin Aeschlimann fdcbf91f27 [typescript] evolve update script, emit grammar as JSON 2016-08-02 17:27:04 +02:00
Joao Moreno ddb9acdead version bump 2016-08-02 09:33:02 +02:00
Joao Moreno 6ef86d5f85 drop lodash dependency 2016-07-28 09:07:22 +02:00
Joao Moreno 7f5894618e add lodash as dev dependency 2016-07-27 15:00:33 +02:00
Andre Weinand bc258aa2a0 use debug protocol 1.11.0 and latest node-debug 2016-07-27 14:41:19 +02:00
Noj Vek db9a0c5e4e Travis builds post coverage info to coveralls.io and add README badge. 2016-07-26 08:28:07 -07:00
Daniel Imms e9f712e0ae Uplevel xterm.js
Adds custom keydown handler for #6731
2016-07-22 05:51:38 -07:00
Daniel Imms 3a90fe1c89 Uplevel xterm.js 2016-07-22 05:02:39 -07:00
Daniel Imms e869cef1b9 Merge remote-tracking branch 'origin/master' into tyriar/7045_integrated_terminal_ime_support 2016-07-22 03:31:35 -07:00
Daniel Imms 01a3f86855 Uplevel xterm.js
Fixes a issue with vim and ctrl/arrows in particular
2016-07-21 11:45:22 -07:00
Joao Moreno 00826ade84 rename electron helper 2016-07-19 15:10:11 +02:00
Daniel Imms 52f8f8eaec Support IMEs
Currently using the xterm.js PR branch

Fixes #7045
2016-07-18 13:48:01 -07:00
Joao Moreno e5ac0b63df revert gulp atom electron 2016-07-18 18:48:39 +02:00
Joao Moreno 36f415fa9b update gulp atom electron
fixes #8675
2016-07-18 18:31:22 +02:00
Joao Moreno 43c6e13ac5 fix 30% cpu spikes on OSX gulp watch 2016-07-12 17:12:03 +02:00
Joao Moreno 461ec1bf22 fix package json dependencies 2016-07-12 16:09:08 +02:00
Daniel Imms f205009c74 Uplevel xterm.js
Fixes #9095
2016-07-11 13:46:48 -07:00
Joao Moreno 1336b3d3c0 wrap user env in a mark
fixes #8434
2016-07-11 11:53:09 +02:00
Benjamin Pasero 4b84f6d791 back to electron 0.37.6 2016-07-08 09:31:28 +02:00
Daniel Imms 6b9398b6c4 Uplevel xterm.js 2016-07-07 14:12:35 -07:00