]> git.proxmox.com Git - mirror_xterm.js.git/log
mirror_xterm.js.git
8 years agoHandle drop event
Paris [Thu, 10 Mar 2016 00:55:24 +0000 (02:55 +0200)]
Handle drop event

8 years agoStart working on replacing textarea with contentEditable
Paris [Thu, 10 Mar 2016 00:07:10 +0000 (02:07 +0200)]
Start working on replacing textarea with contentEditable

8 years agoBump version to 0.32
Paris [Tue, 9 Feb 2016 12:50:34 +0000 (14:50 +0200)]
Bump version to 0.32

8 years agoMerge branch 'master' of github.com:sourcelair/xterm.js
Paris [Tue, 9 Feb 2016 12:49:21 +0000 (12:49 +0000)]
Merge branch 'master' of github.com:sourcelair/xterm.js

8 years agoUpdate README
Paris [Tue, 9 Feb 2016 12:48:54 +0000 (14:48 +0200)]
Update README

8 years agoUpdate .gitignore to ingore npm logs
Paris [Tue, 9 Feb 2016 12:42:33 +0000 (14:42 +0200)]
Update .gitignore to ingore npm logs

8 years agoMerge pull request #45 from sourcelair/package-json
Paris Kasidiaris [Sat, 6 Feb 2016 16:41:54 +0000 (18:41 +0200)]
Merge pull request #45 from sourcelair/package-json

Package json

8 years agoUpdate package.json (name, repository, license)
Paris [Sat, 6 Feb 2016 16:41:24 +0000 (18:41 +0200)]
Update package.json (name, repository, license)

8 years agoFix version
Paris [Sat, 9 Jan 2016 17:43:56 +0000 (19:43 +0200)]
Fix version

8 years agoAdd package.json
Paris [Sat, 9 Jan 2016 17:43:18 +0000 (19:43 +0200)]
Add package.json

8 years agoMerge pull request #44 from sourcelair/issue/18
Thanasis Daglis [Thu, 12 Nov 2015 15:47:03 +0000 (17:47 +0200)]
Merge pull request #44 from sourcelair/issue/18

Cursor is now invisible in IE

8 years agoadded comment for fix
TDaglis [Thu, 12 Nov 2015 13:05:51 +0000 (15:05 +0200)]
added comment for fix

explained IE "hack" to fix textarea's blinking cursor

8 years agoMerge pull request #43 from sourcelair/fix/marginal-terminal-width
Thanasis Daglis [Thu, 12 Nov 2015 09:42:37 +0000 (11:42 +0200)]
Merge pull request #43 from sourcelair/fix/marginal-terminal-width

Fixed marginal width geometry

8 years agomade cursor invisible in IE
TDaglis [Wed, 11 Nov 2015 08:37:21 +0000 (10:37 +0200)]
made cursor invisible in IE

fixes #18

8 years agoadded *.css rules in .editorconfig for indent consistency
TDaglis [Wed, 11 Nov 2015 08:36:20 +0000 (10:36 +0200)]
added *.css rules in .editorconfig for indent consistency

8 years agofixed marginal width geometry
TDaglis [Tue, 10 Nov 2015 16:27:17 +0000 (18:27 +0200)]
fixed marginal width geometry

8 years agoMerge pull request #42 from sourcelair/fix/fit-width
Thanasis Daglis [Wed, 4 Nov 2015 09:45:21 +0000 (11:45 +0200)]
Merge pull request #42 from sourcelair/fix/fit-width

Fixed width of fit

8 years agoMerge pull request #41 from sourcelair/fix/firefox-selection
Thanasis Daglis [Wed, 4 Nov 2015 09:45:09 +0000 (11:45 +0200)]
Merge pull request #41 from sourcelair/fix/firefox-selection

Fixed selection in firefox

8 years agofixed width of fit
TDaglis [Tue, 3 Nov 2015 12:55:24 +0000 (14:55 +0200)]
fixed width of fit

