hyper/app
Matheus Fernandes 27a20e0cfc Add support for composed chars and fix issues with "foreign" keyboard layouts (#1006)
* ime

* Fix code style

* Add visual feedback for composition events

* Temporarily disable `hterm`'s `onKeyDown` hacks

* Replicate the focus/blur state of our caret on the `hterm` caret

* Fix: focus our caret when there's a tab change

* `caret_` => `hyperCaret`

* Reorg: move the caret hacks to the `hterm.js` extensions

* Remove `console.log`

* Remove the `Dead key` hack and reenable keyboard commands

* Add a (temporary?) fix to re-enable text selection

* Check for a selection `onMouseUp` instead `onFocus`

* Fix wrong buggy hterm's cursor styling on term focus/blur

* Fix the cursor style after the bell rings – closes #674

* Enable `acceptFirstMouse` to focus the correct term – closes #861

* Fix code style

* Fix: clear the `hyper-caret` when a char is inserted via the IME dialog

* Remove useless function

* Add coments regarding text selection

* Fix code style
2016-11-16 10:44:04 -08:00
..
static Reorg (#386) 2016-07-24 10:59:21 -07:00
utils Fix xo 0.17 errors and use root xo config for app (#859) 2016-10-12 20:35:44 -05:00
.npmrc Split Panes (#693) 2016-10-03 19:00:50 -07:00
auto-updater.js increase timeout for update checks (#928) 2016-10-29 13:14:39 +02:00
config-default.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
config.js Ignore file watch errors. Fixes GH-225 (#893) 2016-10-17 16:58:43 -07:00
index.html HyperTerm 👉 Hyper.app 2016-10-06 19:33:08 +02:00
index.js Add support for composed chars and fix issues with "foreign" keyboard layouts (#1006) 2016-11-16 10:44:04 -08:00
menu.js Make the close menu items less ambiguous 2016-10-25 22:34:28 -04:00
notifications.js increase notification timeout up to 30m (#913) 2016-10-22 12:16:05 -07:00
notify.html Reorg (#386) 2016-07-24 10:59:21 -07:00
notify.js [WIP] Use XO instead of Standard (#723) 2016-09-21 16:27:11 +02:00
package.json Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
plugins.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
rpc.js Fix xo 0.17 errors and use root xo config for app (#859) 2016-10-12 20:35:44 -05:00
session.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00