Commit Graph

36480 Commits

Author SHA1 Message Date
Winston Liu
92d5459402 👕 2019-05-03 01:20:01 -04:00
Winston Liu
fecc16f3f7 Figure this exception out 2019-05-03 01:05:33 -04:00
Winston Liu
fb4ec85722 Can we directly require BrowserWindow? 2019-05-02 18:27:46 -04:00
Winston Liu
881b9cc548 Try to get Azure Devops to run 2019-05-02 16:41:56 -04:00
Winston Liu
1f1218c5df More debugging 2019-05-02 16:21:04 -04:00
Rafael Oleza
65a2ed663e Log every require done 2019-05-02 15:27:04 +02:00
Rafael Oleza
bd05990ccf Test: add more logging to debug CI failure 2019-05-02 14:39:57 +02:00
Winston Liu
9642e3de93 Merge branch 'master' into wl-update-apm 2019-04-27 00:57:58 -04:00
Winston Liu
87b2974bba ⬆️ apm@2.2.1 2019-04-26 18:49:48 -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
Winston Liu
5932d2030a ⬆️ apm@2.2.0 2019-04-26 17:18:06 -04: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
Ash Wilson
0cd7020036 Merge pull request #19200 from atom/aw/electron-link-up
Re-upgrade electron-link to v0.3.3
2019-04-23 10:51:42 -04:00
Ash Wilson
57e4931206 ⬆️ electron-link@0.3.3 2019-04-22 21:05:24 -04:00
Ash Wilson
758fd9d75c Merge pull request #19169 from atom/aw/launch-it
Improve launch behavior
2019-04-22 20:39:28 -04:00
Jason Rudolph
5055be06ca Update spec/main-process/atom-application.test.js
Co-Authored-By: smashwilson <smashwilson@github.com>
2019-04-22 16:00:28 -04:00
Vincent Klaiber
f9df38bc5b Fix reset-font-size
If the user config is yet to be loaded oldValue equals the default font-size 14px. Fetching the font-size from the config object seems to fix the issue.
2019-04-21 22:34:59 +02:00
Winston Liu
964b1bf27f ⬆️ apm@2.2.0-2 2019-04-21 13:25:12 -04:00
Winston Liu
a628b8bee2 Update package-lock.json 2019-04-21 12:09:33 -04:00
Winston Liu
4a342baec4 ⬆️ apm@2.2.0-1 2019-04-20 17:59:34 -04:00
Ash Wilson
ab490a064a Test for restoring windows over directories and files 2019-04-19 18:07:18 -04:00
Ash Wilson
c719dc8aa2 Test empty command-line cases 2019-04-19 17:37:23 -04:00
Ash Wilson
96e6403573 Remove unused forceAddToWindow 2019-04-19 17:36:33 -04:00
Jason Rudolph
96124941f3 Fix language-python and first-mate versions in package-lock.json
/xref https://ci.appveyor.com/project/Atom/atom/builds/23980099/job/ccjdy5wjefa8ox1y
2019-04-19 17:31:38 -04:00
Jason Rudolph
f3f32c45cc Merge pull request #19176 from atom/respect-package-lock-on-ci
Teach CI to use versions specified in package-lock.json
2019-04-19 17:13:38 -04:00
Nathan Sobo
54a0419ea7 ⬆️ first-mate@7.2.0 2019-04-19 15:08:47 -06:00