removed firefox hack since it is no longer needed

8 years agoadded selection.type fallback check
TDaglis [Tue, 3 Nov 2015 10:00:28 +0000 (12:00 +0200)]
added selection.type fallback check

for browsers that might not support Selection.isCollapsed property

8 years agofixed selection in firefox
TDaglis [Tue, 3 Nov 2015 09:32:43 +0000 (09:32 +0000)]
fixed selection in firefox

8 years agoMerge pull request #40 from sourcelair/fix/keydown-filtering
Thanasis Daglis [Thu, 29 Oct 2015 16:36:19 +0000 (18:36 +0200)]
Merge pull request #40 from sourcelair/fix/keydown-filtering

Better filtering of input

8 years agoexclude alt and meta keys from ctrl default case
TDaglis [Thu, 29 Oct 2015 16:34:20 +0000 (18:34 +0200)]
exclude alt and meta keys from ctrl default case

8 years agoignore ctrl+shift characters in keydown input
TDaglis [Thu, 29 Oct 2015 16:27:46 +0000 (18:27 +0200)]
ignore ctrl+shift characters in keydown input

8 years agoMerge pull request #38 from sourcelair/fix/focus-events
Thanasis Daglis [Tue, 27 Oct 2015 09:30:00 +0000 (11:30 +0200)]
Merge pull request #38 from sourcelair/fix/focus-events

Fix xterm focus events

8 years agoblur textarea on terminal blur
TDaglis [Mon, 26 Oct 2015 15:13:04 +0000 (17:13 +0200)]
blur textarea on terminal blur

8 years agoadded .editorconfig
TDaglis [Mon, 26 Oct 2015 15:07:34 +0000 (17:07 +0200)]
added .editorconfig

8 years agoauto emit blur and focus of textarea
TDaglis [Mon, 26 Oct 2015 15:07:15 +0000 (15:07 +0000)]
auto emit blur and focus of textarea

8 years agoMerge pull request #37 from sourcelair/fix/attach
Thanasis Daglis [Thu, 22 Oct 2015 09:17:24 +0000 (12:17 +0300)]
Merge pull request #37 from sourcelair/fix/attach

Fixed typo and reference in attach addon

8 years agofixed typo and reference in attach addon
TDaglis [Thu, 22 Oct 2015 08:33:56 +0000 (11:33 +0300)]
fixed typo and reference in attach addon

also bumped version to 0.31

8 years agoMerge pull request #36 from sourcelair/linkify/enhance
Thanasis Daglis [Thu, 22 Oct 2015 07:26:44 +0000 (10:26 +0300)]
Merge pull request #36 from sourcelair/linkify/enhance

Added lenient option to linkify

8 years agodocumented lenient option of linkify
TDaglis [Thu, 22 Oct 2015 06:53:14 +0000 (09:53 +0300)]
documented lenient option of linkify

8 years agoAdded lenient option to linkify
TDaglis [Thu, 22 Oct 2015 06:47:15 +0000 (06:47 +0000)]
Added lenient option to linkify

8 years agoMerge pull request #32 from chani/patch-1
Paris Kasidiaris [Tue, 8 Sep 2015 14:29:06 +0000 (17:29 +0300)]
Merge pull request #32 from chani/patch-1

Update main.js

8 years agoUpdate main.js
Jean Bruenn [Tue, 8 Sep 2015 12:08:44 +0000 (14:08 +0200)]
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.

8 years agoMerge pull request #31 from akalipetis/hotfix/ie
Paris Kasidiaris [Tue, 25 Aug 2015 12:37:29 +0000 (15:37 +0300)]
Merge pull request #31 from akalipetis/hotfix/ie

Fixed IE issues with classList.add

8 years agoFixed IE issues with classList.add
Antonis Kalipetis [Tue, 25 Aug 2015 11:40:00 +0000 (14:40 +0300)]
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.

