Commit Graph

173 Commits

Author SHA1 Message Date
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
Antonis Kalipetis
510990c312 Merge pull request #11 from sourcelair/issue/9
Fixed incorrect row/column calculation in Firefox
2014-11-24 17:36:18 +02:00
akalipetis
37be8e0f34 Fixed correct fitting of Terminal 2014-11-24 17:24:21 +02:00
paris
8dd80566d0 Fix #9
- Calculate character width by using the cursor instead of custom hack in fit addon
- Increment character width by 1 in Firefox, since it seems to have a bug in calculating width of specific elements
2014-11-17 17:08:14 +02:00
paris
c6a7e15b03 [fit addon] Restore row content after proposing geometry
- Restore `subjectRow.innerHTML`, using the `contentBuffer`
- Bump version to 0.25
2014-11-17 12:36:13 +02:00
paris
87979aeed4 Bind window to AMD module
- Bind window to Xterm AMD module
- Fix typo in fit addon
- Bump version to 0.24
2014-11-17 12:28:52 +02:00
paris
615f633f25 [fit addon] Introduce proposeGeometry method
- Introduce new method to propose optimal geometry for the current terminal
- Bump version to 0.23
2014-11-17 12:21:05 +02:00
paris
567b39dc98 Fix #6 2014-09-22 05:48:05 +00:00
paris
0b2bdb182b Bump version to 0.22 2014-09-18 11:11:45 +00:00
paris
4ce1440fb8 [addon attach] Make reference to socket fail-safe 2014-09-18 11:11:29 +00:00
paris
f24c020aca [addon attach] Fix reference error
Also bump version to 0.21
2014-09-18 10:15:10 +00:00
paris
3fca219404 [addon attach] Implement detach method (Bump to 0.20) 2014-09-18 10:02:29 +00:00
paris
6906bf3e7d Implement detach function 2014-09-18 10:01:54 +00:00
paris
670efc4454 Bump Bower version to 0.19 2014-09-18 09:06:53 +00:00
paris
74f9526177 [addon attach] Implement auto-detaching on socket close/error 2014-09-18 09:06:23 +00:00
paris
28b553caa6 Bump version to 0.18 2014-09-15 13:52:20 +00:00
paris
22ff176c6a Fix #5 2014-09-15 13:51:42 +00:00
paris
d24e00554d Tiny README updates 2014-09-10 11:15:24 +00:00
paris
bc67c788d2 Bump version to 0.17 2014-09-10 11:09:59 +00:00
paris
3f455f90d9 Fix #4 2014-09-10 11:09:23 +00:00
paris
ede9ee416a Bump version to 0.16 2014-08-29 09:58:27 +00:00