Commit Graph

36504 Commits

Author SHA1 Message Date
Ash Wilson
3ee3641525 Merge pull request #19247 from atom/aw/drag-and-drop
Always use target window for drag-and-drop
2019-05-01 12:44:43 -04:00
Jason Rudolph
4d7f7dea41 Merge pull request #19243 from atom/no-junit-xml-on-appveyor
Avoid AppVeyor build failures due to problem uploading JUnit XML
2019-05-01 10:38:41 -04:00
Rafael Oleza
0132e1e963 Merge pull request #19242 from atom/use-async-randombytes
Use async randomBytes API to speedup Windows startup
2019-05-01 15:43:43 +02:00
Ash Wilson
e2d5143b53 Use the "here" option to open for drag-and-drop 2019-05-01 09:05:46 -04:00
Ash Wilson
61377b843c Support a "here" option in the "open" IPC message handler 2019-05-01 09:02:02 -04:00
Jason Rudolph
6e66198f30 Remove use of JUnit XML output on AppVeyor 2019-04-30 13:43:44 -04:00
Rafael Oleza
2b6d70a525 Avoid using randomBytes() when encrypting options
This way we avoid delaying the opening of a project when reusing an
existing Atom window.
2019-04-30 19:16:05 +02:00
Rafael Oleza
3fcdcde74d Use async randomBytes API to speedup Windows startup 2019-04-30 19:14:54 +02:00
Rafael Oleza
2a7ddf0d22 Merge pull request #19234 from atom/improve-flaky-test
Disable external events from workspaceElement test
2019-04-30 11:01:55 +02:00
Rafael Oleza
7e4dfa9417 Merge pull request #13760 from atom/wl-open-empty-editor-as-pending
Open empty editor as a pending pane item
2019-04-29 15:54:25 +02:00
Rafael Oleza
4e2e820a6c Disable external events from workspaceElement test 2019-04-29 15:09:23 +02:00
Rafael Oleza
0219306c87 Merge pull request #19233 from atom/upgrade-node-spellchecker
⬆️ spell-check@0.74.5
2019-04-29 15:09:04 +02:00
Rafael Oleza
ffd5ea6556 ⬆️ spell-check@0.74.5 2019-04-29 13:30:43 +02:00
Ash Wilson
bac771e1ff Merge pull request #19231 from atom/aw/no-focus-dev-mode
Skip dev mode windows when choosing an existing window for an open action
2019-04-28 20:32:21 -04:00
Ash Wilson
896ebfd97d Skip spec windows when finding an existing window to open paths 2019-04-28 17:22:14 -04:00
Ash Wilson
e368d78d27 Main process test for dev mode and benchmark windows 2019-04-28 17:21:37 -04:00
Rafael Oleza
dffe455668 Merge pull request #19224 from atom/wl-update-tree-view
Update tree-view to 0.227.0
2019-04-27 22:08:41 +02:00
Rafael Oleza
4fe8dbfe08 Merge pull request #18705 from UziTech/autoFocus-element
Enable autoFocus option to accept an element to focus on pane creation
2019-04-27 22:05:32 +02:00
Rafael Oleza
5d90758753 Merge pull request #19227 from atom/upgrade-snippets
⬆️ snippets@1.5.0
2019-04-27 22:05:01 +02:00
Rafael Oleza
d846bd5e87 Merge pull request #19074 from rafeca/upgrade-underscore-plus
⬆️ underscore-plus@1.7.0
2019-04-27 19:13:00 +02:00
Rafael Oleza
aa5d73d565 ⬆️ snippets@1.5.0 2019-04-27 19:10:06 +02:00
Winston Liu
dbb6c7b1b6 Merge branch 'master' into wl-open-empty-editor-as-pending 2019-04-27 00:25:00 -04:00
Winston Liu
4ef76983d0 ⬆️ tree-view@0.227.0 2019-04-26 18:43:14 -04:00
Rafael Oleza
41d934fc02 Merge pull request #19192 from vinkla/reset-font-size
Fix reset-font-size
2019-04-26 23:47:56 +02:00
Rafael Oleza
165a297d31 Merge branch 'master' into autoFocus-element 2019-04-26 20:23:09 +02:00
Rafael Oleza
cdb5ac98ca Merge pull request #19208 from abetomo/remove_sudo_setting_from_travis
Remove sudo settings from .travis.yml
2019-04-26 18:37:57 +02:00
Rafael Oleza
1622420190 Merge pull request #19218 from atom/upgrade-first-mate
⬆️ first-mate@7.3.0
2019-04-26 18:36:01 +02:00
Rafael Oleza
b8d97bc12b ⬆️ first-mate@7.3.0 2019-04-26 17:33:10 +02:00
Rafael Oleza
28e8099953 Merge pull request #18659 from oggy/reversed-docs
Document the reversed option to Selection.setBufferRange
2019-04-26 17:01:56 +02:00
Rafael Oleza
1a767bcc60 Merge pull request #19206 from atom/focus-on-activate
Set the panel flag as focused when activate() is called
2019-04-25 18:03:27 +02:00
Rafael Oleza
436b7697ba Merge pull request #19209 from atom/upgrade-markdown-preview
⬆️ markdown-preview@0.160.0
2019-04-25 18:02:44 +02:00
Rafael Oleza
682fa45e36 Ignore some non-essential packages from the startup script 2019-04-25 18:00:44 +02:00
Rafael Oleza
a7d6ff7632 ⬆️ markdown-preview@0.160.0 2019-04-25 18:00:44 +02:00
Rafael Oleza
44ffb47b6b Merge pull request #19211 from atom/upgrade-electron-link
⬆️ electron-link@0.4.0
2019-04-25 17:55:48 +02:00
Rafael Oleza
4ceebe8a98 ⬆️ electron-link@0.4.0 2019-04-25 16:47:29 +02:00
abetomo
5db8e5eba2 Remove sudo settings from .travis.yml
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2019-04-25 09:57:09 +09:00
Ash Wilson
286a110ef4 Merge pull request #19207 from atom/aw/versioned-application-state
Only store directories in serialized application state
2019-04-24 17:22:10 -04:00
Ash Wilson
c8beb6ffab Open loaded window options *first* 2019-04-24 15:22:32 -04:00
Ash Wilson
2988226370 Set {newWindow: true} for options recovered from application.json 2019-04-24 15:22:03 -04:00
Ash Wilson
a53addbf78 Update AtomWindow::projectRoots synchronously on openLocations() 2019-04-24 15:04:59 -04:00
Ash Wilson
f1e0843473 Don't report missing project folder errors twice 2019-04-24 11:34:36 -04:00
Ash Wilson
2b1aaa7a13 Save application state with a version-tagged schema
Load application state from the current or previous application.json 
schema. Filter out file paths when loading old state.
2019-04-24 10:18:47 -04:00
Ash Wilson
f4be123137 Test a new application.json schema and our handling of the old one 2019-04-24 10:17:20 -04:00
Rafael Oleza
3f917210e1 Set the panel flag as focused when activate() is called 2019-04-24 13:19:25 +02:00
Ash Wilson
a0e9bb785f Merge pull request #19203 from atom/aw/reopen-projects
"Reopen projects" in a new window
2019-04-23 17:35:13 -04:00
Jason Rudolph
9747f747c6 Update src/main-process/atom-application.js
Co-Authored-By: smashwilson <smashwilson@github.com>
2019-04-23 16:37:03 -04:00
Ash Wilson
68af9d1565 Use open-chosen-xyz commands instead of open-command with a parameter 2019-04-23 11:53:49 -04:00
Ash Wilson
8a933d879c Document why 'open-file' is there 2019-04-23 11:53:25 -04:00
Ash Wilson
405304d449 🎨 formatting tweak 2019-04-23 11:19:01 -04:00
Ash Wilson
213f3b28b3 Rework and test IPC events that create windows 2019-04-23 11:18:53 -04:00