Commit Graph

638 Commits

Author SHA1 Message Date
Ian Olsen
c098acb615 Merge pull request #9798 from atom/dr-wait-windows
Make --wait work on Windows
2016-02-04 13:57:51 -08:00
Wliu
8c767a82d6 Remove OS X conditional logic 2016-01-14 11:01:59 -05:00
Wliu
39e9075e01 Don't cascade maximized windows
Fixes #10335
2016-01-14 14:31:09 +00:00
Max Brunsfeld
ec66a66bb3 Merge pull request #9990 from scv119/test
Add a core config `core.automaticallyUpdate` to disable Atom autoupdate.
2016-01-07 11:05:43 -08:00
joshaber
94b77d0998 Separate the offset determination from the dimensions. 2016-01-05 11:59:59 -05:00
joshaber
fb8b25dc16 Merge branch 'master' into cascade-windows 2016-01-04 16:49:07 -05:00
joshaber
dcd860ae6f Use the last focused window instead of the last opened window. 2016-01-01 12:18:48 -05:00
joshaber
9e7cb15c2c Offset on Windows too. 2016-01-01 12:05:42 -05:00
joshaber
a63e70148d Cascade new windows on OS X
Fixes #10057.
2015-12-30 17:33:45 -05:00
joshaber
5c14d3e99b Don't fail if event is undefined.
Unclear why this is undefined, but apparently it is.
2015-12-30 14:33:23 -05:00
joshaber
7024e000a8 Provide some defaults.
Otherwise we’ll get:

TypeError: Cannot read property 'pathToOpen' of undefined

when called from ‘application:new-file’.
2015-12-30 14:32:55 -05:00
Chen Shen
6c0643b4fa address comments 2015-12-15 17:20:57 -08:00
Chen Shen
ea3736aa70 address comments 2015-12-15 17:20:57 -08:00
Chen Shen
d227d8b646 Add config to disable autoupdate, revert previous build option 2015-12-15 17:20:57 -08:00
Douwe Maan
948aaa0652 Add opened files and folders to recent documents menu 2015-12-01 11:07:10 +01:00
Kevin Sawicki
838f6fb7b1 Merge pull request #9606 from DouweM/dock-menu
Add OS X dock menu with 'New Window' option
2015-11-30 17:15:32 -08:00
Dave Rael
e392e5dfcc 🏁 Make --wait work on Windows
including using Atom as the git commit editor
2015-11-24 09:34:53 -07:00
Nathan Sobo
a126374a7b Coerce boolean options to booleans
Pairing with @as-cii
2015-11-19 08:14:24 -08:00
Douwe Maan
288abbc57b Add OS X dock menu with 'New Window' option 2015-11-16 17:54:29 +01:00
Nathan Sobo
d4818244f3 Merge pull request #9476 from atom/ns-fix-dev-mode
Always set devMode to true for spec windows
2015-11-09 14:57:17 -07:00
Wliu
232f54ed84 🔥 subpixel-font-scaling
This option was removed in Electron v0.33.9
2015-11-07 10:41:03 -05:00
Nathan Sobo
a8ceaa80f1 Always set devMode to true for spec windows 2015-11-06 16:01:21 -07:00
Kevin Sawicki
8dee7e6a65 🎨 2015-11-03 18:03:49 -08:00
Dave Rael
7cd44dc729 Add portable mode for Linux 2015-11-03 18:03:05 -08:00
Kevin Sawicki
afbb716a7a Mention .atom is a folder 2015-11-03 17:01:26 -08:00
Kevin Sawicki
a6c1ab0990 Remove : from error message 2015-11-03 17:01:26 -08:00
Kevin Sawicki
9ca94affc0 Mention conditional copying of .atom 2015-11-03 17:01:25 -08:00
Kevin Sawicki
97c19199c3 --set-portable -> --portable 2015-11-03 17:01:25 -08:00
Kevin Sawicki
0e9562de5d Log copy error message and stack separately 2015-11-03 17:01:25 -08:00
Kevin Sawicki
85a1471138 Improve copy portable error message 2015-11-03 17:01:25 -08:00
Kevin Sawicki
5d8edcd8ef Catch error copying portable folder 2015-11-03 17:01:25 -08:00
Kevin Sawicki
02f508720b Only use long option for set portable 2015-11-03 17:01:25 -08:00
Kevin Sawicki
d162eec601 🎨 2015-11-03 17:01:24 -08:00
Dave Rael
a95e582907 Restore passing of args lost in merge
to get command line parameter for setting portable mode into the atom home
interrogation
2015-11-03 17:01:24 -08:00
Dave Rael
e3da370d82 Add command line parameter to set portable
If parameter included, home directory will be copied to the portable
2015-11-03 17:01:24 -08:00
Kevin Sawicki
da0b177aa2 Assign args 2015-11-03 15:22:44 -08:00
Kevin Sawicki
2a7dc6c8de Revert parseCommandLine movement 2015-11-03 15:22:15 -08:00
Kevin Sawicki
77f9e9e5c5 Don't pull atomHome from settings, use env var only 2015-11-03 15:20:59 -08:00
Kevin Sawicki
999bf8911e Set atomHome on load settings from env var 2015-11-03 14:29:44 -08:00
Dave Rael
3009d3e7d5 Add missing atomHome references
to make sure Linux execution is correctly getting the right home in all windows
2015-11-03 14:10:55 -08:00
Dave Rael
5d5d83d474 Remove duplication of locating Atom Home 2015-11-03 14:10:37 -08:00
Kevin Sawicki
de7cf162f9 Merge pull request #8442 from atom/portable-mode
Enable Portable Mode
2015-11-03 12:49:54 -08:00
Kevin Sawicki
02fe2cf618 🎨 2015-10-27 11:45:35 -06:00
Dave Rael
b1d10ef4dc Revert moving parse of command line
to the first line of start function because the move is not necessary
without having the code for using a command line parameter to set Atom to
portable mode.  This belongs on that branch and in that pull request.
2015-10-22 09:01:56 -06:00
Dave Rael
8acb2af055 Remove unused parameter
to keep the code clean and readable
2015-10-22 08:58:39 -06:00
Dave Rael
35345893fc Fix function name to be consistent with convention 2015-10-22 08:49:08 -06:00
Ben Ogle
f679c4319c Merge branch 'beta' 2015-10-21 17:03:31 -07:00
Max Brunsfeld
3ba9fafbc5 Merge pull request #9218 from atom/mb-fix-dev-mode-new-window
Don't try to reuse existing normal windows as dev mode windows
2015-10-21 13:46:15 -07:00
Dave Rael
810f0e4583 Fix merge problem and missing function call
Merge resulted in a missing require and change to remove unused function
parameters resulted in not calling function
2015-10-21 09:47:33 -06:00
Dave Rael
e93b013059 Remove unused function parameter
for setupAtomHome function no longer needing args
2015-10-21 04:40:05 -06:00