Guillermo Rauch
dd5aba4dea
fix appveyor
2017-01-12 12:33:28 -08:00
Guillermo Rauch
2094765bf0
remove dist task which doesn't minify
2017-01-12 11:56:01 -08:00
Paul Betts
3d4fbabf3b
Disable linebreak-style ( #1384 )
...
On Windows, xo will throw errors for literally every line of the app. Rough.
2017-01-11 15:54:08 -08:00
Louis-André Labadie
4a085895e4
Define widths for BEAM and UNDERLINE cursors ( #1389 )
2017-01-11 15:53:40 -08:00
Jon Galloway
6a9b3f74c5
Open Preferences in Default JS Editor on Windows ( #1138 )
...
* Open Preferences in Wordpad on Windows
Notepad doesn't handle `\n` line breaks, Wordpad does.
Fixes #1126 .
* Update: Use Win editor from reg
If not found, or set to notepad.exe (which can't handle line breaks), show hyper.js config file in folder so user can open in editor of their choice.
* Fixes for Windows
Fixed shell reference, corrected lint errors.
* Fixes for Windows
Fixed shell reference, corrected lint errors.
* Fixes for Windows
Fixed shell reference, corrected lint errors.
* Always show .hyper.js in folder for prefs
* Always show .hyper.js in folder for prefs
* Fixed electron import
2017-01-10 21:49:32 -08:00
Paul Betts
0ff1cb9584
Windows titlebar improvements ( #1307 )
...
* Make double-clicking on the titlebar work
* We don't actually need this
* Draw a Restore icon when the window is Maximized
* Update React State when BrowserWindow changes behind our back
* Cleanup
* Don't show the border if the window is maximized
* Fight with the linter
2017-01-10 21:45:49 -08:00
Albin Ekblom
95e98006c0
Cleanup getWindowHeaderConfig ( #1378 )
2017-01-10 14:05:19 -08:00
Albin Ekblom
fc685c7d02
Make default config clearer ( #1379 )
2017-01-10 12:53:32 -08:00
Guillermo Rauch
aec98f08b3
don't cache cc @albinekb
2017-01-10 10:20:11 -08:00
Guillermo Rauch
928a9275cd
restore indent lint setting
2017-01-09 19:48:32 -08:00
Guillermo Rauch
fe00d27325
cache invalidation is the root of all evil
2017-01-09 19:46:55 -08:00
Nathan White
470d02dbfd
Nw/pty fixes ( #1353 )
...
* changed pty package and update references
* fixed linting issues
* added npm clean script
2017-01-09 18:37:46 -08:00
Guillermo Rauch
67cefc50a8
turning off indentation. xo fails in CI but not locally
...
this has been a bit of a headache. any ideas @sindresorhus?
example failure: https://travis-ci.org/zeit/hyper/jobs/190425529#L425
2017-01-09 15:36:37 -08:00
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