Wliu
5fca7b6582
More ipc-renderer fixes
2015-11-18 21:20:45 -05:00
Wliu
fec1507ff4
Require ipc-renderer where it belongs
2015-11-18 21:10:40 -05:00
Wliu
d2a86e2466
Add 'home' argument to app.getPath()
2015-11-18 18:46:38 -05:00
Wliu
0945383d78
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-electron-35
2015-11-18 16:11:49 -05:00
Wliu
17c5198299
⬆️ language-xml@0.34.1
2015-11-18 16:07:41 -05:00
Wliu
c81913f917
⬆️ notifications@0.62.0
2015-11-18 15:49:36 -05:00
Nathan Sobo
6bc35f96df
Merge branch 'beta'
2015-11-18 11:08:37 -08:00
Nathan Sobo
d204e53ba2
Merge branch 'stable' into beta
v1.3.0-beta4
2015-11-18 11:07:48 -08:00
Nathan Sobo
835acc298c
Merge pull request #9672 from atom/as-ns-fix-opening-from-finder
...
Fix opening multiple files from the finder in the same window
2015-11-18 11:06:02 -08:00
Nathan Sobo
7a5e34e1d2
Merge pull request #9681 from atom/mb-fix-dock-icon-click
...
Avoid using deprecated 'activate-with-no-open-windows' event
v1.2.2
2015-11-18 10:58:58 -08:00
Max Brunsfeld
75a52968d0
Avoid using deprecated 'activate-with-no-open-windows' event
...
The current shim for that event has a missing event argument
2015-11-18 10:55:40 -08:00
Nathan Sobo
c09c04669c
Coerce boolean options to booleans
...
Pairing with @as-cii
2015-11-18 10:41:07 -08:00
Thomas Johansen
1ee08be508
Merge pull request #9268 from atom/tj-electron-logging
...
Use ELECTRON_ENABLE_LOGGING instead of console.log shims
2015-11-18 18:52:00 +01:00
Thomas Johansen
ae09d687a0
Re-enable console.log via ELECTRON_ENABLE_LOGGING
2015-11-18 17:46:20 +01:00
Thomas Johansen
a8147c09a2
🔥 Remove console.log shims
2015-11-18 17:46:20 +01:00
Nathan Sobo
d0cb8e2c55
Store project directory paths as state on AtomWindow in browser process
...
Fixes #9574
Previously, we were storing the project directory paths as the
`initialPaths` key in load settings, which were accessed in the browser
process by reading the URL hash. However, this URL hash was not always
available, subjecting us to timing issues when opening multiple files
in the same folder in rapid succession.
We now store the project directory paths directly on AtomWindow
instances on creation, then RPC changes from the render process to the
browser process with a custom code path.
Shout out to :airplane::finnadie:’d @as-cii on this for pairing with me.
2015-11-17 21:00:13 -08:00
Wliu
6c811433cf
Fix executeJavaScriptInDevTools
...
The joy of Atom and Electron having identically-named functions
2015-11-17 23:11:55 -05:00
Wliu
b38e4bc928
⬆️ language-ruby@0.64.0
2015-11-17 22:55:32 -05:00
Wliu
6cd480b37e
Fix Electron deprecations
2015-11-17 21:16:09 -05:00
Wliu
91f4ab1f1c
⬆️ whitespace@0.32.1
2015-11-17 20:34:51 -05:00
Wliu
b9cd7e6890
⬆️ language-javascript@0.101.1
2015-11-17 20:21:53 -05:00
Wliu
082ebdb584
⬆️ language-ruby@0.63.0
2015-11-17 20:18:02 -05:00
Wliu
12935b4c13
⬆️ language-python@0.42.1
2015-11-17 20:15:29 -05:00
Nathan Sobo
6b877df0d9
1.3.0-beta4
2015-11-17 16:58:48 -08:00
Nathan Sobo
9537007a2a
Merge branch 'beta'
2015-11-17 16:57:33 -08:00
Nathan Sobo
e475065b45
Merge branch 'stable' into beta
2015-11-17 16:57:19 -08:00
Nathan Sobo
b0fda338dd
1.2.2
2015-11-17 16:47:36 -08:00
Nathan Sobo
668aa0532e
Merge pull request #9665 from atom/ns-fix-remove-event-listeners
...
Fix removeListener calls
2015-11-17 16:46:25 -08:00
Nathan Sobo
aa7c85ad13
Merge pull request #9664 from atom/ns-fix-package-deserializers
...
Load packages before deserializing workspace
2015-11-17 16:46:21 -08:00
Nathan Sobo
6e72ebb886
Load packages before deserializing workspace
...
This ensures that package-defined deserializers work.
2015-11-17 16:28:53 -08:00
Nathan Sobo
3b2c6afdaf
Fix removeListener calls
2015-11-17 16:23:38 -08:00
Wliu
763e2b0a6f
Merge pull request #9655 from atom/wl-update-language-javascript
...
Update language-javascript to v0.101.0
2015-11-17 17:35:06 -05:00
Nathan Sobo
45f8eae887
Merge branch 'beta'
2015-11-17 14:00:30 -08:00
Nathan Sobo
dffe63b103
1.3.0-beta3
v1.3.0-beta3
2015-11-17 11:46:47 -08:00
Nathan Sobo
8da44c4dfc
Discard highlights that end above the visible row range
...
Fixes #9628
2015-11-17 11:45:51 -08:00
Wliu
3a34a95947
✅ Update TokenizedBuffer specs
2015-11-17 12:47:14 -05:00
Wliu
049672383c
⬆️ language-javascript@0.101.0
2015-11-17 12:41:54 -05:00
Nathan Sobo
6862610e70
Merge branch 'beta'
2015-11-17 08:53:27 -08:00
Nathan Sobo
192e804c8f
Fix specs. Duh.
v1.3.0-beta2
2015-11-17 08:53:13 -08:00
Daniel Hengeveld
604eb66d0c
Merge pull request #9539 from atom/sm-file-extensions
...
Add more file extensions
2015-11-17 14:29:15 +01:00
Wliu
86e608dc56
⬇️ language-javascript@0.100.0
...
Specs need to be updated for the changes in 0.101.0
2015-11-16 21:53:57 -05:00
simurai
4ba4fe856b
⬆️ language-javascript@v0.101.0
2015-11-17 11:20:11 +09:00
simurai
9b649a3108
⬆️ welcome@v0.33.0
2015-11-17 11:08:57 +09:00
Nathan Sobo
af22a149bd
Replace getLongTitle with getUniqueTitle
2015-11-16 13:47:23 -08:00
Wliu
74c0e79986
⬆️ electron@0.35.0
2015-11-16 09:34:29 -05:00
Ivan Zuzak
cf07f44ed3
Attaching crash reports as file attachments is an option as well
2015-11-16 14:37:17 +01:00
abe33
2696f49385
🐛 Fix typo in project deserializer method
...
Addresses #9598
2015-11-16 10:06:35 +01:00
Nathan Sobo
965b3dc37f
Merge branch 'beta'
2015-11-15 23:36:40 -08:00
Nathan Sobo
baf2e24e53
⬆️ text-buffer
2015-11-15 23:36:03 -08:00
Wliu
84e18b281e
⬆️ markdown-preview@0.156.2
2015-11-15 10:54:41 -05:00