Commit graph

4251 commits

Author SHA1 Message Date
Markus Olsson
1e0bfc0883 Explicitly specify paths to type roots
Without this we're getting an error while using ts-node on Windows.

See
https://github.com/TypeStrong/ts-node/issues/168
https://github.com/TypeStrong/atom-typescript/issues/1055

Note that this works around the issue but as far as I understand
things it shouldn't be necessary.
2016-12-08 13:55:14 +01:00
Markus Olsson
cb798279f8 Try falling back to an older ts-node 2016-12-08 11:33:18 +01:00
Markus Olsson
73223c868c Fix possibly undefined error
Event wasn’t declared so it used the es6 window level event
(https://developer.mozilla.org/en-US/docs/Web/API/Window/event)
2016-12-08 11:05:39 +01:00
Markus Olsson
30b755ca1a TS 2.1 Proper!! 2016-12-08 09:54:51 +01:00
Markus Olsson
6f8217166b Merge remote-tracking branch 'origin/master' into typescript-2.1 2016-12-08 09:54:16 +01:00
Markus Olsson
0b945a0baf Merge pull request #728 from desktop/bugfix-tslint-rule
fix linter rule to use a common type
2016-12-08 08:07:07 +01:00
Brendan Forster
831d7aaa96 use the type declaration common to both regular elements and self-closing elements 2016-12-08 12:13:14 +11:00
Markus Olsson
a5f773f6d7 Bump to latest insider build 2016-12-07 08:29:58 +01:00
Markus Olsson
eee5a04893 Merge remote-tracking branch 'origin/master' into typescript-2.1 2016-12-07 08:18:36 +01:00
Markus Olsson
885c401481 Merge pull request #719 from desktop/you-look-like-a-ref-face
Button reference fix
2016-12-06 15:47:58 +01:00
joshaber
eca72a63a4 s/reference/onButtonRef 2016-12-06 09:24:54 -05:00
joshaber
845f022af2 Just allow a callback 2016-12-06 09:24:41 -05:00
Josh Abernathy
61e946c8a6 Merge pull request #718 from desktop/wow-such-acceleration
Retrieve the default accelerator is no accelerator is explicitly defined
2016-12-06 09:19:04 -05:00
Markus Olsson
6df9a46dd2 Merge pull request #699 from desktop/preferences
Preferences
2016-12-06 11:40:18 +01:00
Markus Olsson
92ddb95a3b Merge pull request #709 from desktop/the-component-revolution
The People's Glorious Component Revolution
2016-12-06 11:40:00 +01:00
Markus Olsson
b4ec7c7720 Get the default role accelerator when no accelerator is given 2016-12-06 10:57:27 +01:00
Markus Olsson
6ae9ef2b36 Export the menuFromElectronMenu function
So that we can use it in the main process
2016-12-06 10:56:26 +01:00
Markus Olsson
9f39391b21 Don't pass Electron.Menu* instances over IPC
Serialize them into our safe models before transit
2016-12-06 10:50:56 +01:00
Markus Olsson
1dc59f7faf Accelerators can be null
Electron doesn't care about this but we do since we're using
strictNullChecks
2016-12-06 10:40:57 +01:00
joshaber
c1b1d67f83 Merge branch 'the-component-revolution' into preferences 2016-12-05 17:13:15 -05:00
joshaber
7ae67915d1 Gotta spell it out tho 2016-12-05 11:48:43 -05:00
joshaber
4ca6f1eda3 No did 2016-12-05 11:43:47 -05:00
joshaber
dfa3a6654f Bring these over from the conflict 2016-12-05 11:42:59 -05:00
joshaber
c12437b66c Immutability is nice 2016-12-05 11:42:51 -05:00
joshaber
449e3b44ed Just use CommandOrCtrl 2016-12-05 11:42:45 -05:00
joshaber
6ff8baa33e Merge branch 'master' into preferences 2016-12-05 11:42:35 -05:00
joshaber
d205ce4391 📖 2016-12-05 11:29:43 -05:00
joshaber
071806c691 Use the Errors component 2016-12-05 11:27:32 -05:00
joshaber
ed0909a2ce Errors component 2016-12-05 11:27:26 -05:00
joshaber
b351f53978 Split the checkbox CSS into its own file 2016-12-05 11:21:14 -05:00
joshaber
e461a63612 Split the text area CSS into its own file 2016-12-05 11:18:55 -05:00
joshaber
773d034acd Less specific style so they can be overridden 2016-12-05 11:07:21 -05:00
joshaber
b5f5ad2015 Use a Button here too 2016-12-05 11:07:11 -05:00
joshaber
607e13cffd Add reference to Button 2016-12-05 11:07:04 -05:00
joshaber
2bad2f17ac De-nest the <label> 2016-12-05 10:46:38 -05:00
joshaber
619b880d77 Use Row 2016-12-05 10:35:34 -05:00
joshaber
d9579f870c Add Row 2016-12-05 10:35:28 -05:00
joshaber
9f776dcc6a TextBoxes don't have children anymore 2016-12-05 10:35:14 -05:00
joshaber
94f754be23 Merge branch 'master' into the-component-revolution 2016-12-05 10:23:38 -05:00
Josh Abernathy
64f57ea6cb Merge pull request #713 from desktop/a-date-with-commit-identity
A date with commit identity
2016-12-05 10:17:37 -05:00
Markus Olsson
d887837e81 Merge pull request #714 from desktop/bump-fs-extra
upgrade fs-extra to 1.0.0
2016-12-05 08:55:52 +01:00
Markus Olsson
69784deb0a Merge pull request #712 from desktop/below-the-fold
Close the foldout after selecting a repository
2016-12-05 08:27:51 +01:00
Brendan Forster
4bba96e14f another usage of fs-extra 2016-12-05 15:53:49 +11:00
Brendan Forster
d133ebb4fc upgrade fs-extra to 1.0.0 and add type declarations 2016-12-05 15:15:45 +11:00
joshaber
357a709126 You get a Button! And you get a Button! 2016-12-02 11:33:17 -05:00
joshaber
e39da39da5 Use buttons 2016-12-02 11:30:03 -05:00
joshaber
0822c8b192 Autocompletions are text boxes too
I don't love this
2016-12-02 11:28:58 -05:00
joshaber
e1dbfc527f Update class name 2016-12-02 11:27:40 -05:00
joshaber
2fba013fe9 We just say TextBox 2016-12-02 11:27:27 -05:00
joshaber
c8a60d26dd Zed's dead 2016-12-02 11:27:19 -05:00