Commit Graph

32536 Commits

Author SHA1 Message Date
Antonio Scandurra
7ef498d53c Merge pull request #14693 from atom/as-ns-fix-overlay-resize-observers
Skip overlay resize events when we already measured at the current size
2017-06-01 14:44:48 +02:00
Antonio Scandurra
23e26da2fb Skip overlay resize events when we already measured at the current size
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-06-01 14:44:06 +02:00
simurai
c1534d7d2d Use .icon class for atomicons 2017-06-01 20:57:57 +09:00
Nathan Sobo
2372227b00 Fix specs on macOS when "Show scroll bars" option isn't "always" 2017-06-01 12:01:11 +02:00
simurai
d9337a453a Capitalize font name 2017-06-01 17:19:45 +09:00
Antonio Scandurra
44a442c08a Merge pull request #14686 from atom/as-ns-prevent-browser-autoscroll
Try a different approach for preventing autoscroll to off-screen input
2017-06-01 10:17:22 +02:00
simurai
bae7b6c0de Update refined icons
Now they should snap to whole pixels
2017-06-01 14:22:46 +09:00
Damien Guard
7c681905bd
Add keyb accelerators to file change & window state dialogs. Fixes #2928 2017-05-31 20:04:11 -07:00
Max Brunsfeld
756f2ec679 ⬆️ text-buffer (prerelease) 2017-05-31 17:46:26 -07:00
Max Brunsfeld
dc320181fc Fix handling of .save and .saveAs rejections
* Make Pane.close, Pane.saveActiveItem, and Pane.saveActiveItemAs async.
* Refactor the logic for prompting to save on window unload
2017-05-31 17:46:04 -07:00
Jason Rudolph
05efc143ed
Add Workspace::observeActiveTextEditor() 2017-05-31 16:17:54 -04:00
Jason Rudolph
cf50625cc6
Teach Workspace::getActiveTextEditor() to get item from center 2017-05-31 14:32:20 -04:00
Jason Rudolph
61a52d49aa
Allow text editors in the workspace center, but not in docks 2017-05-31 14:06:46 -04:00
Jason Rudolph
cd24e820f5
💚 Fix linter failure 2017-05-31 13:13:09 -04:00
Max Brunsfeld
798bbfcae8 ⬆️ text-buffer (prerelease) 2017-05-31 09:41:32 -07:00
Jason Rudolph
8cae9a1365
🎨 Refactor: Extract getVisiblePanes() function 2017-05-31 12:01:10 -04:00
Jason Rudolph
0e3dfc3ba1
🎨 Refactor: Extract getVisiblePaneContainers() function 2017-05-31 11:57:57 -04:00
Jason Rudolph
fc007edddd
🎨 Refactor initialization of visiblePaneContainers
xref: https://github.com/atom/atom/pull/14640#discussion_r119169281
2017-05-31 11:53:05 -04:00
Jason Rudolph
4c9acf00b3
🎨 Nobody's getting paid by lines of code
xref: https://github.com/atom/atom/pull/14640#pullrequestreview-41023656
2017-05-31 11:51:17 -04:00
Antonio Scandurra
028b4c9082 Try a different approach for preventing autoscroll to off-screen input
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-05-31 16:43:08 +02:00
simurai
60c1b85ede ⬆️ one-dark/light-ui@v1.10.5 2017-05-31 11:06:09 +09:00
Michelle Tilley
a8593c57a5 Merge pull request #13691 from atom/wl-build-on-node-7
Allow building on Node 7+
2017-05-30 18:17:07 -07:00
Michelle Tilley
1f56e068cd
Update docs and checks for Node 6 2017-05-30 17:08:12 -07:00
Michelle Tilley
93b742700c
Revert to Node 6 on CI 2017-05-30 17:04:11 -07:00
Max Brunsfeld
dd0aa94212 ⬆️ text-buffer (prerelease) 2017-05-30 16:12:43 -07:00
Wliu
7a93e9d8c4 👕 2017-05-30 15:42:16 -04:00
Wliu
16be073c91 Merge branch 'master' into wl-build-on-node-7 2017-05-30 15:40:02 -04:00
Max Brunsfeld
912b6db5d5 Merge branch 'master' into mb-use-native-text-buffer 2017-05-30 11:35:49 -07:00
Ash Wilson
58313f6abd
⬆️ welcome to 0.36.4 2017-05-30 14:33:25 -04:00
Ash Wilson
0e90ba820b
⬆️ github to 0.3.0 2017-05-30 14:32:54 -04:00
Max Brunsfeld
d4c05e5956 Merge branch 'master' into mb-use-native-text-buffer 2017-05-30 10:25:54 -07:00
Wliu
1397221678 📝 Fix image not displaying 2017-05-30 00:49:26 -04:00
simurai
d4ff85f486 Add Atomicons 2017-05-27 18:09:48 +09:00
Jason Rudolph
a49203504c
🐛 Add missing onDidAddTextEditor method to WorkspaceCenter
WorkspaceCenter's observeTextEditors method calls
this.onDidAddTextEditor, but WorkspaceCenter didn't have an
onDidAddTextEditor method. This commit adds a test for
observeTextEditors and it adds the missing onDidAddTextEditor method to
make the test pass.
2017-05-25 17:24:07 -04:00
Jason Rudolph
92d0f60e6c
🐛 Add missing onDidAddTextEditor method to Dock
Dock's observeTextEditors() method calls this.onDidAddTextEditor(), but
Dock didn't have an onDidAddTextEditor method. 🙀

