]> git.proxmox.com Git - mirror_xterm.js.git/shortlog
mirror_xterm.js.git
2014-03-24 parisAmended some default styling/befavior
2014-03-24 parisMoved some styling from xterm.js to xterm.css
2014-03-24 parisStarted new example page
2014-03-24 parisTiny changes
2014-03-24 parisUpdated license in README.md
2014-03-24 parisUpdated LICENSE and REAMDE
2014-01-03 Christopher... Merge pull request #13 from risacher/resize-reset
2013-12-23 Christopher... Merge pull request #16 from aus/master
2013-12-23 Austin Robertsondisable autocapitalize and autocorrect in fixIpad
2013-12-23 Christopher... Merge pull request #15 from aus/master
2013-12-23 Austin Robertsonenable iPad fix on iPhone user agent
2013-12-12 Daniel Risacherreset() should preserve existing geometry (rows/cols)
2013-12-06 Christopher... Merge pull request #12 from risacher/emacs-fix
2013-12-05 Daniel RisacherFix issue chjj/tty.js#59
2013-12-04 Christopher... fix CLA.
2013-12-04 Christopher... add CLA to readme.
2013-12-04 Christopher... update example.
2013-12-04 Christopher... middleware options.
2013-12-04 Christopher... allow escape or q to leave modes.
2013-12-04 Christopher... fix b/B, ^/0, and h commands for visual mode. minor.
2013-12-04 Christopher... fix color inversion for css.
2013-10-16 Christopher... Merge pull request #8 from carsonoid/master
2013-10-16 Carson AndersonAdded arrow key support for selection and visual mode
2013-08-27 Christopher... more css color work.
2013-08-27 Christopher... rename bg/fg vars.
2013-08-27 Christopher... comment for potential css colors.
2013-08-25 Christopher... v0.0.3
2013-08-18 Christopher... remove allowKeyPaste.
2013-08-18 Christopher... fix selectText.
2013-08-18 Christopher... Merge branch 'select_mode'
2013-08-17 Christopher... options. events. readme.
2013-08-17 Christopher... vim style selection+yanking. add props to constructor.
2013-08-17 Christopher... major clean up of modes.
2013-08-17 Christopher... minor. rename variable. fix grabText. search keys.
2013-08-17 Christopher... convert double equals to triple equals.
2013-08-17 Christopher... add HML keys. fix search text selection.
2013-08-17 Christopher... more prefix commands.
2013-08-17 Christopher... add clipboard support for selections.
2013-08-17 Christopher... more selection mode work.
2013-08-17 Christopher... add selection mode.
2013-08-17 Christopher... comments.
2013-08-16 Christopher... fix option defaults.
2013-08-16 Christopher... move paste listener.
2013-08-14 Christopher... listen for paste event on window.
2013-08-14 Christopher... fix term.reset().
2013-08-14 Christopher... fix wide char support. regex does not work.
2013-08-14 Christopher... enable wide-char handling.
2013-08-14 Christopher... refactor of open. potential fix for ipad.
2013-08-14 Christopher... add allowKeyPaste option.
2013-08-14 Christopher... fix initGlobal.
2013-08-13 Christopher... better options handling.
2013-08-13 Christopher... move lib/term.js to src/term.js.
2013-08-11 Christopher... add a default style option.
2013-08-11 Christopher... fix benchmark.
2013-08-11 Christopher... fix inverse. refactor charAttributes.
2013-08-10 Christopher... optimize widechar check.
2013-08-10 Christopher... makefile.
2013-08-10 Christopher... deal with bad csr's. improve example. readme.
2013-08-10 Christopher... mouse changes.
2013-08-10 Christopher... readme. misc.
2013-08-10 Christopher... improve wide char support.
2013-08-10 Christopher... potential support for wide chars.
2013-08-10 Christopher... support CSI 38 2 R G B m.
2013-08-10 Christopher... improve document/element/context handling.
2013-08-08 Christopher... readme. package.json.
2013-08-08 Christopher... v0.0.2
2013-08-08 Christopher... minor. do not emit 'open'.
2013-08-08 Christopher... v0.0.1
2013-08-08 Christopher... improve focus behavior.
2013-08-08 Christopher... make term.js more portable.
2013-08-08 Christopher... term.js
2013-08-08 Christopher... up