9 years ago[attach addon] Improve documentation
Paris [Mon, 13 Apr 2015 16:47:04 +0000 (19:47 +0300)]
[attach addon] Improve documentation

9 years agoUpdate README.md
Paris [Mon, 13 Apr 2015 16:21:47 +0000 (19:21 +0300)]
Update README.md

9 years agoSet up JSDoc documentation
Paris [Mon, 13 Apr 2015 16:18:09 +0000 (19:18 +0300)]
Set up JSDoc documentation

Started working on #13

9 years agoMark version 0.30
Paris [Wed, 25 Feb 2015 07:34:12 +0000 (09:34 +0200)]
Mark version 0.30

9 years agoMerge pull request #22 from sourcelair/issue/21
Paris Kasidiaris [Wed, 25 Feb 2015 07:31:35 +0000 (09:31 +0200)]
Merge pull request #22 from sourcelair/issue/21

Introduce bufferred attaching to websocket

9 years ago[attach addon] Document with JSDoc
Paris [Tue, 24 Feb 2015 20:28:47 +0000 (22:28 +0200)]
[attach addon] Document with JSDoc

9 years ago[attach addon] Switch indentation to 4 spaces instead of 2
Paris [Tue, 24 Feb 2015 18:57:28 +0000 (20:57 +0200)]
[attach addon] Switch indentation to 4 spaces instead of 2

9 years agoImplement buffered attaching
Paris [Tue, 24 Feb 2015 18:55:52 +0000 (20:55 +0200)]
Implement buffered attaching

Fixes #21

9 years agoMerge pull request #20 from akalipetis/issue/19
Paris Kasidiaris [Wed, 28 Jan 2015 09:52:55 +0000 (11:52 +0200)]
Merge pull request #20 from akalipetis/issue/19

Pressing Alt + ←/→ does not interfere now with browser

9 years agoReplaced preventDefault with cancel
Antonis Kalipetis [Wed, 28 Jan 2015 09:20:47 +0000 (11:20 +0200)]
Replaced preventDefault with cancel

9 years agoPressing Alt + ←/→ does not interfere now with browser
Antonis Kalipetis [Wed, 28 Jan 2015 09:04:38 +0000 (11:04 +0200)]
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

9 years agoMerge pull request #17 from sourcelair/issue/8
Paris Kasidiaris [Mon, 19 Jan 2015 17:45:19 +0000 (19:45 +0200)]
Merge pull request #17 from sourcelair/issue/8

Bump to v0.29

9 years agoMerged with master
paris [Mon, 19 Jan 2015 17:45:03 +0000 (19:45 +0200)]
Merged with master

9 years agoBump version to 0.29 and copyright year to 2015
paris [Mon, 19 Jan 2015 17:07:28 +0000 (19:07 +0200)]
Bump version to 0.29 and copyright year to 2015

9 years agoFix #8
paris [Mon, 19 Jan 2015 17:06:17 +0000 (19:06 +0200)]
Fix  #8

Also fix some Internet Explorer incompatibilities

9 years agoMerge pull request #16 from sourcelair/addon/linkify
Paris Kasidiaris [Thu, 15 Jan 2015 10:14:23 +0000 (12:14 +0200)]
Merge pull request #16 from sourcelair/addon/linkify

Implement conversion of URLs to link elements in a terminal view

9 years agoBump version to 0.28
paris [Tue, 6 Jan 2015 11:12:31 +0000 (13:12 +0200)]
Bump version to 0.28

9 years ago[addon linkify] Further optimize URL algorithm
paris [Tue, 6 Jan 2015 11:03:07 +0000 (13:03 +0200)]
[addon linkify] Further optimize URL algorithm

9 years agoMerge pull request #15 from sourcelair/issue/14
Paris Kasidiaris [Tue, 6 Jan 2015 10:37:45 +0000 (12:37 +0200)]
Merge pull request #15 from sourcelair/issue/14

Jump words back and forward with "Alt + ←" and "Alt + →"

