Harrison Harnisch
51b72325f2
configurable cursor opacity ( #76 )
2016-07-21 12:07:19 -07:00
Blake Embrey
ab058e6e8b
Update rounded header radius ( #333 )
...
Closes #332
2016-07-21 11:54:53 -07:00
Mike
a81771b27d
Fix prop update logic for fontSmoothing ( #302 )
2016-07-20 10:08:54 -07:00
Mike
b76e004309
Dynamically change the font-smoothing pref ( #205 )
...
* Dynamically change the `font-smoothing` pref
By default, hterm defaults to `font-smoothing: 'antialiased'`, which
works really well on retina displays. On non-retina displays, however,
the type looks very thin and is hard to read.
This will look at the devicePixelRatio of the device anytime the term
prefs are set, and change between `antialiased` and
`subpixel-antialiased` dynamically.
* Refactor to add the font smoothing override into state
This also subscribes to the electron `move` event to control when this
piece of state gets updated.
* Add UI_WINDOW_MOVE action with a side effect for font smoothing
2016-07-19 11:30:57 -07:00
Marc Bachmann
961a39e8f3
Add cursor actions ( #217 )
...
* Add cursor actions
* Use Command+Option+Left shortcuts to change tabs
This changes the behavior the ones of sublime & chrome
2016-07-19 10:48:11 -07:00
Marc Bachmann
b6e5bf63c7
Remove unused state variable ( #268 )
2016-07-18 16:58:50 -07:00
Conor Hastings
e073de9aea
remove unnecessary comment referencing use of !important due to aphrodite" ( #223 )
2016-07-18 15:16:02 -07:00
Jason Miller
08fc3311f9
Remove unnecessary/odd addEventListener in Term component unmount hook ( #242 )
2016-07-18 09:44:01 -07:00
Marc Bachmann
112baec8d0
Make CMD + K work for all commands, even tail ( #215 )
2016-07-17 19:52:29 -07:00
Mauro Otonelli
af945e064c
Fixed some documentation typos. ( #212 )
2016-07-17 14:05:37 -07:00
Marc Bachmann
2ecc23fe1f
Hide scrollbar when webview is active ( #209 )
2016-07-17 13:38:02 -07:00
Guillermo Rauch
a5cfe76c61
notification style improvements and link to release notes upon updates
2016-07-17 13:02:34 -07:00
Teemu Kallio
3d7f6fa060
Fixing problems with alt key and special characters like å, ö and ä. ( #201 )
2016-07-17 10:18:01 -07:00
Guillermo Rauch
450e337e11
use inline styles overrides :)
...
cc @jedwatson
2016-07-16 11:54:03 -07:00
Guillermo Rauch
5ba9f27c5d
performance improvements
2016-07-14 16:40:15 -07:00
Guillermo Rauch
81bfbd6006
term: fix resize events
2016-07-14 15:02:13 -07:00
Guillermo Rauch
ac689c8b8b
terms: improve write performance
2016-07-14 09:26:23 -07:00
Guillermo Rauch
477e40e433
refactor
2016-07-13 13:45:14 -07:00