]> git.proxmox.com Git - mirror_xterm.js.git/history - src
Properly adjust height of terminal rows and child elements
[mirror_xterm.js.git] / src /
2016-05-26 ParisProperly adjust height of terminal rows and child elements
2016-04-22 Paris KasidiarisMerge pull request #51 from blink1073/fix-blink
2016-04-21 Steven SilvesterHandle focus clearing
2016-04-20 Steven SilvesterFix cursor blink
2016-04-20 Paris KasidiarisMerge pull request #50 from blink1073/fix-resize
2016-04-14 Steven SilvesterUse shift to reduce lines to preserve lines up to cursor
2016-04-12 Paris KasidiarisMerge pull request #49 from noseglid/nodejs-module
2016-04-11 Alexander Olssonnodejs module definition
2015-11-12 Thanasis DaglisMerge pull request #44 from sourcelair/issue/18
2015-11-12 TDaglisadded comment for fix
2015-11-11 TDaglismade cursor invisible in IE
2015-11-11 TDaglisadded *.css rules in .editorconfig for indent consistency
2015-11-04 Thanasis DaglisMerge pull request #42 from sourcelair/fix/fit-width
2015-11-04 Thanasis DaglisMerge pull request #41 from sourcelair/fix/firefox...
2015-11-03 TDaglisadded selection.type fallback check
2015-11-03 TDaglisfixed selection in firefox
2015-10-29 Thanasis DaglisMerge pull request #40 from sourcelair/fix/keydown...
2015-10-29 TDaglisexclude alt and meta keys from ctrl default case
2015-10-29 TDaglisignore ctrl+shift characters in keydown input
2015-10-27 Thanasis DaglisMerge pull request #38 from sourcelair/fix/focus-events
2015-10-26 TDaglisblur textarea on terminal blur
2015-10-26 TDaglisauto emit blur and focus of textarea
2015-08-25 Paris KasidiarisMerge pull request #31 from akalipetis/hotfix/ie
2015-08-25 Antonis KalipetisFixed IE issues with classList.add
2015-01-28 Paris KasidiarisMerge pull request #20 from akalipetis/issue/19
2015-01-28 Antonis KalipetisReplaced preventDefault with cancel
2015-01-28 Antonis KalipetisPressing Alt + ←/→ does not interfere now with browser
2015-01-19 Paris KasidiarisMerge pull request #17 from sourcelair/issue/8
2015-01-19 parisMerged with master
2015-01-19 parisFix #8
2015-01-15 Paris KasidiarisMerge pull request #16 from sourcelair/addon/linkify
2015-01-06 Paris KasidiarisMerge pull request #15 from sourcelair/issue/14
2015-01-04 parisFix #14
2014-11-17 parisBind window to AMD module
2014-09-15 parisFix #5
2014-09-10 parisFix #4
2014-08-27 parisFix #2
2014-04-11 parisMoved fit into its own addon
2014-04-10 parisAdded top: 0 to helpers
2014-04-10 parisFix helper position
2014-04-10 parisfit() uses offset height and width now
2014-04-10 parisRemoved debugging stuff
2014-04-10 parisImproved textarea handling
2014-04-10 parisProper event handling
2014-04-09 parisFix focus on refresh
2014-04-09 parisSyntax fix
2014-04-09 parisFixed paste
2014-04-09 parisAdded data handling on paste
2014-04-08 parisCopy and Paste seem to work.
2014-04-08 parisFixed sending data when Cmd is pressed
2014-04-08 parisProgress with handling copy
2014-03-28 parisRemoved prefix mode and select mode
2014-03-26 parisTextarea for key handling works
2014-03-26 parisStarted working on textarea helper
2014-03-26 parisIntroduced rowContainer and insertRow
2014-03-25 parisReplaced offsetWidth with scrollWidth
2014-03-25 parisImplemented Terminal.prototype.fit
2014-03-25 parisAdded resizing event
2014-03-25 parisStarted documentation
2014-03-24 parisStarted implementing theming.
2014-03-24 parisImplemented default terminal colors in CSS
2014-03-24 parisKeyboard events are not being cancelled by default...
2014-03-24 parisAmended some default styling/befavior
2014-03-24 parisMoved some styling from xterm.js to xterm.css
2014-03-24 parisTiny changes
2014-01-03 Christopher JeffreyMerge pull request #13 from risacher/resize-reset
2013-12-23 Christopher JeffreyMerge pull request #16 from aus/master
2013-12-23 Austin Robertsondisable autocapitalize and autocorrect in fixIpad
2013-12-23 Christopher JeffreyMerge 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 JeffreyMerge pull request #12 from risacher/emacs-fix
2013-12-05 Daniel RisacherFix issue chjj/tty.js#59
2013-12-04 Christopher Jeffreyallow escape or q to leave modes.
2013-12-04 Christopher Jeffreyfix b/B, ^/0, and h commands for visual mode. minor.
2013-12-04 Christopher Jeffreyfix color inversion for css.
2013-10-16 Christopher JeffreyMerge pull request #8 from carsonoid/master
2013-10-16 Carson AndersonAdded arrow key support for selection and visual mode
2013-08-27 Christopher Jeffreymore css color work.
2013-08-27 Christopher Jeffreyrename bg/fg vars.
2013-08-27 Christopher Jeffreycomment for potential css colors.
2013-08-18 Christopher Jeffreyremove allowKeyPaste.
2013-08-18 Christopher Jeffreyfix selectText.
2013-08-18 Christopher JeffreyMerge branch 'select_mode'
2013-08-17 Christopher Jeffreyoptions. events. readme.
2013-08-17 Christopher Jeffreyvim style selection+yanking. add props to constructor.
2013-08-17 Christopher Jeffreymajor clean up of modes.
2013-08-17 Christopher Jeffreyminor. rename variable. fix grabText. search keys.
2013-08-17 Christopher Jeffreyconvert double equals to triple equals.
2013-08-17 Christopher Jeffreyadd HML keys. fix search text selection.
2013-08-17 Christopher Jeffreymore prefix commands.
2013-08-17 Christopher Jeffreyadd clipboard support for selections.
2013-08-17 Christopher Jeffreymore selection mode work.
2013-08-17 Christopher Jeffreyadd selection mode.
2013-08-17 Christopher Jeffreycomments.
2013-08-16 Christopher Jeffreyfix option defaults.
2013-08-16 Christopher Jeffreymove paste listener.
2013-08-14 Christopher Jeffreylisten for paste event on window.
2013-08-14 Christopher Jeffreyfix term.reset().
2013-08-14 Christopher Jeffreyfix wide char support. regex does not work.
next