Commit Graph

31641 Commits

Author SHA1 Message Date
Michelle Tilley
107e830508 Merge pull request #14309 from atom/mkt-allow-tooltips-to-recalculate-their-positions
Recalculate Tooltip positions when their contents change
2017-04-30 08:38:58 -07:00
Michelle Tilley
211b486a6f Merge pull request #14269 from atom/mkt-upgrade-apm-to-use-async-keytar-with-libsecret
Update apm to use async keytar with libsecret
2017-04-30 08:35:46 -07:00
Antonio Scandurra
714d2bfe2c Merge pull request #14320 from atom/fb-hw-url-open
Unbreak URL handlers in Atom 1.17-beta
2017-04-28 20:53:38 +02:00
hansonw
b5eca7c429 Call PackageManager.initialize from URL handler 2017-04-28 13:22:23 -04:00
Michelle Tilley
241d758083 ⌨️ 2017-04-27 15:05:15 -07:00
Michelle Tilley
9a4234f49f Add libsecret to RedHat deps 2017-04-27 15:05:03 -07:00
Michelle Tilley
63920c2a78 🎨 2017-04-26 19:27:23 -07:00
Michelle Tilley
ca9054a4f8 👕 Fix linting errors 2017-04-26 16:01:43 -07:00
Michelle Tilley
dc6988c945 Reposition Tooltips when they mutate 2017-04-26 15:49:01 -07:00
Michelle Tilley
d56c1e292e Add Tooltip#recalculatePosition which resets the tooltip's position 2017-04-26 15:48:22 -07:00
Damien Guard
071ee3a060 Merge pull request #14287 from atom/dg-atom-win-from-wsl
Run Atom from Windows Subsystem for Linux
2017-04-25 14:51:47 -07:00
Antonio Scandurra
f4cfe7603f ⬆️ incompatible-packages 2017-04-25 17:34:14 +02:00
Michelle Tilley
dc8311d7c9 Merge pull request #14293 from atom/mkt-update-electron-1-3
Update Electron to 1.3.15
2017-04-24 20:01:09 -07:00
Michelle Tilley
81e5c15306 ⬆️ electron@1.3.15 2017-04-24 17:59:02 -07:00
Damien Guard
805d19cda8 Use uname-r instead to avoid msys2 incompatibility 2017-04-24 11:31:29 -07:00
Max Brunsfeld
f4a83b238d Merge pull request #14276 from atom/mb-fix-bundled-package-path-check
Fix bundled package path check to use path, not name
2017-04-21 11:13:41 -07:00
Max Brunsfeld
fb42ad36f0 Fix bundled package path check to use path, not name 2017-04-21 09:41:35 -07:00
Damien Guard
ed1d0ed303 Merge pull request #14271 from atom/dg-do-not-use-bundled-packages-when-unbundled
Do not treat packages in unusual locations as bundled despite name
2017-04-20 16:38:07 -07:00
Damien Guard
601aa59e7b Do not treat packages in unusual locations as bundled despite name 2017-04-20 14:44:49 -07:00
Michelle Tilley
0c32fcc573 Update builds to include libsecret 2017-04-20 09:37:21 -07:00
Michelle Tilley
9655bdf5e7 Update Linux build instructions to specify libsecret dependency 2017-04-20 09:37:09 -07:00
Michelle Tilley
8838b62737 Update Travis manifest to use libsecret 2017-04-20 09:33:34 -07:00
Michelle Tilley
388da2b60c ⬆️ atom-package-manager@1.18.0 2017-04-20 09:33:07 -07:00
Antonio Scandurra
1f31b95549 Merge pull request #14217 from edjubuh/master
Don't attempt to transpile directories
2017-04-20 11:46:44 +02:00
Damien Guard
b5c4493f57 Attempt to map /mnt/ paths for WSL on Windows 2017-04-19 23:04:23 -07:00
Max Brunsfeld
1fc23c3a4f Fix another regexp error for excluding C++ files from the app 2017-04-19 17:52:21 -07:00
Max Brunsfeld
0f3e65a9d6 ⬆️ first-mate and oniguruma again
This time with proper startup snapshotting.
2017-04-19 17:39:06 -07:00
Max Brunsfeld
e022d4fa72 Fix regexps for excluding C++ sources from the binary
Previously, a spurious '*' in these regexps would cause them to match anything in
the containing modules' src folder. This caused problems for modules like
oniguruma that have JavaScript files in the src folder.

Also, we were shipping superstring's C++ code because we forgot to add it to
the blacklist. I think it's safe to say we don't want to ship any C++ code
at all.
2017-04-19 17:36:54 -07:00
Max Brunsfeld
f0e38e3c61 ⬇️ first-mate 2017-04-19 16:24:49 -07:00
Max Brunsfeld
d55b572f24 Merge pull request #14261 from atom/mb-upgrade-first-mate-for-caching
Upgrade first-mate to take advantage of oniguruma caching
2017-04-19 16:19:06 -07:00
Max Brunsfeld
6fe79742b6 ⬆️ first-mate 2017-04-19 15:46:16 -07:00
Max Brunsfeld
8ed62687ff ⬆️ first-mate (prerelease) 2017-04-19 15:12:08 -07:00
Nathan Sobo
0d0b9a6b92 ⬆️ wrap-guide 2017-04-19 16:01:17 -06:00
Nathan Sobo
4294019a5a ⬆️ git-diff 2017-04-19 15:59:42 -06:00
Nathan Sobo
3c8ba67316 ⬆️ markdown-preview 2017-04-19 15:58:26 -06:00
Nathan Sobo
66b0ffcc3b ⬆️ go-to-line 2017-04-19 15:57:18 -06:00
Max Brunsfeld
62a222fb61 ⬆️ first-mate (prerelease) 2017-04-19 10:50:25 -07:00
Max Brunsfeld
072152e88d ⬆️ first-mate (prerelease) 2017-04-19 10:31:46 -07:00
Wliu
636df2c84c ⬆️ language-coffee-script@0.48.7 2017-04-19 13:19:58 -04:00
Wliu
83600bddb1 Merge pull request #14249 from atom/wl-update-languages
Update languages
2017-04-19 13:19:03 -04:00
Antonio Scandurra
4d1a81f2e9 ⬆️ fuzzy-finder 2017-04-19 09:11:37 +02:00
Nathan Sobo
1f3bb12a1a ⬆️ find-and-replace 2017-04-18 16:52:13 -06:00
Nathan Sobo
51abcd5e77 ⬆️ exception-reporting 2017-04-18 14:46:56 -06:00
Max Brunsfeld
643ba6e086 📝 Add types in Pane.destroyItem docs 2017-04-18 09:51:48 -07:00
Wliu
66fa05b80a ⬆️ language-mustache@0.14.1 2017-04-18 12:50:47 -04:00
Wliu
a5a14653ba ⬆️ language-json@0.19.1 2017-04-18 12:50:35 -04:00
Wliu
509041b070 ⬆️ language-sql@0.25.5 2017-04-18 12:50:15 -04:00
Wliu
de02226adf ⬆️ language-java@0.27.1 2017-04-18 12:49:56 -04:00
Wliu
cc11054796 ⬆️ language-git@0.19.1 2017-04-18 12:49:39 -04:00
Wliu
d4ad085a0f ⬆️ language-go@0.44.0 2017-04-18 12:49:21 -04:00