Commit Graph

209 Commits

Author SHA1 Message Date
Max Brunsfeld
c4fc8e55fa Use correct executedFrom value for subsequent invocations 2015-09-03 16:03:02 -07:00
Max Brunsfeld
e5da009cdc Strip colon-number suffixes from args before parsing them as URLs 2015-09-03 11:31:01 -07:00
Max Brunsfeld
0a8ff35c3a 🎨 Pass devResourcePath as an argument to AtomApplication 2015-09-03 10:30:08 -07:00
Max Brunsfeld
61f7de736f Normalize resource path drive letters in main 2015-09-01 12:20:05 -07:00
Max Brunsfeld
5be3d4f82f Normalize drive letter case on windows 2015-09-01 12:17:19 -07:00
Machiste Quintana
5e5139b753 Use about for About Atom 2015-07-24 19:52:45 -04:00
Kevin Sawicki
30dccf987d Require dialog and shell early in browser process
Prevents issues when the asar bundle changes before these
files are required.
2015-07-06 16:49:59 -07:00
Nounours Heureux
481b83c1ac Set a default statement 2015-07-04 11:43:54 +02:00
Nounours Heureux
d663a43b27 Different title for file dialogs and folder dialogs. 2015-07-03 19:43:10 +02:00
Kevin Sawicki
9c4dd71de2 Remove deferred browser process requires 2015-06-29 13:30:37 -07:00
Kevin Sawicki
85a4ae7fea Remove --include-deprecated-apis command line option 2015-06-24 16:51:48 -04:00
Kevin Sawicki
0fa514b6e1 Remove open with deprecated APIs commands 2015-06-24 16:51:47 -04:00
Max Brunsfeld
dbb1200e1b 🔥 unused method 2015-06-16 14:54:01 -07:00
Max Brunsfeld
41773b0861 Fix incorrect state save when exiting 2015-06-15 14:14:08 -07:00
Max Brunsfeld
e47221bc3f Never save window state in the middle of quitting 2015-06-11 17:24:12 -07:00
Max Brunsfeld
844cfcb7ae Avoid saving state when closing windows due to auto-update 2015-06-11 12:51:36 -07:00
Kevin Sawicki
a2ed26a6f3 Include deprecated APIs when running specs 2015-06-02 16:36:20 -07:00
Kevin Sawicki
5bce950839 📝 Update includeDeprecatedAPIs description 2015-06-02 16:36:20 -07:00
Kevin Sawicki
bf37a66831 Rename --one to --include-deprecated-apis 2015-06-02 16:36:20 -07:00
Max Brunsfeld
686c72eebe Merge pull request #6978 from mostafaeweda/initial-paths-2
Initial paths shouldn't be normalized on save and restore [2]
2015-05-29 10:28:56 -07:00
Max Brunsfeld
b7b5ceca2d Save window state when quitting if windows are open 2015-05-27 12:59:06 -07:00
Mostafa Eweda
4c9e6c5a27 Revert "Merge pull request #6977 from atom/revert-6813-local-initial-paths"
This reverts commit 0c66802278, reversing
changes made to bdce576ab9.
2015-05-27 11:18:15 -07:00
Max Brunsfeld
0dcdfa1e89 Revert "Initial paths shouldn't be normalized on save and restore (could contain uris)" 2015-05-27 10:26:59 -07:00
Max Brunsfeld
8dff5bbe4c Merge pull request #6813 from mostafaeweda/local-initial-paths
Initial paths shouldn't be normalized on save and restore (could contain uris)
2015-05-26 15:48:58 -07:00
Machiste Quintana
d5bcc0433d WIP: 👕 Fix linter errors 2015-05-22 16:29:12 -04:00
Mostafa Eweda
c3552c95bc Address comments + add tests 2015-05-19 19:05:45 -07:00
Mostafa Eweda
d22eb697cc Include remote paths, but skip normalization in the save/restore execution flow 2015-05-19 19:05:44 -07:00
Max Brunsfeld
1a0d99621b Avoid saving window state when closing windows after quitting 2015-05-14 09:36:12 -07:00
Kevin Sawicki
2bbdd9446d 🎨 2015-05-13 15:55:56 -07:00
Kevin Sawicki
cb223fa03e Don't check for updates in test mode 2015-05-13 15:55:17 -07:00
Kevin Sawicki
2195b1a38d Pass auto update manager into application menu 2015-05-13 15:33:56 -07:00
Kevin Sawicki
356fa4ac24 🎨 2015-05-13 15:21:57 -07:00
Michael Bolin
bcd20a7cd2 Do not create an AutoUpdateManager when in test mode. 2015-05-13 15:20:57 -07:00
Max Brunsfeld
dabf5b5f69 Don't save windows state when apm test finishes 2015-05-13 10:52:13 -07:00
Max Brunsfeld
6026c78d9e Don't save window state when closing spec windows 2015-05-13 10:44:23 -07:00
Max Brunsfeld
8ddfa8690b Save window state when atom.exit() is called 2015-05-13 10:44:23 -07:00
Max Brunsfeld
62c406f450 Save open window state when a window loses focus 2015-05-13 10:44:23 -07:00
Max Brunsfeld
725a564e62 Avoid saving windows state when quitting on windows/linux 2015-05-13 10:44:23 -07:00
Max Brunsfeld
1edeb7b568 Save list of open windows as windows are added/removed 2015-05-13 10:44:23 -07:00
Kevin Sawicki
f1f8c3d0a7 Merge pull request #6706 from atom/iz-fix-open-with-trailing-colon
Ignore trailing colons and whitespace when opening files from command line
2015-05-08 13:59:08 -07:00
Max Brunsfeld
b8cd0a0628 Don't persist dev/safe/api-preview mode settings of windows 2015-05-08 11:21:36 -07:00
Ivan Zuzak
6a7d5e6945 Ignore trailing colons and whitespace when opening files from command line 2015-05-08 18:59:17 +02:00
Kevin Sawicki
a847b4cc65 Merge pull request #6640 from atom/iz-fix-0-in-command-line-initial-row
Allow 0 to be passed as initialLine when opening files via command line
2015-05-06 10:26:43 -07:00
Kevin Sawicki
61a0927b26 Use apiPreviewMode value when running specs 2015-05-06 09:56:32 -07:00
Ivan Zuzak
70bd04f7df Allow 0 to be passed as initialLine 2015-05-04 13:36:18 +02:00
Kevin Sawicki
9c7f9f74a1 Thread through profileStartup load setting 2015-04-28 09:04:52 -07:00
Kevin Sawicki
5a8885aeed Revert "Revert "Add asar support in Atom"" 2015-04-15 15:55:30 -07:00
Max Brunsfeld
c665747879 Merge pull request #6380 from atom/mb-reopen-windows
Reopen windows when starting app w/ no arguments
2015-04-15 15:50:22 -07:00
Max Brunsfeld
8f06301880 Open window if Atom was previously quit w/ no open windows 2015-04-15 15:09:49 -07:00
Max Brunsfeld
b8c7f655f9 🎨 Extract logic for storage folder into separate class 2015-04-15 15:09:49 -07:00