Benjamin Staneck
b609366d76
Replace react-addons-pure-render-mixin by React.PureComponent ( #1902 )
...
react-addons-pure-render-mixin is deprecated so use React.PureComponent instead
* https://www.npmjs.com/package/react-addons-pure-render-mixin
* https://facebook.github.io/react/docs/react-api.html#react.purecomponent
2017-06-03 10:31:09 +02:00
Philippe Potvin
93b2229ff5
Implements Commands Key mapping ( #1876 )
...
Keymaps part 2
2017-06-02 20:03:47 -04:00
Benjamin Staneck
342580e730
Account for redux-logger 3.0 change ( #1898 )
2017-06-02 17:43:47 +02:00
Albin Ekblom
216c475c2b
Use native Object.values()` ( #1880 )
2017-05-27 23:42:42 -04:00
Albin Ekblom
af43bbbfed
Proxy ReactDOM for plugins ( #1878 )
...
* Proxy ReactDOM for plugins
* Update Module._load comment
2017-05-27 15:37:41 -04:00
Philippe Potvin
0d63360011
wipe contents before \k ( #1811 )
2017-05-26 18:41:43 +02:00
Guillermo Rauch
edd8667801
Revert "Fix unicode display: CJK, powerline, tmux ( #1536 )" ( #1847 )
...
This reverts commit 687df4ed06 .
2017-05-19 16:52:36 -07:00
Thibaut Tiberghien
687df4ed06
Fix unicode display: CJK, powerline, tmux ( #1536 )
...
* Fix unicode display with braille compatibility
* Remove duplicated styling
* Clean up changes, fix CJK display only
* Remove exising hterm overides for unicode
* Add insertString override (no changes)
* Wrap unicode chars in individual spans
* fix linting
* Fix unicode encapsulation
* Fix multiple rendering of wide chars
2017-05-19 16:48:12 -07:00
Billy Shih
ca40869d5a
Fix maximize on doubleclick ( #1835 )
2017-05-19 00:05:56 +02:00
Albin Ekblom
eeaf4be151
🔥 Cleanup call of php-escape-shell ( #1821 )
2017-05-13 10:19:03 -04:00
CHaBou
00693de12e
Open Hyper config in the native desktop's default manner ( #1784 )
2017-05-08 20:00:58 -07:00
Guillermo Rauch
c491f7d2e1
re-implement clear, make it not buggy, fix CMD+K ( #1796 )
2017-05-07 14:57:56 -07:00
Zsolt Dollenstein
af21493e2b
check for null/undefined session in addSessionData ( #1698 )
...
* check for null/undefined session in addSessionData
* Update sessions.js
2017-04-28 20:40:32 -04:00
CHaBou
f3594b3b14
Add displayName for each plugin HOC ( #1735 )
2017-04-12 11:22:51 -07:00
CHaBou
7a64c9ee8a
Add onDecorated property to decorated components ( #1680 )
2017-03-27 17:07:55 -07:00
CHaBou
6f2a77f655
Fix partial TermGroup decoration ( #1705 )
...
* Fix TermGroup decoration
* Fix partial getTermGroupProps calls
2017-03-27 12:40:42 -07:00
Henrik
4ea3445464
add custom inner children ( #1621 )
2017-03-18 16:10:31 -07:00
Matheus Fernandes
237595cec8
Revert "term: specify line-height in px"
...
This reverts commit b7362d18aa .
Reasoning: https://github.com/zeit/hyper/issues/1630
2017-03-10 14:34:45 -03:00
Henrik
3793adabb5
fix echo issue in config pref ( #1633 )
...
* fix echo issue in config pref
* fix spacing inconsitency
2017-03-10 14:29:42 -03:00
Stefan Ivic
36f96abb1d
windows: fix editing preferences on bash ( #1571 )
...
* windows: fix editing preferences on bash
* linter: fix the linting error
* cleanCode : move the code to a function
* cleanCode: move the constants to the function
* clean: remove unnecessary eslint comment
* clean: use platform instead of defining it
2017-02-24 20:50:20 -08:00
Guillermo Rauch
dc3b90028b
Add perf optimizations ( #1541 )
...
* pass `uid` to term
* term: keep track of term instance references
* sessions: remvoe `write` object overhead
* hterm: cache measurement of codepoints for single char strings
* sessions: merge less eagerly when we receive a PTY_DATA action
* store: handle the side effect of writing to the terminal from a middleware
* terms: add terms instance cache
* lint
2017-02-23 08:10:05 -03:00
Guillermo Rauch
8ec362652c
Merge branch 'master' of github.com:zeit/hyper
2017-02-18 00:56:01 -03:00
Guillermo Rauch
9f9da68408
use string based RPC for data events for better perf
2017-02-18 00:55:48 -03:00
Henrik
7a8591bfaf
fix uifontfamily reducer ( #1550 )
2017-02-18 00:37:42 -03:00
Guillermo Rauch
361db6190e
avoid layout recalculation upon scrollport resize
2017-02-18 00:27:29 -03:00
Henrik
ade9ad39fd
add configurable uifontfamily ( #1549 )
...
* add configurable uifontfamily
* rm uifontfamily config default
* fix uifontfamily conf default
2017-02-18 00:15:55 -03:00
Guillermo Rauch
21bd2a7bf1
Merge branch 'master' of github.com:zeit/hyper
2017-02-17 21:34:52 -03:00
Guillermo Rauch
b7362d18aa
term: specify line-height in px
2017-02-17 21:34:28 -03:00
Henrik
0ee48c9841
add hterm cursor blink support ( #1547 )
...
* add hterm cursor blink support
* update website with cursorblink doc
2017-02-17 21:11:23 -03:00
Guillermo Rauch
27cf69fea3
Revert "fix for line-height that makes emojis be perfectly aligned with text"
...
This reverts commit 19907ff8e0 .
2017-02-17 17:21:55 -03:00
Guillermo Rauch
19907ff8e0
fix for line-height that makes emojis be perfectly aligned with text
2017-02-17 17:17:01 -03:00
Henrik
368a426b01
fix tab text alignment issue ( #1543 )
2017-02-17 16:48:56 -03:00
Guillermo Rauch
fe6e2977bd
8 times faster matching of enter key within incoming pty data
...
https://jsperf.com/exec-vs-match-vs-test-vs-search/5
2017-02-17 02:47:09 -03:00
Guillermo Rauch
75b37b7690
Merge branch 'master' of github.com:zeit/hyper
2017-02-17 02:43:05 -03:00
Guillermo Rauch
414503d63b
add comment about optimization
2017-02-17 02:42:44 -03:00
Henrik
600f815dff
set select color based on caret color ( #1532 )
2017-02-16 17:56:20 -03:00
Henrik
78709d93cf
add better support for narrow tabs ( #1527 )
...
* add better support for narrow tabs
* add title for tabs
2017-02-16 15:41:04 -03:00
CHaBou
75b5eb7d3f
Fix replaceParent reducer on termgroup exit ( #1494 )
2017-02-16 14:24:35 -03:00
Martin van Driel
ada6807969
Fix xo linting errors ( #1521 )
2017-02-16 14:22:27 -03:00
Guillermo Rauch
2e58e568d6
@tibotiber unfortunately I have to undo this line because it was breaking vtop and braille characters
2017-02-16 02:16:59 -03:00
Guillermo Rauch
95141ac537
debounce session data events based on request animation frame
2017-02-16 02:16:41 -03:00
Thibaut Tiberghien
172d487055
Fix display of unicode characters ( #1376 )
...
* Fix display of unicode characters
* Fix unicode display issues and CJK cursor
2017-02-16 00:59:11 -03:00
Matheus Fernandes
6842e8500a
Make quickEdit true by default on Windows
2017-02-15 18:51:13 -03:00
Guillermo Rauch
6cda6cad96
Revert "Define widths for BEAM and UNDERLINE cursors ( #1389 )"
...
This reverts commit 4a085895e4 .
2017-02-15 18:49:49 -03:00
Liudas Dzisevicius
270fe5bef9
[Windows] Add right click copy/paste ( #1247 )
...
* Add right click copy/paste
* Add quick edit config option
2017-02-15 17:22:09 -03:00
Matheus Fernandes
d4c1d08701
Revert "Open Preferences in Default JS Editor on Windows" ( #1510 )
2017-02-15 12:12:48 -03:00
Stefan Ivic
ed282560fb
[UI] Make scrollbar look the same on all platforms ( #1442 )
...
* [UI] Make scrollbar look the same on all platforms
Linux suffers from the same issue as other platforms where the scrollbar is that ugly electron style.
This commit will fix this and make it look the same on all platforms and cut down code.
* linter : Use const instead of let
* naming : make the constant easy to understand
The previous code used a variable to define code specific to the os.
Since we combined the code for all platforms it is not required anymore, so I changed the name to be more understandable to the person reading the code.
* [UI] Make scrollbar look the same on all platforms
Linux suffers from the same issue as other platforms where the scrollbar is that ugly electron style.
This commit will fix this and make it look the same on all platforms and cut down code.
* linter : Use const instead of let
* naming : make the constant easy to understand
The previous code used a variable to define code specific to the os.
Since we combined the code for all platforms it is not required anymore, so I changed the name to be more understandable to the person reading the code.
2017-01-27 23:16:41 -02:00
Matheus Fernandes
b4943a05e9
🐛 Fix copy/paste shortcuts on Windows/Linux 🎉 ( #1406 )
2017-01-18 13:19:11 -02:00
Matheus Fernandes
232295a195
Add the cwd to the redux state ( #1412 )
2017-01-15 14:40:47 -08:00
Matheus Fernandes
f8d5dcd060
🐛 Fix a regression from the previous commit and a comment
2017-01-14 18:12:08 -02:00