Commit Graph

243 Commits

Author SHA1 Message Date
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
Paris Kasidiaris
69153c04a6 Merge pull request #16 from sourcelair/addon/linkify
Implement conversion of URLs to link elements in a terminal view
2015-01-15 12:14:23 +02:00
paris
85abfb8151 Bump version to 0.28 2015-01-06 13:12:31 +02:00
paris
e100ee0cc0 [addon linkify] Further optimize URL algorithm 2015-01-06 13:03:07 +02:00
Paris Kasidiaris
d5d48cd48a Merge pull request #15 from sourcelair/issue/14
Jump words back and forward with "Alt + ←" and "Alt + →"
2015-01-06 12:37:45 +02:00
paris
3e7ab290fa [addon linkify] Remove console.log 2015-01-05 16:07:29 +02:00
paris
43ac453db1 [addon linkify] Improve start and end clauses 2015-01-05 16:05:14 +02:00
paris
d0d87505a9 [addon linkify] Improve URL to link conversion algorithm 2015-01-04 22:27:14 +02:00
paris
c8a497eb82 [addon linkify] Fine-grained module and documented almost everything 2015-01-04 20:39:57 +02:00
paris
523ff9908f [addon linkify] Set up proper initialization of add-on
- Also created a demo page for the addon
2015-01-04 15:45:26 +02:00
paris
72ed03adcb Fix #14 2015-01-04 15:33:21 +02:00
paris
b60903a2ae [addon linkify] Start working on "linkifying" URLs in the terminal 2015-01-04 15:08:36 +02:00
paris
c5af270885 Mark version 0.27 2014-11-24 17:42:17 +02:00