Paris Kasidiaris
3a6368ba6c
Merge pull request #411 from sourcelair/issue-#408-tslint
...
Add tslint
2016-12-15 12:13:23 +00:00
Paris Kasidiaris
fbc314a74b
Parallelise build
2016-12-15 14:05:37 +02:00
Paris Kasidiaris
850a238ca2
Include lint test into travis
2016-12-15 14:02:38 +02:00
Paris Kasidiaris
20b6f20908
Make linter happy
2016-12-15 13:57:25 +02:00
Paris Kasidiaris
33f7d7649a
Add tslint
...
Fix #408
2016-12-15 13:53:26 +02:00
Paris Kasidiaris
fb4d263211
Merge pull request #409 from sourcelair/issue-#405-firefox-paste
...
Fix linux firefox paste
2016-12-14 10:38:30 +00:00
Paris Kasidiaris
ab87dece0b
Fix weird paste issue: #405
...
Fix #405
2016-12-14 01:45:53 +02:00
Paris Kasidiaris
69e027394d
😱 Fix wrong event type and remove useless interface
2016-12-14 01:43:32 +02:00
Paris Kasidiaris
6639b2c731
Merge pull request #407 from sourcelair/build-ts-into-lib
...
Always build TypeScript in `lib/`
2016-12-13 23:32:49 +00:00
Paris Kasidiaris
e23956cd77
Do not publish test files to npm
2016-12-13 23:28:33 +00:00
Paris Kasidiaris
56ca7743a8
Always build TypeScript in lib/
2016-12-14 01:10:03 +02:00
Paris Kasidiaris
fb17d57549
Merge pull request #398 from budde377/feat-npm
...
Add prepublish script and change main
2016-12-13 22:59:58 +00:00
Christian Budde Christensen
e7045f2b8a
Add prepublish script and change main
...
Building TS before publish and pointing the main entry to the builded files.
2016-12-13 20:34:19 +01:00
Daniel Imms
fd25bd7ca2
Merge remote-tracking branch 'upstream/master' into 361_circular_list_scrollback
2016-12-12 15:05:19 -08:00
Paris Kasidiaris
852f587bd2
Merge pull request #400 from arcanis/patch-1
...
Use a fixed size to account for the scrollbar
2016-12-11 10:25:35 +00:00
Maël Nison
e0e6f5e302
Use a fixed size to account for the scrollbar
2016-12-10 14:46:01 +01:00
Paris Kasidiaris
06a5ffdd1a
Merge pull request #399 from bottleofwater/patch-1
...
Don't apply the 32 delta when in sgr mode - fix #394
2016-12-09 10:12:42 +00:00
bottleofwater
a75bafc4ba
Don't apply the 32 delta when in sgr mode - fix #394
2016-12-09 10:52:09 +01:00
Paris Kasidiaris
60a59be4d3
Bump version to 2.2.1
...
Signed-off-by: Paris Kasidiaris <paris@sourcelair.com>
2016-12-07 18:43:03 +00:00
Paris Kasidiaris
b76b2d01eb
Checkout add-ons
2016-12-07 18:42:40 +00:00
Paris Kasidiaris
cd70d298fc
Bump version to 2.2.0
...
Signed-off-by: Paris Kasidiaris <paris@sourcelair.com>
2016-12-07 18:41:37 +00:00
Paris Kasidiaris
70d0ed3ebf
Merge pull request #393 from sourcelair/migrate-clipboard-to-typescript
...
Migrate Clipboard handler to TypeScript
2016-12-07 18:37:00 +00:00
Paris Kasidiaris
5a5c6ab621
Merge pull request #392 from sourcelair/fix-readme-addon-path
...
Update path to addons in README.md
2016-12-06 22:08:30 +00:00
Paris Kasidiaris
a34bb9724f
Improve interfaces in Clipboard.ts
2016-12-07 00:07:50 +02:00
Paris Kasidiaris
824a9c6dbf
Migrate Clipboard handler to TypeScript
...
Also apply JavaScript rules in `.editorconfig` in TypeScript files as well.
Part of #335
2016-12-06 10:01:06 +00:00
Paris Kasidiaris
c9eaae6bd5
Update path to addons in README.md
2016-12-06 10:55:40 +02:00
Daniel Imms
9f5790fcaf
Merge pull request #391 from Tyriar/357_textarea_top_zero
...
Position the textarea at top:0
2016-12-05 11:47:55 -08:00
Paris Kasidiaris
6aeb0435ce
Merge pull request #390 from sourcelair/issue-#375-bring-build-dir-back
...
Bring back the `build` directory for temporary builds
2016-12-05 19:35:08 +00:00
Paris Kasidiaris
70ec2496db
Remove export from build script
2016-12-05 21:29:50 +02:00
Daniel Imms
55314e0fc7
Position the textarea at top:0
...
This prevents the browser from scrolling to the top of the page if the terminal
can be scrolled out of view.
Fixes #357
2016-12-05 11:19:36 -08:00
Paris Kasidiaris
243d76617b
Create the build directory if it does not exist already
2016-12-05 13:34:10 +02:00
Paris Kasidiaris
6cc66a0b20
Bring back the build directory for temporary builds
...
Fix #375
2016-12-05 13:17:13 +02:00
Paris Kasidiaris
1e928df531
Merge pull request #388 from sourcelair/issue-#366
...
Update documentation with cleaner license declaration
2016-12-01 19:41:58 +02:00
Daniel Imms
db9bec02f5
Merge pull request #382 from sourcelair/Tyriar-patch-1
...
Add link to TravisCI badge
2016-12-01 09:19:06 -08:00
Daniel Imms
0dc033692f
Merge pull request #383 from Tyriar/381_clean_out_on_build
...
Clean out/* on build in case src/* files were deleted
2016-12-01 09:18:56 -08:00
Paris Kasidiaris
1d30091188
Update documentation with cleaner license declaration
...
Fix #366
2016-12-01 13:37:20 +00:00
Daniel Imms
64f80f8623
Merge pull request #380 from Tyriar/378_handle_keypress_scroll
...
Scroll to bottom whenever handler is called
2016-11-28 15:55:27 -08:00
Daniel Imms
83b06c6bb0
Clean out/* on build in case src/* files were deleted
...
If files in src/ were compiled and then deleted they will hang around in out/
until deleted. This can potentially cause difficult to diagnose build/test
errors. This commit removes all files from out/ but keeps the folder to
prevent editor file watchers from seeing the folder was deleted and shifting
the file explorer around.
Fixed #381
2016-11-28 10:52:03 -08:00
Daniel Imms
5cbc2f0ea5
Add link to TravisCI badge
2016-11-28 10:46:19 -08:00
Daniel Imms
2bc8adee8c
Scroll to bottom whenever handler is called
...
This catches all current and future cases for correctly scrolling to the bottom
on input by handling it in the handler immediately before emitting the data
event.
Fixes #378
2016-11-28 10:41:05 -08:00
Daniel Imms
c6eb7f136c
Merge pull request #371 from Tyriar/335_CompositionHelper_ts
...
Convert CompositionHelper to TypeScript
2016-11-28 08:21:12 -08:00
Daniel Imms
48b87c2f40
Merge remote-tracking branch 'upstream/master' into 335_CompositionHelper_ts
2016-11-28 08:16:38 -08:00
Daniel Imms
ca818fbf04
Merge pull request #379 from Tyriar/378_cannot_scroll_up_1plus_pages
...
Only scroll to bottom during composition or result.key is evaluated
2016-11-28 08:07:00 -08:00
Daniel Imms
264fe4edc7
Merge pull request #372 from Tyriar/335_viewport_tidy
...
Clean up viewport more after TS conversion
2016-11-28 08:06:50 -08:00
Daniel Imms
317c0ec2de
Merge pull request #377 from Tyriar/376_ctrl_backslash_sigquit
...
Implement ^\ String Terminator
2016-11-28 08:06:42 -08:00
Daniel Imms
607c819109
Progress
2016-11-27 03:27:36 -08:00
Daniel Imms
61fbbb0054
Add CiruclarList pop and splice
2016-11-27 02:20:53 -08:00
Daniel Imms
3b2e89d878
Only scroll to bottom during composition or result.key is evaluated
...
Fixes #378
2016-11-27 01:49:45 -08:00
Daniel Imms
49b76baf3f
Add CircularList and basic tests
...
Part of #361
2016-11-26 16:57:15 -08:00
Daniel Imms
15a94240eb
Implement ^\ String Terminator
...
Fixes #376
2016-11-26 14:59:53 -08:00