]> git.proxmox.com Git - mirror_xterm.js.git/log
mirror_xterm.js.git
10 years agoStarted documenting events
paris [Fri, 2 May 2014 18:57:48 +0000 (18:57 +0000)]
Started documenting events

10 years agoBumped Bower version to 0.10
paris [Fri, 11 Apr 2014 02:12:37 +0000 (02:12 +0000)]
Bumped Bower version to 0.10

10 years agoMoved fit into its own addon
paris [Fri, 11 Apr 2014 02:04:56 +0000 (02:04 +0000)]
Moved fit into its own addon

10 years agoAdded top: 0 to helpers
paris [Thu, 10 Apr 2014 21:45:54 +0000 (21:45 +0000)]
Added top: 0 to helpers

10 years agoFix helper position
paris [Thu, 10 Apr 2014 18:48:36 +0000 (18:48 +0000)]
Fix helper position

10 years agofit() uses offset height and width now
paris [Thu, 10 Apr 2014 18:36:37 +0000 (18:36 +0000)]
fit() uses offset height and width now

10 years agoRemoved debugging stuff
paris [Thu, 10 Apr 2014 16:04:59 +0000 (16:04 +0000)]
Removed debugging stuff

Bumped bower version to 0.9

10 years agoImplemented the attach addon
paris [Thu, 10 Apr 2014 15:54:39 +0000 (15:54 +0000)]
Implemented the attach addon

10 years agoAdd fullscreen mode plug in
paris [Thu, 10 Apr 2014 15:20:41 +0000 (15:20 +0000)]
Add fullscreen mode plug in

10 years agoImproved textarea handling
paris [Thu, 10 Apr 2014 15:08:19 +0000 (15:08 +0000)]
Improved textarea handling

10 years agoProper event handling
paris [Thu, 10 Apr 2014 14:39:17 +0000 (14:39 +0000)]
Proper event handling

Bump bower version to 0.7

10 years agoFix focus on refresh
paris [Wed, 9 Apr 2014 16:49:29 +0000 (16:49 +0000)]
Fix focus on refresh

10 years agoSyntax fix
paris [Wed, 9 Apr 2014 15:42:37 +0000 (15:42 +0000)]
Syntax fix

Bumped bower version to 0.5

10 years agoFixed paste
paris [Wed, 9 Apr 2014 15:37:45 +0000 (15:37 +0000)]
Fixed paste

Bumped bower version to 0.4

10 years agoAdded data handling on paste
paris [Wed, 9 Apr 2014 14:43:43 +0000 (14:43 +0000)]
Added data handling on paste

Also bumped version to 0.3 for bower

10 years agoUpdated version in bower.json
paris [Tue, 8 Apr 2014 14:02:12 +0000 (14:02 +0000)]
Updated version in bower.json

10 years agobower.json ignores .gitignore
paris [Tue, 8 Apr 2014 13:59:42 +0000 (13:59 +0000)]
bower.json ignores .gitignore

10 years agoCopy and Paste seem to work.
paris [Tue, 8 Apr 2014 09:39:27 +0000 (09:39 +0000)]
Copy and Paste seem to work.

10 years agoFixed sending data when Cmd is pressed
paris [Tue, 8 Apr 2014 09:34:28 +0000 (09:34 +0000)]
Fixed sending data when Cmd is pressed

10 years agoProgress with handling copy
paris [Tue, 8 Apr 2014 08:44:00 +0000 (08:44 +0000)]
Progress with handling copy

10 years agoRemoved prefix mode and select mode
paris [Fri, 28 Mar 2014 15:54:57 +0000 (15:54 +0000)]
Removed prefix mode and select mode

10 years agoTextarea for key handling works
paris [Wed, 26 Mar 2014 19:38:00 +0000 (19:38 +0000)]
Textarea for key handling works

Copy and paste need rework.

10 years agoStarted working on textarea helper
paris [Wed, 26 Mar 2014 18:01:52 +0000 (18:01 +0000)]
Started working on textarea helper

10 years agoIntroduced rowContainer and insertRow
paris [Wed, 26 Mar 2014 17:38:47 +0000 (17:38 +0000)]
Introduced rowContainer and insertRow

- Introduced rowContainer so as to separates lines from future
  assistive elements (like an input field to capture DOM events)
- Introduced insertRow for inserting new rows in the container
- Cleaned up a lot of —yet— useless methods.

10 years agoReplaced offsetWidth with scrollWidth
paris [Tue, 25 Mar 2014 22:10:24 +0000 (22:10 +0000)]
Replaced offsetWidth with scrollWidth

10 years agoAdded ignored dirs to bower
paris [Tue, 25 Mar 2014 22:03:51 +0000 (22:03 +0000)]
Added ignored dirs to bower

