Commit Graph

33684 Commits

Author SHA1 Message Date
Linus Eriksson
77c685a1b7 Use wheelDelta instead of delta
In Atom 1.19 we changed the scroll handler to use deltaX and deltaY
instead of wheelDeltaX/wheelDeltaY. wheelDelta is larger so this caused
the scrolling speed to slow down. This change in speed was especially
noticable on Linux
2017-11-06 22:50:53 +01:00
Max Brunsfeld
42657780d5 Merge pull request #16111 from atom/mb-fix-flaky-git-repo-specs
Fix flakiness in (and decaffeinate) GitRepository tests
2017-11-06 11:18:52 -08:00
Max Brunsfeld
6e0b629389 Use async and await in git-repository-spec 2017-11-06 10:57:46 -08:00
Max Brunsfeld
275fb0eb36 Convert GitRepository spec to JS 2017-11-06 10:25:31 -08:00
Max Brunsfeld
85f8b13a62 🎨 clean up git-repository.js 2017-11-06 09:45:43 -08:00
Wliu
05fc82cb86 ⬆️ status-bar@1.8.15 2017-11-06 15:30:25 +01:00
Jason Rudolph
935c63932f Merge pull request #16090 from atom/decaf-token-iterator
 Decaffeinate TokenIterator
2017-11-06 09:25:10 -05:00
Wliu
3f264fa2b0 ⬆️ styleguide@0.49.9 2017-11-06 10:24:57 +01:00
Wliu
4fd0345e84 ⬆️ timecop@0.36.2 2017-11-05 02:49:56 +01:00
Wliu
d89a816262 ⬆️ timecop@0.36.1 2017-11-04 20:44:30 +01:00
Jason Rudolph
761fa46863 Merge pull request #16073 from atom/decaf-theme-manager-spec
 Decaffeinate spec/theme-manager-spec.coffee
2017-11-04 08:29:12 -04:00
Katrina Uychaco
ead3fdb462 ⬆️ github@0.8.1 2017-11-03 15:36:46 -07:00
Hubot
6465f54bcd 1.24.0-dev 2017-11-03 10:57:02 -05:00
Nathan Sobo
5dd5b29ca9 ⬆️ fuzzy-finder 2017-11-03 09:28:59 -06:00
Nathan Sobo
b7504a2a72 ⬆️ tree-view 2017-11-03 06:17:07 -06:00
Jason Rudolph
7b5837afb8 Decaffeinate spec/token-iterator-spec.coffee 2017-11-03 07:53:28 -04:00
Jason Rudolph
1ee1c6c30e Decaffeinate src/token-iterator.coffee 2017-11-03 07:49:32 -04:00
Michelle Tilley
a3bb0bbb44 Merge pull request #15935 from atom/mkt-core-uri-handlers
Add core URI handlers
2017-11-02 18:40:00 -07:00
Ash Wilson
809a2d6348 Merge pull request #16080 from atom/fb-hw-directory-watcher
Allow directory providers to implement a custom onDidChangeFiles
2017-11-02 18:30:59 -07:00
Michelle Tilley
0267829211 Change the way we test this 2017-11-02 16:45:52 -07:00
Michelle Tilley
fba5fbc42d Merge remote-tracking branch 'origin/master' into mkt-core-uri-handlers 2017-11-02 16:30:29 -07:00
Michelle Tilley
07ac7041d9 ⬆️ settings-view@0.253.0 2017-11-02 16:19:19 -07:00
Michelle Tilley
99bef8e7d1 More debugging 2017-11-02 16:09:57 -07:00
Michelle Tilley
444597c845 Let's add some debugging 2017-11-02 15:49:06 -07:00
Nathan Sobo
3a758eeb8d Merge pull request #16083 from atom/resize-overlay-bug
Judge resize of overlay by contentRect changing
2017-11-02 16:33:09 -06:00
Michelle Tilley
178756b62a update test 2017-11-02 15:27:59 -07:00
Nathan Sobo
667634191e Document hiddenInCommandPalette option in atom.commands.add 2017-11-02 16:15:45 -06:00
Michelle Tilley
ada75ed1dd Fix bug in test 2017-11-02 14:45:14 -07:00
Justin Ratner
7639afe684 Judge resize of overlay by contentRect changing 2017-11-02 15:13:49 -06:00
Michelle Tilley
668397c1d0 Fix flaky test 2017-11-02 14:11:52 -07:00
Nathan Sobo
d0587a0b60 Merge pull request #16075 from atom/fix-select-word
Fix select-word command between word and non-word chararacters
2017-11-02 14:41:39 -06:00
Michelle Tilley
db0fd527ce Add test for core URI handler window-selection logic 2017-11-02 13:35:29 -07:00
Wliu
76ac08c49c ⬆️ open-on-github@1.3.0 2017-11-02 20:40:23 +01:00
hansonw
303cf30b51 Allow directory providers to implement onDidChangeFiles for custom pathwatchers 2017-11-02 11:43:33 -07:00
Michelle Tilley
cbf2d24d9e ⌨️ fix typo 2017-11-02 11:31:06 -07:00
Nathan Sobo
3d3042baf2 ⬆️ command-palette 2017-11-02 12:18:46 -06:00
Max Brunsfeld
5f4d955cb1 Merge pull request #16076 from atom/mb-convert-selection-to-js
Convert Selection from CoffeeScript to JavaScript
2017-11-02 10:40:04 -07:00
Max Brunsfeld
3b6f98b446 Fix lint errors 2017-11-02 09:48:00 -07:00
Max Brunsfeld
99f90af427 Convert Selection spec to JS 2017-11-02 09:48:00 -07:00
Max Brunsfeld
4ce351d0f3 Convert Selection to JS 2017-11-02 09:22:58 -07:00
Nathan Sobo
1e9753d8a5 Fix select-word command between word and non-word chararacters
In #15776, we accidentally stopped passing an option to the wordRegExp
method that caused us to prefer word characters when selecting words at
a boundary between word and non-word characters.
2017-11-02 10:22:22 -06:00
Jason Rudolph
7054eefe1d Decaffeinate spec/theme-manager-spec.coffee 2017-11-02 09:20:08 -04:00
Max Brunsfeld
6277459691 Merge pull request #16066 from atom/mb-decaffeinate-text-editor
Convert TextEditor class to JS
2017-11-01 22:25:44 -07:00
Max Brunsfeld
9540d3f33e ⬆️ whitespace, snippets 2017-11-01 21:42:34 -07:00
Max Brunsfeld
7f48c140ba ⬆️ tabs for spec fix 2017-11-01 17:37:36 -07:00
Max Brunsfeld
d5445db784 ⬆️ text-buffer 2017-11-01 17:00:00 -07:00
Max Brunsfeld
96e6b3a2ce Fix error in .getLongTitle when editor isn't in the workspace 2017-11-01 16:51:01 -07:00
Wliu
ff684925da Merge pull request #16067 from royGil/master
Remove duplicate variable declaration
2017-11-02 00:45:05 +01:00
Roy Giladi
887975c403 Remove duplicate variable declaration
Hey, just noticed that "Project" has already been declared on line 36
2017-11-02 01:33:39 +02:00
Nathan Sobo
b7cf68eeed Merge pull request #16065 from atom/fix-nsfw-require
Actually require @atom/nsfw dependency in path-watcher.js
2017-11-01 17:19:04 -06:00