Paris Kasidiaris
6ee524864e
Make add-ons load the latest built version
2016-10-05 13:23:45 +03:00
Paris Kasidiaris
ed1a31d1cf
Make src/xterm.js ES2015 and export EventEmitter into its own file
...
Fix #158
2016-08-29 19:51:40 +00:00
Paris
dc67c94545
Change CommonJS package structure
...
Instead of making Xterm prototype extending optional, just require Xterm and pass it as parameter to the function just like it is being done with RequireJS
2016-05-03 12:48:16 +03:00
Paris
fff56eea1b
Extend Xterm prototype only when Xterm is a function
...
Add-ons attempted to extend the `Xterm` prototype no matter what. This was an issue when importing add-ons through CommonJS, where `Xterm` is not available in the global scope.
2016-05-03 12:36:21 +03:00
Paris
bd2158613d
Make all add-ons CommonJS importable
...
- Fix #52
- Rename `npm/nodejs project` documentation to `CommonJS environment`
2016-05-03 12:05:13 +03:00
TDaglis
3f0b584f25
fixed marginal width geometry
2015-11-10 18:27:17 +02:00
TDaglis
d9d99c1c27
fixed width of fit
...
removed firefox hack since it is no longer needed
2015-11-03 14:55:24 +02:00
akalipetis
37be8e0f34
Fixed correct fitting of Terminal
2014-11-24 17:24:21 +02:00
paris
8dd80566d0
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
2014-11-17 17:08:14 +02:00
paris
c6a7e15b03
[fit addon] Restore row content after proposing geometry
...
- Restore `subjectRow.innerHTML`, using the `contentBuffer`
- Bump version to 0.25
2014-11-17 12:36:13 +02:00
paris
87979aeed4
Bind window to AMD module
...
- Bind window to Xterm AMD module
- Fix typo in fit addon
- Bump version to 0.24
2014-11-17 12:28:52 +02:00
paris
615f633f25
[fit addon] Introduce proposeGeometry method
...
- Introduce new method to propose optimal geometry for the current terminal
- Bump version to 0.23
2014-11-17 12:21:05 +02:00
paris
3f455f90d9
Fix #4
2014-09-10 11:09:23 +00:00
paris
53f5672524
Fix #3
2014-08-29 09:57:53 +00:00
paris
a249d2714f
Fix terminal fitting height
2014-08-19 13:24:43 +00:00
paris
7355a04274
Further fixing of xterm.fit
2014-08-16 03:53:22 +00:00
paris
d12406bedc
Fix wrong behavior of fit add-on
2014-08-16 03:25:13 +00:00
paris
189a556408
Moved fit into its own addon
2014-04-11 02:04:56 +00:00