10 years agoAdded bower.json
paris [Tue, 25 Mar 2014 21:57:23 +0000 (21:57 +0000)]
Added bower.json

10 years agoImplemented Terminal.prototype.fit
paris [Tue, 25 Mar 2014 19:18:19 +0000 (19:18 +0000)]
Implemented Terminal.prototype.fit

Implemented fit method for Terminal objects, which:
  - Fits the terminal's columns to its parent element width
  - Fits the terminal's rows to its parent element height

10 years agoAdded resizing event
paris [Tue, 25 Mar 2014 17:49:07 +0000 (17:49 +0000)]
Added resizing event

10 years agoStarted documentation
paris [Tue, 25 Mar 2014 17:39:10 +0000 (17:39 +0000)]
Started documentation

10 years agoTiny fixes
paris [Mon, 24 Mar 2014 19:51:08 +0000 (19:51 +0000)]
Tiny fixes

10 years agoRemoved tag
paris [Mon, 24 Mar 2014 18:12:02 +0000 (18:12 +0000)]
Removed tag

10 years agoImproved example
paris [Mon, 24 Mar 2014 18:11:23 +0000 (18:11 +0000)]
Improved example

10 years agoStarted implementing theming.
paris [Mon, 24 Mar 2014 17:56:49 +0000 (17:56 +0000)]
Started implementing theming.

10 years agoImplemented default terminal colors in CSS
paris [Mon, 24 Mar 2014 17:24:12 +0000 (17:24 +0000)]
Implemented default terminal colors in CSS

10 years agoKeyboard events are not being cancelled by default now.
paris [Mon, 24 Mar 2014 17:10:18 +0000 (17:10 +0000)]
Keyboard events are not being cancelled by default now.

10 years agoAmended some default styling/befavior
paris [Mon, 24 Mar 2014 16:53:33 +0000 (16:53 +0000)]
Amended some default styling/befavior

- cursorBlink is not default from now on
- added some custom behavior in the demo

10 years agoMoved some styling from xterm.js to xterm.css
paris [Mon, 24 Mar 2014 16:35:10 +0000 (16:35 +0000)]
Moved some styling from xterm.js to xterm.css

10 years agoStarted new example page
paris [Mon, 24 Mar 2014 16:29:06 +0000 (16:29 +0000)]
Started new example page

10 years agoTiny changes
paris [Mon, 24 Mar 2014 16:17:33 +0000 (16:17 +0000)]
Tiny changes

10 years agoUpdated license in README.md
paris [Mon, 24 Mar 2014 16:15:02 +0000 (16:15 +0000)]
Updated license in README.md

10 years agoUpdated LICENSE and REAMDE
paris [Mon, 24 Mar 2014 16:11:27 +0000 (16:11 +0000)]
Updated LICENSE and REAMDE

Also removed useless files.

10 years agoMerge pull request #13 from risacher/resize-reset
Christopher Jeffrey [Fri, 3 Jan 2014 18:10:15 +0000 (10:10 -0800)]
Merge pull request #13 from risacher/resize-reset

Fix chjj/tty.js#99, chjj/term.js#10; reset() should preserve existing geometry

10 years agoMerge pull request #16 from aus/master
Christopher Jeffrey [Mon, 23 Dec 2013 02:44:05 +0000 (18:44 -0800)]
Merge pull request #16 from aus/master

Disable autocapitalize and autocorrect for iPad and iPhone devices

10 years agodisable autocapitalize and autocorrect in fixIpad
Austin Robertson [Mon, 23 Dec 2013 02:37:48 +0000 (20:37 -0600)]
disable autocapitalize and autocorrect in fixIpad

10 years agoMerge pull request #15 from aus/master
Christopher Jeffrey [Mon, 23 Dec 2013 02:31:16 +0000 (18:31 -0800)]
Merge pull request #15 from aus/master

enable iPad fix on iPhone user agent

10 years agoenable iPad fix on iPhone user agent
Austin Robertson [Mon, 23 Dec 2013 02:01:02 +0000 (20:01 -0600)]
enable iPad fix on iPhone user agent

10 years agoreset() should preserve existing geometry (rows/cols)
Daniel Risacher [Thu, 12 Dec 2013 18:19:12 +0000 (13:19 -0500)]
reset() should preserve existing geometry (rows/cols)

10 years agoMerge pull request #12 from risacher/emacs-fix
Christopher Jeffrey [Fri, 6 Dec 2013 00:48:21 +0000 (16:48 -0800)]
Merge pull request #12 from risacher/emacs-fix

Fix issue chjj/tty.js#59

10 years agoFix issue chjj/tty.js#59
Daniel Risacher [Thu, 5 Dec 2013 19:56:45 +0000 (14:56 -0500)]
Fix issue chjj/tty.js#59

