CHaBou
d9ecaab73d
Update xterm to v3.8.0 ( #3255 )
2018-12-15 18:42:55 +01:00
Prashant Andani
58affc53dc
Code cleanup ( #3131 )
2018-12-15 18:42:05 +01:00
CHaBou
d219abd365
Fix module hijacking ( #3067 )
...
Regression was introduced by #2866 . Release version of Hyper failed to start.
2018-12-15 18:33:12 +01:00
Jarid Margolin
ae3d1f01a6
Add scrollback option to config ( #3038 )
2018-12-15 18:33:12 +01:00
Jiahao Lu
5f73fd2f49
Adjust clickable region of control buttons ( #3017 )
...
On Windows, the close button (rather than the border) is expected to be hit when someone clicks the top-right corner of the screen if a window is maximized.
2018-12-15 18:33:12 +01:00
Timo Welde
e9682ab3d1
Fix plugin module hijacking on main process ( #2866 )
...
Fixes some plugin loading (like hyperline)
2018-12-15 18:33:12 +01:00
CHaBou
27bad1db14
Fix double action on keymap after a reload ( #3006 )
...
Fixes #3004
2018-12-15 18:33:12 +01:00
Ricardo Amaral
1940e931ed
Add letter spacing configuration option ( #3002 )
2018-12-15 18:33:11 +01:00
Sonny
32626bd2ab
Adding ability to send error object to notify() ( #2955 )
2018-12-15 18:33:11 +01:00
Brad Dougherty
75679266c0
Add line height config ( #2858 )
...
Fixes #2858
2018-12-15 18:33:11 +01:00
Timothy
0d8b510105
Improve update notification contrast ( #2791 )
2018-12-15 18:33:11 +01:00
Leo Lamprecht
4ce99863c4
Fixed merge conflicts
2018-04-16 07:17:17 -07:00
CHaBou
d3a015466a
Move Date.now() into actions to have pure reducers ( #2324 )
...
Reducers shouldn't have side effect. Date.now() is a side effect and should be done in action creators.
2017-10-04 00:18:55 +02:00
Nelson Henrique
8eb4541eea
fix single tab title ( #2289 )
...
* fix single tab title
* fix single tab margin/padding
2017-10-02 16:49:05 +01:00
Wilson Tayar
4c71c99325
Normalize keymap internals ( #2227 )
...
Fix #2195 : normalizing keybindings using localeCompare to include non english keyboards as well
2017-09-20 01:36:06 +02:00
CHaBou
e0d793eeeb
Revert "Normalize keymap internals" ( #2225 )
...
This reverts commit 751c06e437 .
2017-09-17 21:53:37 +01:00
Wilson Tayar
751c06e437
Normalize keymap internals ( #2210 )
...
Fix #2195
2017-09-17 10:43:58 +02:00
Harrison Harnisch
b5f06759ee
Set session CWD only if there is an active session ( #2191 )
2017-09-11 15:06:44 +02:00
CHaBou
a348185cc5
Fixed writing composed characters ( #2158 )
...
Fixes #2140
2017-09-03 18:06:12 +02:00
Leo Lamprecht
0ee4fb6104
Updated dependencies to the latest version ( #2146 )
...
* Bumped dependencies to the latest version
* Bumped root lockfile
* Bumped app dependencies
* Fixed linting
* No command line switch needed anymore for native async/await
* Fixed color error
* Bumped Node.js versions for CI
* Downgraded hterm-umdjs
* Try to fix the AppVeyor build
* Made colors work again
2017-08-31 15:20:39 +02:00
Leo Lamprecht
5ceca9e200
Brought back the icon for closing tabs ( #2136 )
2017-08-30 21:51:45 +02:00
Andy
de8e70f935
Make builds work again and catch squirrel errors on windows ( #2078 )
...
* Catch errors for electron-squirrel-startup
* Made builds work again
* linting
* linting
2017-08-13 07:03:35 +02:00
Adam Bosco
d9dc415eff
Normalize shell name before selecting URL-matching regex ( #2070 )
2017-08-10 10:45:02 -04:00
CHaBou
db35faa431
Show plugin (name and version) loaded ( #1826 )
...
* Print plugin name and version in devtools
* Add plugins informations in About dialog
2017-06-19 23:02:53 +02:00
Andrej Mihaliak
5ec705000f
Set line height same as font size ( #1841 )
...
fixes cut font on last line
2017-06-16 09:58:49 +02:00
Albin Ekblom
0bf10f3768
Escape parentheses for dropped files/folders ( #1935 )
...
* Escape parentheses for dropped files/folders
Fixes #1933
* Cleanup regex
* Wrap dropped path in single-quote
* Escape single quote inside single quote
* Handle escaping with current shell
* Cleanup escape
2017-06-14 09:12:03 -07:00
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