Paris
a88e27cc7d
Bump version to 0.32
2016-02-09 14:50:34 +02:00
Paris
7cab2501da
Merge branch 'master' of github.com:sourcelair/xterm.js
2016-02-09 12:49:21 +00:00
Paris
dd93e62a41
Update README
2016-02-09 14:48:54 +02:00
Paris
d238a1998c
Update .gitignore to ingore npm logs
2016-02-09 14:42:33 +02:00
Paris Kasidiaris
6bbb21490c
Merge pull request #45 from sourcelair/package-json
...
Package json
2016-02-06 18:41:54 +02:00
Paris
9f0fa2f815
Update package.json (name, repository, license)
2016-02-06 18:41:24 +02:00
Paris
f5fb10063c
Fix version
2016-01-09 19:43:56 +02:00
Paris
721bd272b5
Add package.json
2016-01-09 19:43:18 +02:00
Thanasis Daglis
c170156147
Merge pull request #44 from sourcelair/issue/18
...
Cursor is now invisible in IE
2015-11-12 17:47:03 +02:00
TDaglis
a2f6f2be03
added comment for fix
...
explained IE "hack" to fix textarea's blinking cursor
2015-11-12 15:05:51 +02:00
Thanasis Daglis
412260392f
Merge pull request #43 from sourcelair/fix/marginal-terminal-width
...
Fixed marginal width geometry
2015-11-12 11:42:37 +02:00
TDaglis
5f8585a625
made cursor invisible in IE
...
fixes #18
2015-11-11 10:37:21 +02:00
TDaglis
ee0d15c878
added *.css rules in .editorconfig for indent consistency
2015-11-11 10:36:20 +02:00
TDaglis
3f0b584f25
fixed marginal width geometry
2015-11-10 18:27:17 +02:00
Thanasis Daglis
41fd20c6e4
Merge pull request #42 from sourcelair/fix/fit-width
...
Fixed width of fit
2015-11-04 11:45:21 +02:00
Thanasis Daglis
01e9524098
Merge pull request #41 from sourcelair/fix/firefox-selection
...
Fixed selection in firefox
2015-11-04 11:45:09 +02:00
TDaglis
d9d99c1c27
fixed width of fit
...
removed firefox hack since it is no longer needed
2015-11-03 14:55:24 +02:00
TDaglis
f53f5735e1
added selection.type fallback check
...
for browsers that might not support Selection.isCollapsed property
2015-11-03 12:00:28 +02:00
TDaglis
7a88a4b0e9
fixed selection in firefox
2015-11-03 09:32:43 +00:00
Thanasis Daglis
85733fea56
Merge pull request #40 from sourcelair/fix/keydown-filtering
...
Better filtering of input
2015-10-29 18:36:19 +02:00
TDaglis
369e1f4c1e
exclude alt and meta keys from ctrl default case
2015-10-29 18:34:20 +02:00
TDaglis
702fd24ce8
ignore ctrl+shift characters in keydown input
2015-10-29 18:27:46 +02:00
Thanasis Daglis
961e62207c
Merge pull request #38 from sourcelair/fix/focus-events
...
Fix xterm focus events
2015-10-27 11:30:00 +02:00
TDaglis
cc950614c5
blur textarea on terminal blur
2015-10-26 17:13:04 +02:00
TDaglis
556140e7d9
added .editorconfig
2015-10-26 17:07:34 +02:00
TDaglis
987f09d880
auto emit blur and focus of textarea
2015-10-26 15:07:15 +00:00
Thanasis Daglis
4cf2f9a847
Merge pull request #37 from sourcelair/fix/attach
...
Fixed typo and reference in attach addon
2015-10-22 12:17:24 +03:00
TDaglis
2fce845ea6
fixed typo and reference in attach addon
...
also bumped version to 0.31
2015-10-22 11:33:56 +03:00
Thanasis Daglis
9914fd9a38
Merge pull request #36 from sourcelair/linkify/enhance
...
Added lenient option to linkify
2015-10-22 10:26:44 +03:00
TDaglis
a221a3c9f8
documented lenient option of linkify
2015-10-22 09:53:14 +03:00
TDaglis
b1058b9fcc
Added lenient option to linkify
2015-10-22 06:47:15 +00:00
Paris Kasidiaris
4c2508028a
Merge pull request #32 from chani/patch-1
...
Update main.js
2015-09-08 17:29:06 +03:00
Jean Bruenn
d516d4df7c
Update main.js
...
just a tiny change, if you are using the demo file as example to start working with, prompt as variable might cause trouble if you do use prompt() rather use shellprompt as variable name instead of prompt. I'd suggest to rename term's prompt() as well to not cause confusion.
2015-09-08 14:08:44 +02:00
Paris Kasidiaris
d20c36dff2
Merge pull request #31 from akalipetis/hotfix/ie
...
Fixed IE issues with classList.add
2015-08-25 15:37:29 +03:00
Antonis Kalipetis
a523803d37
Fixed IE issues with classList.add
...
`classList.add` in IE does not take more than one parameter and this would not work. Split in 3 statements to fix it.
2015-08-25 14:40:00 +03:00
Paris
bbb688313e
[attach addon] Improve documentation
2015-04-13 19:47:04 +03:00
Paris
d6c8369630
Update README.md
2015-04-13 19:21:47 +03:00
Paris
05eb5df93c
Set up JSDoc documentation
...
Started working on #13
2015-04-13 19:18:09 +03:00
Paris
51fe17ee43
Mark version 0.30
2015-02-25 09:34:12 +02:00
Paris Kasidiaris
1d5737f843
Merge pull request #22 from sourcelair/issue/21
...
Introduce bufferred attaching to websocket
2015-02-25 09:31:35 +02:00
Paris
13103aecb2
[attach addon] Document with JSDoc
2015-02-24 22:28:47 +02:00
Paris
e9d2c806ba
[attach addon] Switch indentation to 4 spaces instead of 2
2015-02-24 20:57:28 +02:00
Paris
932ab00a53
Implement buffered attaching
...
Fixes #21
2015-02-24 20:55:52 +02:00
Paris Kasidiaris
6cfd957697
Merge pull request #20 from akalipetis/issue/19
...
Pressing Alt + ←/→ does not interfere now with browser
2015-01-28 11:52:55 +02:00
Antonis Kalipetis
f00d8964c2
Replaced preventDefault with cancel
2015-01-28 11:20:47 +02:00
Antonis Kalipetis
9ef6b52352
Pressing Alt + ←/→ does not interfere now with browser
...
Previously, when on Chrome for Windows, if default was not prevented the browser history backward/forward was triggered.
Fixes #19
2015-01-28 11:04:38 +02:00
Paris Kasidiaris
2a9de5e5c0
Merge pull request #17 from sourcelair/issue/8
...
Bump to v0.29
2015-01-19 19:45:19 +02:00
paris
761e5db937
Merged with master
2015-01-19 19:45:03 +02:00
paris
391d8f4097
Bump version to 0.29 and copyright year to 2015
2015-01-19 19:07:28 +02:00
paris
af39a3fcc0
Fix #8
...
Also fix some Internet Explorer incompatibilities
2015-01-19 19:06:17 +02:00