^[[>##m and ^[[>##n are legal escape sequences, but were being parsed as if they were ^[[##m or ^[[##n. Added a test for prefix character ('>'
is the only legal one)  See http://invisible-island.net/xterm/ctlseqs/ctlseqs.html, codes for CSI > P s ; P s m

If the prefix char is present, ignores the control sequence, since that code isn't implemented.

10 years agofix CLA.
Christopher Jeffrey [Wed, 4 Dec 2013 12:38:02 +0000 (06:38 -0600)]
fix CLA.

10 years agoadd CLA to readme.
Christopher Jeffrey [Wed, 4 Dec 2013 12:29:31 +0000 (06:29 -0600)]
add CLA to readme.

10 years agoupdate example.
Christopher Jeffrey [Fri, 8 Nov 2013 19:44:40 +0000 (13:44 -0600)]
update example.

10 years agomiddleware options.
Christopher Jeffrey [Thu, 10 Oct 2013 06:56:39 +0000 (01:56 -0500)]
middleware options.

10 years agoallow escape or q to leave modes.
Christopher Jeffrey [Mon, 9 Sep 2013 22:57:13 +0000 (17:57 -0500)]
allow escape or q to leave modes.

10 years agofix b/B, ^/0, and h commands for visual mode. minor.
Christopher Jeffrey [Mon, 9 Sep 2013 22:49:45 +0000 (17:49 -0500)]
fix b/B, ^/0, and h commands for visual mode. minor.

10 years agofix color inversion for css.
Christopher Jeffrey [Sat, 7 Sep 2013 07:04:43 +0000 (02:04 -0500)]
fix color inversion for css.

10 years agoMerge pull request #8 from carsonoid/master
Christopher Jeffrey [Wed, 16 Oct 2013 15:41:06 +0000 (08:41 -0700)]
Merge pull request #8 from carsonoid/master

Added arrow key support for selection and visual mode

10 years agoAdded arrow key support for selection and visual mode
Carson Anderson [Wed, 16 Oct 2013 15:31:41 +0000 (09:31 -0600)]
Added arrow key support for selection and visual mode

10 years agomore css color work.
Christopher Jeffrey [Tue, 27 Aug 2013 03:04:54 +0000 (22:04 -0500)]
more css color work.

10 years agorename bg/fg vars.
Christopher Jeffrey [Tue, 27 Aug 2013 02:54:25 +0000 (21:54 -0500)]
rename bg/fg vars.

10 years agocomment for potential css colors.
Christopher Jeffrey [Tue, 27 Aug 2013 02:52:25 +0000 (21:52 -0500)]
comment for potential css colors.

10 years agov0.0.3
Christopher Jeffrey [Sun, 25 Aug 2013 04:43:42 +0000 (23:43 -0500)]
v0.0.3

10 years agoremove allowKeyPaste.
Christopher Jeffrey [Sun, 18 Aug 2013 16:25:16 +0000 (11:25 -0500)]
remove allowKeyPaste.

10 years agofix selectText.
Christopher Jeffrey [Sun, 18 Aug 2013 16:04:32 +0000 (11:04 -0500)]
fix selectText.

10 years agoMerge branch 'select_mode'
Christopher Jeffrey [Sun, 18 Aug 2013 15:48:33 +0000 (10:48 -0500)]
Merge branch 'select_mode'

10 years agooptions. events. readme.
Christopher Jeffrey [Fri, 16 Aug 2013 19:59:23 +0000 (14:59 -0500)]
options. events. readme.

10 years agovim style selection+yanking. add props to constructor.
Christopher Jeffrey [Fri, 16 Aug 2013 17:32:36 +0000 (12:32 -0500)]
vim style selection+yanking. add props to constructor.

10 years agomajor clean up of modes.
Christopher Jeffrey [Fri, 16 Aug 2013 17:00:11 +0000 (12:00 -0500)]
major clean up of modes.

10 years agominor. rename variable. fix grabText. search keys.
Christopher Jeffrey [Wed, 14 Aug 2013 23:38:05 +0000 (18:38 -0500)]
minor. rename variable. fix grabText. search keys.

10 years agoconvert double equals to triple equals.
Christopher Jeffrey [Wed, 14 Aug 2013 23:36:31 +0000 (18:36 -0500)]
convert double equals to triple equals.

10 years agoadd HML keys. fix search text selection.
Christopher Jeffrey [Wed, 14 Aug 2013 23:30:26 +0000 (18:30 -0500)]
add HML keys. fix search text selection.

10 years agomore prefix commands.
Christopher Jeffrey [Wed, 14 Aug 2013 22:29:04 +0000 (17:29 -0500)]
more prefix commands.

10 years agoadd clipboard support for selections.
Christopher Jeffrey [Wed, 14 Aug 2013 21:57:16 +0000 (16:57 -0500)]
add clipboard support for selections.

10 years agomore selection mode work.
Christopher Jeffrey [Wed, 14 Aug 2013 01:59:56 +0000 (20:59 -0500)]
more selection mode work.

10 years agoadd selection mode.
Christopher Jeffrey [Wed, 14 Aug 2013 00:04:08 +0000 (19:04 -0500)]
add selection mode.

10 years agocomments.
Christopher Jeffrey [Sat, 17 Aug 2013 01:12:05 +0000 (20:12 -0500)]
comments.

10 years agofix option defaults.
Christopher Jeffrey [Fri, 16 Aug 2013 20:28:51 +0000 (15:28 -0500)]
fix option defaults.

10 years agomove paste listener.
Christopher Jeffrey [Fri, 16 Aug 2013 02:30:31 +0000 (21:30 -0500)]
move paste listener.

10 years agolisten for paste event on window.
Christopher Jeffrey [Wed, 14 Aug 2013 22:30:05 +0000 (17:30 -0500)]
listen for paste event on window.

10 years agofix term.reset().
Christopher Jeffrey [Wed, 14 Aug 2013 22:07:39 +0000 (17:07 -0500)]
fix term.reset().

10 years agofix wide char support. regex does not work.
Christopher Jeffrey [Wed, 14 Aug 2013 06:12:40 +0000 (01:12 -0500)]
fix wide char support. regex does not work.

10 years agoenable wide-char handling.
Christopher Jeffrey [Wed, 14 Aug 2013 05:36:36 +0000 (00:36 -0500)]
enable wide-char handling.

10 years agorefactor of open. potential fix for ipad.
Christopher Jeffrey [Wed, 14 Aug 2013 05:29:57 +0000 (00:29 -0500)]
refactor of open. potential fix for ipad.

10 years agoadd allowKeyPaste option.
Christopher Jeffrey [Wed, 14 Aug 2013 04:57:33 +0000 (23:57 -0500)]
add allowKeyPaste option.

10 years agofix initGlobal.
Christopher Jeffrey [Wed, 14 Aug 2013 02:51:40 +0000 (21:51 -0500)]
fix initGlobal.

10 years agobetter options handling.
Christopher Jeffrey [Tue, 13 Aug 2013 22:20:55 +0000 (17:20 -0500)]
better options handling.

10 years agomove lib/term.js to src/term.js.
Christopher Jeffrey [Tue, 13 Aug 2013 14:49:19 +0000 (09:49 -0500)]
move lib/term.js to src/term.js.

10 years agoadd a default style option.
Christopher Jeffrey [Sun, 11 Aug 2013 14:23:24 +0000 (09:23 -0500)]
add a default style option.

10 years agofix benchmark.
Christopher Jeffrey [Sun, 11 Aug 2013 10:16:44 +0000 (05:16 -0500)]
fix benchmark.

10 years agofix inverse. refactor charAttributes.
Christopher Jeffrey [Sun, 11 Aug 2013 08:44:02 +0000 (03:44 -0500)]
fix inverse. refactor charAttributes.

10 years agooptimize widechar check.
Christopher Jeffrey [Sat, 10 Aug 2013 22:21:57 +0000 (17:21 -0500)]
optimize widechar check.

10 years agomakefile.
Christopher Jeffrey [Sat, 10 Aug 2013 20:54:46 +0000 (15:54 -0500)]
makefile.

10 years agodeal with bad csr's. improve example. readme.
Christopher Jeffrey [Sat, 10 Aug 2013 20:15:24 +0000 (15:15 -0500)]
deal with bad csr's. improve example. readme.

10 years agomouse changes.
Christopher Jeffrey [Sat, 10 Aug 2013 19:40:28 +0000 (14:40 -0500)]
mouse changes.

10 years agoreadme. misc.
Christopher Jeffrey [Sat, 10 Aug 2013 15:19:40 +0000 (10:19 -0500)]
readme. misc.

10 years agoimprove wide char support.
Christopher Jeffrey [Sat, 10 Aug 2013 14:23:04 +0000 (09:23 -0500)]
improve wide char support.

10 years agopotential support for wide chars.
Christopher Jeffrey [Sat, 10 Aug 2013 13:44:33 +0000 (08:44 -0500)]
potential support for wide chars.

10 years agosupport CSI 38 2 R G B m.
Christopher Jeffrey [Sat, 10 Aug 2013 13:20:25 +0000 (08:20 -0500)]
support CSI 38 2 R G B m.

10 years agoimprove document/element/context handling.
Christopher Jeffrey [Sat, 10 Aug 2013 11:46:42 +0000 (06:46 -0500)]
improve document/element/context handling.