Dock's observeTextEditors() method also calls this.getTextEditors(), and
Dock's getTextEditors() method calls
this.paneContainer.getTextEditors(), but there is no getTextEditors()
method on this.paneContainer. 🙈

This commit adds a test for observeTextEditors, and it adds the missing
onDidAddTextEditor method, and it fixes the getTextEditors method to
make the new test pass.
2017-05-25 17:24:06 -04:00
Lee Dohm
c78ffa2e82 Merge pull request #14643 from atom/nobody-learned-us-gooder-than-you-mrs-thomas
📝 Update and clean up CONTRIBUTING guide
2017-05-25 14:01:26 -07:00
Lee Dohm
70e3501427
📝 Update and clean up CONTRIBUTING guide 2017-05-25 13:05:21 -07:00
Lee Dohm
0b0a72af84
⬆️ find-and-replace@0.208.3 2017-05-25 10:30:19 -07:00
Ash Wilson
8ac0d1dc6d
⬆️ background-tips 2017-05-25 11:17:15 -04:00
Jason Rudolph
e3c612b261
🔥 Remove unnecessary require 2017-05-25 09:02:32 -04:00
Jason Rudolph
81b05023db
Refactor: Move directional pane fns to WorkspaceElement 2017-05-25 08:51:22 -04:00
Wliu
7cfcdadbfb ⬆️ first-mate@7.0.7 2017-05-24 22:27:29 -04:00
Wliu
693f9fa56b Merge pull request #14634 from atom/wl-update-languages
Update languages
2017-05-24 21:26:24 -04:00
Wliu
575820e96f ⬆️ language-c@0.58.1 2017-05-24 20:24:03 -04:00
Wliu
2d04db836c ⬆️ language-text@0.7.3 2017-05-24 19:05:48 -04:00
Wliu
a57d9ec95a ⬆️ language-python@0.45.3 2017-05-24 19:05:20 -04:00
Wliu
468b9d66a2 ⬆️ language-sql@0.25.6 2017-05-24 19:04:34 -04:00
Wliu
613e35e334 ⬆️ language-hgtml@0.47.3 2017-05-24 19:03:58 -04:00
Wliu
a4aa46b0b4 ⬆️ language-go@0.44.1 2017-05-24 19:03:15 -04:00
Wliu
e507964a5b ⬆️ language-java@0.27.2 2017-05-24 19:02:35 -04:00