Commit Graph

30859 Commits

Author SHA1 Message Date
Damien Guard
1d2331b7e9 Merge pull request #13671 from atom/dg-yardstick-win32-specs
Ensure win32 has parity with macOS for yardstick specs
2017-01-20 12:47:50 -08:00
Damien Guard
d6553ab62c
Ensure win32 has parity with macOS for yardstick specs 2017-01-20 11:36:27 -08:00
Antonio Scandurra
62d804b858 Merge pull request #13667 from atom/as-fix-ctrl-wheel-change-font-size
Fix increasing/decreasing font size via ctrl-mousewheel
2017-01-20 14:49:19 +01:00
Antonio Scandurra
1af1400911 Fix increasing/decreasing font size via ctrl-mousewheel
This regression was introduced with the removal of the shadow DOM from
`<atom-text-editor>` elements. Previously we were relying on Chrome
always reporting `<atom-text-editor>` as the mousewheel `event.target`.
As a result, removing the shadow boundary caused the mousewheel event to
be potentially dispatched from anywhere inside the editor element,
making our previous logic for handling ctrl-mousewheel invalid. This
commit fixes it by recognizing mousewheel events that are dispatched
from within an editor.
2017-01-20 13:53:49 +01:00
simurai
8154510383 ⬆️ notifications@v0.66.2 2017-01-20 21:19:25 +09:00
Antonio Scandurra
093cc8d584 ⬆️ markdown-preview 2017-01-20 11:24:30 +01:00
Damien Guard
afe7f9a1fa
Revert unintentional commit to lines-yardstick-spec.coffee 2017-01-19 23:32:02 -08:00
Damien Guard
d50b56b6a1
Add title for proxy settings config 2017-01-19 18:55:04 -08:00
Damien Guard
30b53d5991
🎨@ 2017-01-19 15:59:29 -08:00
Damien Guard
9db39a6bfd Merge pull request #13662 from atom/dg-delayed-start-buffered-process
Allow a BufferedProcess to be manually started
2017-01-19 15:07:04 -08:00
Damien Guard
6dd6f171c2
Allow a bufferdprocess to be manually started 2017-01-19 13:30:39 -08:00
Nathan Sobo
5561b54a01 Merge pull request #13644 from atom/io-state-connected-flag
Check whether state store is connected when prompting to save files
2017-01-19 12:29:15 -07:00
Damien Guard
0e7400d55c
⬆️ language-csharp 2017-01-19 08:42:22 -08:00
Wliu
56f476a65d Merge pull request #13661 from pietro909/update-README-build-macos
Fix broken link for macOS.
2017-01-19 11:03:48 -05:00
Pietro Grandi
3f3832174e Fix broken link for macOS. 2017-01-19 16:27:32 +01:00
Antonio Scandurra
d23deb5ff7 ⬆️ status-bar to fix the build 2017-01-19 15:06:00 +01:00
Antonio Scandurra
c7aa27622c ⬆️ keybinding-resolver 2017-01-19 14:23:06 +01:00
Antonio Scandurra
e2234470fa ⬆️ package-generator 2017-01-19 14:21:36 +01:00
Antonio Scandurra
4162987dce ⬆️ git-diff 2017-01-19 13:59:47 +01:00
Antonio Scandurra
f26b600a8d ⬆️ status-bar 2017-01-19 13:57:47 +01:00
Antonio Scandurra
9596887445 ⬆️ line-ending-selector 2017-01-19 13:56:36 +01:00
Antonio Scandurra
31689d3b51 ⬆️ grammar-selector 2017-01-19 13:56:03 +01:00
Antonio Scandurra
376971499e ⬆️ go-to-line 2017-01-19 13:55:27 +01:00
Antonio Scandurra
2e1b9a1245 ⬆️ encoding-selector 2017-01-19 13:54:41 +01:00
Antonio Scandurra
a8ef16cc16 ⬆️ deprecation-cop 2017-01-19 13:54:02 +01:00
Antonio Scandurra
01acc8862e ⬆️ command-palette 2017-01-19 13:53:05 +01:00
Antonio Scandurra
ec88d6709d ⬆️ bookmarks 2017-01-19 13:52:23 +01:00
Antonio Scandurra
1d13f45277 ⬆️ styleguide 2017-01-19 13:50:54 +01:00
Antonio Scandurra
3ac76374f8 Merge pull request #13573 from atom/as-remove-i686-rpm-dependency
Install only the 64 bit version of libXss.so.1
2017-01-19 13:49:01 +01:00
Ian Olsen
d2b97e1043 Merge branch 'master' into io-state-connected-flag 2017-01-18 16:16:21 -08:00
Ian Olsen
66ae68828e Make stateStore.isConnected a method 2017-01-18 15:57:35 -08:00
Nathan Sobo
3aa773b700 Merge pull request #13654 from atom/ns-increase-max-listeners
Increase max listener limit on ipcRenderer
2017-01-18 13:28:51 -07:00
Damien Guard
494c042915 Merge pull request #13652 from torn4dom4n/master
Update build status
2017-01-18 11:22:46 -08:00
Nathan Sobo
d0c2ffbbc9 Merge pull request #13606 from atom/mb-ns-expose-package-errors-in-test-mode
Re-throw package activation exceptions in test mode
2017-01-18 11:46:44 -07:00
Nathan Sobo
a4dc088ceb Increase max listener limit on ipcRenderer
We deliberately assign more than 10 listeners on the method response
channel.
2017-01-18 11:34:59 -07:00
Damien Guard
634c65a791
⬆️ exception-reporting 2017-01-18 10:03:06 -08:00
Nathan Sobo
40906fe76f ⬆️ atom-keymap 2017-01-18 10:47:38 -07:00
Nathan Sobo
0410ac9e8f Fix uncaught exceptions in ThemeManager specs 2017-01-18 10:19:25 -07:00
Nathan Sobo
4ef2924f55 Fix exceptions activating invalid packages in tests 2017-01-18 10:19:25 -07:00
Nathan Sobo
a433a84ab5 Fix describe block indentation 2017-01-18 10:19:25 -07:00
Max Brunsfeld
a57b627a58 Re-throw package activation exceptions in test mode 2017-01-18 10:19:25 -07:00
Long Nhat Nguyen
1cfcec2b72 Rename macos.md to macOS.md 2017-01-18 23:22:45 +07:00
Long Nhat Nguyen
57d70438c7 📝 Add Superstring Core
[ci skip]
2017-01-18 23:20:43 +07:00
Nathan Sobo
e4a218ff45 ⬆️ text-buffer 2017-01-17 17:40:58 -07:00
Ian Olsen
64f53ee2db Check whether state store is connected when prompting to save files 2017-01-17 16:15:12 -08:00
Nathan Sobo
682532c307 ⬆️ text-buffer
Closes #4619
2017-01-17 15:54:32 -07:00
Damien Guard
5568bd1a06 Merge pull request #13600 from atom/dg-setting-to-apply-proxies-to-apm
Setting for settings-view to apply Chromium proxies to apm via env vars
2017-01-17 11:08:35 -08:00
Damien Guard
96111f47e9 ⬆️ apm 2017-01-14 18:43:12 -08:00
Damien Guard
623caaf85d Merge pull request #13605 from atom/dg-correct-portable-path-windows
Correct the portable path location on Windows
2017-01-14 09:35:27 -08:00
Damien Guard
090bbf9e77
Fix spec for path 2017-01-14 09:04:49 -08:00