Commit Graph

32516 Commits

Author SHA1 Message Date
Max Brunsfeld
48abb16edb Fix exception in screenPositionForPixelPosition when content updates are pending
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-07-18 14:31:47 -07:00
Wliu
f62e0bceef ⬇️ autocomplete-css@0.16.3 2017-07-18 10:01:50 -04:00
Wliu
1186a9896c ⬆️ language-sql@0.25.8 2017-07-18 00:33:49 -04:00
Wliu
d5e3eba472 ⬆️ autocomplete-css@0.17.0 2017-07-18 00:32:24 -04:00
ungb
78efec6a49
⬆️ image-view 2017-07-17 16:43:42 -07:00
Damien Guard
e1a6854743 Merge pull request #15003 from atom/dg-create-windows-installer-after-tests
Create Windows installer after tests
2017-07-17 15:54:06 -07:00
Damien Guard
bad6325484
Actually switch over to using the new flag on AppVeyor 2017-07-17 15:13:05 -07:00
Damien Guard
dcbb72bbec
Do not dump symbols when using existing binaries. Change command switch name 2017-07-17 14:41:12 -07:00
Damien Guard
fe147ccf2e
Only dumpSymbols if rebuilding binaries during build 2017-07-17 13:00:40 -07:00
Damien Guard
3aa47eeba2 Merge pull request #15043 from atom/dg-normalize-access-keys-in-dialogs
Normalize access keys (shortcuts) on buttons in dialogs
2017-07-17 11:36:42 -07:00
Damien Guard
715576fc8b
Normalize access keys (shortcuts) on buttons in dialogs 2017-07-17 10:56:49 -07:00
Ash Wilson
1040a36a0c ⬆️ find-and-replace 2017-07-17 13:34:39 -04:00
Nathan Sobo
b16a5bd36c Merge pull request #15041 from atom/jr-npm-5.3
Use npm 5.3.0 for building Atom
2017-07-17 09:34:46 -06:00
Wliu
d61967bff4 ⬆️ language-go@0.44.2 2017-07-17 00:00:53 -04:00
Jason Rudolph
5fb82836c3
Use npm 5.3.0 for building Atom 2017-07-16 08:56:50 -04:00
Wliu
3c2fc9494d ⬆️ settings-view@0.251.2 2017-07-15 23:52:09 -04:00
Wliu
3d02234cbd ⬆️ symbols-view@0.117.0 2017-07-14 19:08:14 -04:00
Wliu
368df9ce60 Merge pull request #15008 from atom/wl-update-languages
Update languages
2017-07-14 12:47:51 -04:00
Jason Rudolph
0bd96191ed Merge pull request #15023 from atom/jr-image-view-0.62.1
⬆️ Upgrade image-view to 0.62.1
2017-07-14 10:43:47 -04:00
Jason Rudolph
1e38da6519
⬆️ image-view 2017-07-14 09:56:28 -04:00
Bryant Ung
c50f73e9f5 Merge pull request #15011 from mehcode/gutter-marker-layer-bug
Check if incoming element is non-null before attempting to append to it
2017-07-13 22:29:44 -07:00
Wliu
9b99c863e0 Add JSDoc to the mix 2017-07-14 00:14:04 -04:00
Wliu
73ee17f61a ⬆️ language-javascript@0.127.1 2017-07-13 23:40:33 -04:00
Michelle Tilley
3c69b153e5 Merge pull request #14959 from atom/mkt-updoot-github-0.3.5
⬆ github@0.3.8
2017-07-13 16:14:49 -07:00
Michelle Tilley
e365031fb2
⬆️ github@0.3.8 2017-07-13 15:19:26 -07:00
Michelle Tilley
ca7ea87476
Merge remote-tracking branch 'origin/master' into mkt-updoot-github-0.3.5 2017-07-13 15:01:29 -07:00
Michelle Tilley
19e671c181
⬆️ github@0.3.7 2017-07-13 14:35:25 -07:00
Nathan Sobo
dc73841673 Add test for null-guarding element during gutter decoration update 2017-07-13 14:37:58 -06:00
Damien Guard
cf43c03e69 Merge pull request #14997 from atom/dg-fix-reload-window-with-new-paths
Ensure window:reload doesn't forget added project folders
2017-07-13 12:33:33 -07:00
Damien Guard
54ede342f5 Merge pull request #15014 from atom/dg-build-with-npm-5.1
Use npm 5.1.0 for building Atom
2017-07-13 12:31:50 -07:00
Bryant Ung
9be492fcb3 Merge pull request #15013 from atom/as-fix-calling-editor-element-set-model
Swap underlying editor correctly when calling setModel on editor element
2017-07-13 09:59:22 -07:00
Max Brunsfeld
08e5dcf325 ⬆️ find-and-replace 2017-07-13 09:48:33 -07:00
Damien Guard
e88e0fc55c
Use npm 5.1.0 for building Atom 2017-07-13 09:22:23 -07:00
Nathan Sobo
1d42590a5b Force legacy scrollbars in text-editor-element-spec 2017-07-13 18:13:48 +02:00
Antonio Scandurra
c3f7edc104 Swap underlying editor correctly when calling setModel on editor element
Previously, when `setModel` was called, we forgot to update the pointer
to the component in the newly supplied editor. This was causing the
element to not update in response to model updates but only as a result
of focus or visibility changes. We suspect this regressed during the
rewrite of the editor rendering layer.

With this commit we will now correctly swap the element's underlying
editor by updating the component pointer on the newly supplied editor.
Also, if the element was already attached to another editor, we will
null out the component reference on it, because one instance of
`TextEditorElement` can only represent one instance of `TextEditor`.
2017-07-13 18:13:48 +02:00
Ryan Leckey
d0588cd812 Check if incoming element is non-null before attempting to append to it 2017-07-13 02:32:43 -07:00
Wliu
52bfe3eee5 ⬆️ autocomplete-css@0.16.3 2017-07-12 23:48:32 -04:00
Wliu
3dc39a73b8 ⬆️ language-python@0.45.4 2017-07-12 23:44:40 -04:00
Wliu
fc44548199 ⬆️ language-shellscript@0.25.2 2017-07-12 23:42:56 -04:00
Wliu
91d0f14686 ⬆️ language-gfm@0.90.0 2017-07-12 23:42:08 -04:00
Wliu
278c4f7106 ⬆️ language-hyperlink@0.16.2 2017-07-12 23:40:37 -04:00
Wliu
31b1550734 ⬆️ language-ruby@0.71.2 2017-07-12 23:39:21 -04:00
Wliu
1fc6bc9a02 ⬆️ language-sql@0.25.7 2017-07-12 23:37:39 -04:00
Wliu
bbbd02378f ⬆️ language-php@0.40.0 2017-07-12 23:36:06 -04:00
Wliu
6226c31a0c ⬆️ language-xml@0.35.2 2017-07-12 23:30:13 -04:00
Wliu
518d3bacea ⬆️ language-yaml@0.30.1 2017-07-12 23:29:16 -04:00
Wliu
aa641ccefb ⬆️ language-coffee-script@0.48.8 2017-07-12 23:27:56 -04:00
Wliu
2beb115843 ⬆️ language-clojure@0.22.4 2017-07-12 23:26:44 -04:00
Wliu
216d9c16de ⬆️ language-less@0.33.0 2017-07-12 23:25:28 -04:00
Wliu
b953ba2cd0 ⬆️ language-sass@0.60.0 2017-07-12 23:23:38 -04:00