9 years ago[addon linkify] Remove console.log
paris [Mon, 5 Jan 2015 14:07:29 +0000 (16:07 +0200)]
[addon linkify] Remove console.log

9 years ago[addon linkify] Improve start and end clauses
paris [Mon, 5 Jan 2015 14:05:14 +0000 (16:05 +0200)]
[addon linkify] Improve start and end clauses

9 years ago[addon linkify] Improve URL to link conversion algorithm
paris [Sun, 4 Jan 2015 20:27:14 +0000 (22:27 +0200)]
[addon linkify] Improve URL to link conversion algorithm

9 years ago[addon linkify] Fine-grained module and documented almost everything
paris [Sun, 4 Jan 2015 18:39:57 +0000 (20:39 +0200)]
[addon linkify] Fine-grained module and documented almost everything

9 years ago[addon linkify] Set up proper initialization of add-on
paris [Sun, 4 Jan 2015 13:45:26 +0000 (15:45 +0200)]
[addon linkify] Set up proper initialization of add-on

- Also created a demo page for the addon

9 years agoFix #14
paris [Sun, 4 Jan 2015 13:33:21 +0000 (15:33 +0200)]
Fix #14

9 years ago[addon linkify] Start working on "linkifying" URLs in the terminal
paris [Sun, 4 Jan 2015 13:08:36 +0000 (15:08 +0200)]
[addon linkify] Start working on "linkifying" URLs in the terminal

9 years agoMark version 0.27
paris [Mon, 24 Nov 2014 15:42:17 +0000 (17:42 +0200)]
Mark version 0.27

9 years agoMerge pull request #11 from sourcelair/issue/9
Antonis Kalipetis [Mon, 24 Nov 2014 15:36:18 +0000 (17:36 +0200)]
Merge pull request #11 from sourcelair/issue/9

Fixed incorrect row/column calculation in Firefox

9 years agoFixed correct fitting of Terminal
akalipetis [Mon, 24 Nov 2014 15:24:21 +0000 (17:24 +0200)]
Fixed correct fitting of Terminal

9 years agoFix #9
paris [Mon, 17 Nov 2014 15:08:14 +0000 (17:08 +0200)]
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

9 years ago[fit addon] Restore row content after proposing geometry
paris [Mon, 17 Nov 2014 10:36:13 +0000 (12:36 +0200)]
[fit addon] Restore row content after proposing geometry

- Restore `subjectRow.innerHTML`, using the `contentBuffer`
- Bump version to 0.25

9 years agoBind window to AMD module
paris [Mon, 17 Nov 2014 10:28:52 +0000 (12:28 +0200)]
Bind window to AMD module

- Bind window to Xterm AMD module
- Fix typo in fit addon
- Bump version to 0.24

9 years ago[fit addon] Introduce proposeGeometry method
paris [Mon, 17 Nov 2014 10:21:05 +0000 (12:21 +0200)]
[fit addon] Introduce proposeGeometry method

- Introduce new method to propose optimal geometry for the current terminal
- Bump version to 0.23

9 years agoFix #6
paris [Mon, 22 Sep 2014 05:48:05 +0000 (05:48 +0000)]
Fix #6

9 years agoBump version to 0.22
paris [Thu, 18 Sep 2014 11:11:45 +0000 (11:11 +0000)]
Bump version to 0.22

9 years ago[addon attach] Make reference to socket fail-safe
paris [Thu, 18 Sep 2014 11:11:29 +0000 (11:11 +0000)]
[addon attach] Make reference to socket fail-safe

9 years ago[addon attach] Fix reference error
paris [Thu, 18 Sep 2014 10:15:10 +0000 (10:15 +0000)]
[addon attach] Fix reference error

Also bump version to 0.21

9 years ago[addon attach] Implement detach method (Bump to 0.20)
paris [Thu, 18 Sep 2014 10:02:29 +0000 (10:02 +0000)]
[addon attach] Implement detach method (Bump to 0.20)

