]> git.proxmox.com Git - mirror_xterm.js.git/history - src/xterm.js
Bind window to AMD module
[mirror_xterm.js.git] / src / xterm.js
2014-11-17 parisBind window to AMD module
2014-09-10 parisFix #4
2014-08-27 parisFix #2
2014-04-11 parisMoved fit into its own addon
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