Guillermo Rauch
bcd5b75795
Release 1.1.0
2017-01-09 14:35:54 -08:00
Guillermo Rauch
12ae25a60b
20% faster bootup time ( #1350 )
...
* bump webpack, babel and include babili
* fix for babili
* add heuristics for faster v8 parsing
* lint fixes
* fix windows build. infinitely grateful to @stefanivic for helping us test windows
2017-01-09 13:32:15 -08:00
Guillermo Rauch
74df6920e9
fix decoding race condition with new terminal sessions ( #1366 )
2017-01-09 16:05:44 -02:00
Nathan White
2b56ab27ad
fix travis builds ( #1356 )
2017-01-08 11:06:00 -08:00
Gabriel Peña
ed990d473b
Scrollbar Fix on Mac. Fixes issue #100 ( #1354 )
...
* Fix Scrollbar appearance on webkit mac
* fix linting issues
2017-01-07 17:50:00 -08:00
Guillermo Rauch
ea8a32d115
Update README.md
2017-01-06 18:14:52 -08:00
chabou
1b6d925524
Prevent loosing focus after a char composition ended by Tab key. Fix #1341 ( #1349 )
2017-01-06 17:46:54 -08:00
chabou
0c71863560
Use local config file in dev. Fix #903 ( #904 )
...
* Use local config file in dev
* Fix typo
* Reuse path variable to compose localPath
* Fix lint errors
2017-01-04 20:05:19 -05:00
Paul Betts
f139ca80a5
Ensure line endings are correct on Windows ( #1230 )
...
This allows Windows users to check out the repo and send in PRs without messing up the line endings, see https://help.github.com/articles/dealing-with-line-endings for more
2017-01-02 17:56:47 -02:00
Tim Neutkens
f6eaef9457
Expose decorate to plugins ( #1261 )
2016-12-31 20:26:10 -08:00
Guillermo Rauch
6ce24e92fa
tweak readme
2016-12-30 16:04:23 -08:00
Vitaly Domnikov
5a164d0a1d
fix line height layout ( #1322 )
2016-12-29 19:19:16 -08:00
aoki
5773a83dc3
Bump win.show() back ( #1316 )
...
Bump `win.show()` back
2016-12-29 15:52:37 -05:00
Theodore Dubois
ccf818de5a
Add support for cursor styles 5 and 6 to hterm ( #1286 )
...
This fixes #270 , cursor shape changing in Neovim.
2016-12-24 10:29:52 -08:00
Derek Kniffin
f2ffafbd10
Fix a bug related to the alpha hex calculation ( #1048 )
2016-12-21 21:31:30 -05:00
Philippe Potvin
c7f195ba01
Fix ctrl+c to close WebView 🍾 ( #1287 )
...
* rm hyperCaretFocus => prevent callstask
* keep caret component
2016-12-21 07:19:41 -08:00
Philippe Potvin
ef5caeeb09
Reset bgColor ( #1262 )
...
* Reset bgColor
* remove unused
* add precisions comments
2016-12-19 08:17:26 -08:00
Mahmoud Al-Qudsi
5d1533c31d
Using Consolas as the default font on Windows ( #1196 )
...
Consolas is the default fixed-width font on Windows Vista+ for
the Windows platform.
2016-12-17 14:34:07 -08:00
Philippe Potvin
b2f67c73e4
Fix url interpretation ( #1259 )
...
* Fix url interpretation
* update regex
2016-12-17 14:17:58 -08:00
Vitaly Domnikov
25fcf3a6a4
Update terminal clear method ( #1239 )
2016-12-15 17:48:47 -08:00
Vitaly Domnikov
38909e3f16
fix COMMAND-K ( #1235 )
2016-12-15 13:45:48 -08:00
Guillermo Rauch
17df56d397
bump version + trigger build
2016-12-15 12:40:30 -08:00
Philippe Potvin
4943e4a2f8
Fix key focus ( #1218 )
2016-12-15 11:08:36 -05:00
Kevin Ramsunder
63ab44778b
Do not match extra '.' symbol in domain regex ( #1216 )
2016-12-14 19:21:22 -05:00
Vitaly Domnikov
d6316dd209
🚀 Performance tuning & bugfix ( #1111 )
...
* Perfomance tuning
* cleanup matchesContainer method
* fixes #1131
2016-12-14 11:18:15 -08:00
Leo Lamprecht
23bff8b4b9
Hyper isn't just on macOS
2016-12-13 08:06:56 +01:00
David Barsky
16976bb60d
added corner radius to component/notification.js ( #889 )
2016-12-12 22:38:19 +01:00
Leo Lamprecht
40a56994d7
Avoid clicking on a word
2016-12-12 22:34:19 +01:00
Leo Lamprecht
8f21bd74cf
New usage link
2016-12-12 22:32:05 +01:00
Matheus Fernandes
2b3c49b1ec
Update hyper-news notification fetching
2016-12-12 13:04:32 -02:00
Vitaly Domnikov
4264493147
Increase x-row line height ( #1107 )
2016-12-09 20:35:29 -05:00
Tim Neutkens
34da7d0a60
Don't focus on caret when using modifier keys ( #1106 )
...
* Don't focus on caret when using modifier keys
* Removed trailing space
2016-12-09 17:03:03 -02:00
Philippe Potvin
a45fb97283
cmd+A work again ( #1102 )
2016-12-08 21:09:02 -02:00
Vitaly Domnikov
59a3583028
unicode magic ( #1098 )
2016-12-08 18:44:25 -02:00
Vitaly Domnikov
aa410812a5
unicode fix ( #1018 )
2016-12-07 08:17:22 -08:00
Matheus Fernandes
c8af214d55
Make AppVeyor run the dist script again
2016-12-07 12:46:40 -02:00
Matheus Fernandes
c69dfa604b
Temporarily disable AVA since it's failing on macOS on Travis
...
Also, remove the `npm run dist` from the `test` script, since it was causing Hyper to being built twice on CI
2016-12-07 12:43:55 -02:00
Brian Reber
7df5cbac08
Specify cols key when spawning pty shell ( #1075 )
...
The column size param in pty.js is named ‘cols’, but the shorthand
notation treats it as ‘columns’, causing the column count to not be
correct.
2016-12-07 12:28:41 -02:00
Philippe Potvin
d459112676
Add missing param ( #1090 )
2016-12-06 01:35:40 -02:00
Brian Reber
e345ba4f60
Use homedir() from os package instead of env vars
2016-12-03 22:03:10 +01:00
Leo Lamprecht
6fc6207117
Download releases from GH until v1
...
So that people can stop reporting broken Linux link
2016-12-02 22:47:44 +01:00
Matheus Fernandes
6508d05e5f
Fix a regression introduced by #1058
...
Such regression broke the character composition/paste on macOS
2016-12-02 11:22:25 -02:00
Matheus Fernandes
e31f975f78
Disable 32-bit builds
2016-12-01 18:56:21 -02:00
Matheus Fernandes
af5c075bcb
Disable dist task on AppVeyor
2016-12-01 16:07:33 -02:00
Matheus Fernandes
e3e7563178
Build for 32 and 64 bits
2016-12-01 15:38:02 -02:00
Matheus Fernandes
be286c0d5a
Fix keyboard shortcuts on Linux and Windows ( #1058 )
...
* `command` => `mod`
* `Option` => `Alt`
* Allow hterm to consume a keyboard event only if it's not a Hyper accelerator
* Remove `console.log`s
* Say no to bikeshedding
* We already clear the selection on `onKeyDown`
* Add comments
* Remove meaningless comment
* Add fullscreen shortcut for Windows and Linux
* Use the accelerators defined in `accelerators.js` for the app menu
2016-11-30 15:19:45 -05:00
Timothy
810e0a9806
Remove contributors from MIT license ( #1036 )
2016-11-23 15:50:10 +01:00
Matheus Fernandes
833383a1cc
v1.0.0
2016-11-22 12:23:17 -02:00
Matheus Fernandes
aec7042274
Add GH_TOKEN to AppVeyor
2016-11-22 12:17:57 -02:00
Matheus Fernandes
332d3037ef
Introduce a lint task
2016-11-22 10:42:06 -02:00