Ian Olsen
d42326ea09
first guess
2017-08-29 14:00:26 -07:00
Ian Olsen
433bc6d874
baseline from Paul's changes
2017-08-29 13:33:09 -07:00
Linus Eriksson
e81678ad32
⬆️ tree-view@0.217.8
2017-08-29 22:11:56 +02:00
Hubot
44e306c325
1.22.0-dev
2017-08-29 14:26:43 -05:00
Lee Dohm
64d9aaa970
🔥 inaccurate comment
...
Thanks @arcanemagus ... https://github.com/atom/atom/pull/15492#pullrequestreview-59336015
2017-08-29 11:24:26 -07:00
Lee Dohm
3dfd94c061
Merge pull request #15492 from atom/reduce-stale-window
...
Shrink probot-stale window to one year and close in two weeks
2017-08-29 11:20:32 -07:00
Lee Dohm
a6063b01e3
Shrink stale window to one year and close in two weeks
2017-08-29 11:01:28 -07:00
Max Brunsfeld
bd9570b165
Merge pull request #15446 from atom/mb-remove-runas
...
Use fs-admin instead of runas
2017-08-29 10:14:42 -07:00
Nathan Sobo
d016b09fb4
Merge pull request #15383 from atom/fb-wb-command-meta
...
[Commands] Add support for rich listener objects with first-class metadata
2017-08-29 09:54:41 -06:00
Antonio Scandurra
76e2e03139
Always honor scroll intent on mousewheel
...
This commit introduces a change in the way we respond to mousewheel
events. In particular, if `delta * scrollSensitivity` is less than 1 or
greater than -1, we will round it up or down in an attempt to honor the
user's scroll intent.
2017-08-29 13:39:11 +02:00
Antonio Scandurra
b486e3edda
Move highlight decorations outside of tiles
...
As a consequence of https://github.com/atom/atom/pull/15378 , we are now
able to render highlight decorations in a separate div, as opposed to
having an highlight container for each tile.
Code-wise this is much simpler, because highlights spanning multiple
tiles can be represented via a single region and don't need to be split
across the tiles they span anymore. As a byproduct, performance should
improve as well, because the number of nodes that need to be managed
should decrease significantly.
This also fixes https://github.com/atom/atom/issues/15449 , and other
similar rendering artifacts, because highlight decoration DOM nodes
won't need to move between tiles anymore when their position changes.
2017-08-29 11:44:07 +02:00
Wliu
90f872ae1c
⬆️ language-yaml@0.30.2
2017-08-28 23:04:21 -04:00
simurai
b7a1443499
Merge pull request #14998 from atom/sm-dock-button-rendering
...
Fix dock button rendering issue
2017-08-29 10:01:21 +09:00
Will Binns-Smith
b7c328fd59
Clean up docs and comment wording
2017-08-28 14:49:54 -07:00
Wliu
8870cd97ee
Merge pull request #15475 from atom/wl-update-autocompletions
...
Update autocompletions
2017-08-28 17:48:56 -04:00
Wliu
1acdd4acce
Merge pull request #15474 from atom/wl-update-languages
...
Update languages
2017-08-28 17:48:48 -04:00
Wliu
7e622e0898
⬆️ autocomplete-html@0.8.1
2017-08-28 16:25:33 -04:00
Wliu
bddfe8913b
⬆️ autocomplete-atom-api@0.10.3
2017-08-28 16:23:22 -04:00
Wliu
f93bb3be62
⬆️ autocomplete-css@0.17.3
2017-08-28 16:20:25 -04:00
Wliu
22d39fbafb
⬆️ language-html@0.47.4
2017-08-28 16:13:14 -04:00
Wliu
4ace4eb7a0
⬆️ language-sass@0.61.1
2017-08-28 16:12:36 -04:00
Wliu
d3fe273f9a
⬆️ language-shellscript@0.25.3
2017-08-28 16:11:59 -04:00
Wliu
1982a9ab4b
⬆️ language-java@0.27.4
2017-08-28 16:11:08 -04:00
Wliu
8945c781ab
⬆️ language-javascript@0.127.3
2017-08-28 16:10:30 -04:00
Wliu
93dbfdbe99
⬆️ language-gfm@0.90.1
2017-08-28 16:10:17 -04:00
Wliu
2e1bf0717b
⬆️ language-css@0.42.5
2017-08-28 16:09:59 -04:00
Jason Rudolph
425a48bd28
Merge pull request #15438 from atom/b3-dont-move-undefined
...
Don't attempt to move undefined items when splitting panes
2017-08-28 15:56:22 -04:00
Katrina Uychaco
494cb7ea4b
WIP Add test for ensuring that set/unset operations take place after load
2017-08-25 20:32:17 -07:00
Katrina Uychaco
a0766d9b69
Ensure set/unset operations take place after user's config is loaded
2017-08-25 20:29:07 -07:00
Katrina Uychaco
b494d0fb9e
WIP don't overwrite config file if it exists
...
Depends on https://github.com/atom/season/pull/22
2017-08-25 20:27:53 -07:00
Katrina Uychaco
1dc5dec816
WIP fix broken tests
2017-08-25 19:58:51 -07:00
simurai
4cef36e566
⬆️ one-dark/light-ui@v1.10.8
2017-08-26 10:21:43 +09:00
Max Brunsfeld
c8303d6391
Replace runas with fs-admin in CommandInstaller
...
Also, convert CommandInstaller to JavaScript.
2017-08-25 15:46:43 -07:00
Max Brunsfeld
514952614e
Replace runas with fs-admin in install-application script
2017-08-25 14:18:26 -07:00
Max Brunsfeld
b546a97531
⬆️ text-buffer
2017-08-25 12:05:57 -07:00
simurai
80ce237348
Merge pull request #14711 from atom/sm-native-tabs
...
Native tabs on macOS
2017-08-25 09:11:13 +09:00
Max Brunsfeld
125d642eaa
⬆️ pathwatcher
2017-08-24 15:14:43 -07:00
Nathan Sobo
dfe411a1d0
Merge pull request #15420 from atom/as-ns-simplify-line-node-lookup
...
Simplify line node lookup
2017-08-24 14:49:48 -06:00
Max Brunsfeld
07855f99d7
⬆️ text-buffer
2017-08-24 13:13:58 -07:00
Max Brunsfeld
d5d7883012
⬆️ text-buffer for pathwatcher crash fix
2017-08-24 09:40:04 -07:00
Jason Rudolph
4761f36eab
Merge pull request #15433 from atom/b3-fix-split-specs
...
Fix so all directions are tested in the specs for moveActiveDirection
2017-08-24 11:53:17 -04:00
Linus Eriksson
27f17318d7
Don't attempt to move undefined items when splitting panes
2017-08-24 16:15:06 +02:00
Linus Eriksson
58faf475c9
Fix so all directions are tested in the specs
2017-08-24 14:49:48 +02:00
simurai
915e886711
Merge branch 'master' into sm-native-tabs
2017-08-24 13:52:52 +09:00
Katrina Uychaco
7c3fe7dba4
Replace pathwatcher w/ bundled watcher to catch created & rename events
2017-08-23 17:43:47 -07:00
Nathan Sobo
236d9011c8
⬆️ notifications to revert metadata inclusion
2017-08-23 16:45:52 -06:00
Nathan Sobo
2fdf56f8df
⬆️ find-and-replace to revert autocomplete for now
2017-08-23 16:39:50 -06:00
Max Brunsfeld
44566ab2f2
⬆️ text-buffer
2017-08-23 14:26:59 -07:00
Will Binns-Smith
2ac1d54557
handleEvent -> onDidDispatch
2017-08-23 13:27:16 -07:00
Max Brunsfeld
e8fd9dcfc0
⬆️ text-buffer
2017-08-23 13:02:26 -07:00