9 years agoImplement detach function
paris [Thu, 18 Sep 2014 10:01:54 +0000 (10:01 +0000)]
Implement detach function

9 years agoBump Bower version to 0.19
paris [Thu, 18 Sep 2014 09:06:53 +0000 (09:06 +0000)]
Bump Bower version to 0.19

9 years ago[addon attach] Implement auto-detaching on socket close/error
paris [Thu, 18 Sep 2014 09:06:23 +0000 (09:06 +0000)]
[addon attach] Implement auto-detaching on socket close/error

9 years agoBump version to 0.18
paris [Mon, 15 Sep 2014 13:52:20 +0000 (13:52 +0000)]
Bump version to 0.18

9 years agoFix #5
paris [Mon, 15 Sep 2014 13:51:42 +0000 (13:51 +0000)]
Fix #5

9 years agoTiny README updates
paris [Wed, 10 Sep 2014 11:15:24 +0000 (11:15 +0000)]
Tiny README updates

9 years agoBump version to 0.17
paris [Wed, 10 Sep 2014 11:09:59 +0000 (11:09 +0000)]
Bump version to 0.17

9 years agoFix #4
paris [Wed, 10 Sep 2014 11:09:23 +0000 (11:09 +0000)]
Fix #4

9 years agoBump version to 0.16
paris [Fri, 29 Aug 2014 09:58:27 +0000 (09:58 +0000)]
Bump version to 0.16

9 years agoFix #3
paris [Fri, 29 Aug 2014 09:57:53 +0000 (09:57 +0000)]
Fix #3

9 years agoFix #2
paris [Wed, 27 Aug 2014 09:50:09 +0000 (09:50 +0000)]
Fix #2

9 years agoBump version to 0.15
paris [Tue, 19 Aug 2014 13:25:27 +0000 (13:25 +0000)]
Bump version to 0.15

9 years agoFix terminal fitting height
paris [Tue, 19 Aug 2014 13:24:43 +0000 (13:24 +0000)]
Fix terminal fitting height

9 years agoUpdate company name
Paris Kasidiaris [Mon, 18 Aug 2014 08:00:49 +0000 (11:00 +0300)]
Update company name

9 years agoBump version to 0.14
paris [Sat, 16 Aug 2014 03:53:52 +0000 (03:53 +0000)]
Bump version to 0.14

9 years agoFurther fixing of xterm.fit
paris [Sat, 16 Aug 2014 03:53:22 +0000 (03:53 +0000)]
Further fixing of xterm.fit

9 years agoBump version to 0.13
paris [Sat, 16 Aug 2014 03:25:46 +0000 (03:25 +0000)]
Bump version to 0.13

9 years agoFix wrong behavior of fit add-on
paris [Sat, 16 Aug 2014 03:25:13 +0000 (03:25 +0000)]
Fix wrong behavior of fit add-on

10 years agoAdded screenshot for docs
paris [Sat, 3 May 2014 00:30:04 +0000 (00:30 +0000)]
Added screenshot for docs

Bumped version to 0.12

10 years agoBumped bower version to 0.11
paris [Fri, 2 May 2014 23:45:20 +0000 (23:45 +0000)]
Bumped bower version to 0.11

10 years agoRevamped the attach addon
paris [Fri, 2 May 2014 23:45:00 +0000 (23:45 +0000)]
Revamped the attach addon

Also updated docs with proper attach url

10 years agoUpdate docs index
paris [Fri, 2 May 2014 23:21:07 +0000 (23:21 +0000)]
Update docs index

10 years agoStarted documenting methods
paris [Fri, 2 May 2014 22:51:38 +0000 (22:51 +0000)]
Started documenting methods

Also added Getting Started section in docs

10 years agoUpdated version, in docs
paris [Fri, 2 May 2014 22:34:15 +0000 (22:34 +0000)]
Updated version, in docs

10 years agoStarted documenting events
paris [Fri, 2 May 2014 18:57:48 +0000 (18:57 +0000)]
Started documenting events