Commit Graph

24274 Commits

Author SHA1 Message Date
Brandon Keepers
8a4b631dfe Add code of conduct to contributing guidelines 2015-07-08 13:31:06 -04:00
Kevin Sawicki
c636b4e73a ⬆️ language-php@0.27 2015-07-08 09:22:03 -07:00
Nathan Sobo
a13e002079 Use atom.getCurrentWindow() 2015-07-07 20:19:22 -05:00
Nathan Sobo
4091fa9e78 Merge pull request #7770 from atom/ns-only-forward-menu-action-on-osx
Handle native chromium undo, redo, cut, copy, paste, selectAll on all platforms
2015-07-07 19:26:04 -05:00
Kevin Sawicki
a6fdf12841 ⬆️ autosave@0.22 2015-07-07 17:12:09 -07:00
Nathan Sobo
a4d716c491 Call native method on WebContents instead of sendActionToFirstResponder
Fixes #6587
2015-07-07 16:34:35 -05:00
Kevin Sawicki
11644b41c8 Merge pull request #7769 from atom/ks-validate-notifications
Validate atom.notifications input
2015-07-07 14:29:17 -07:00
Kevin Sawicki
a6dfbb2804 Remove string detail check
This appears to be in use by other packages

Refs atom/notifications#50
2015-07-07 13:46:53 -07:00
Kevin Sawicki
3a02b54851 details -> detail 2015-07-07 13:46:53 -07:00
Kevin Sawicki
93069fad75 Add stricter object checking 2015-07-07 13:46:53 -07:00
Kevin Sawicki
7fbcd147d5 Make Notification::getDetail public 2015-07-07 13:46:53 -07:00
Kevin Sawicki
4ba552c515 Valid message, options, and detail 2015-07-07 13:46:52 -07:00
Kevin Sawicki
24a56e974b Add specs for message, options, and detail 2015-07-07 13:46:52 -07:00
Nathan Sobo
062d948d7d ⬆️ pathwatcher 2015-07-07 15:27:53 -05:00
Nathan Sobo
09501ffa95 ⬆️ pathwatcher
Closes #5593

Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-07-07 14:52:17 -05:00
Ben Ogle
e008ba329f ⬆️ settings-view@0.211.0 2015-07-07 12:28:52 -07:00
Kevin Sawicki
4d697d5491 ⬆️ tree-view@0.176 2015-07-07 11:24:01 -07:00
Kevin Sawicki
2e2fef0c47 Merge pull request #7768 from atom/iz-more-guards-in-pane-error-handling
Guard against non-string messages in Pane.handleSaveError
2015-07-07 11:09:29 -07:00
Ben Ogle
37cb6b6d9e Merge pull request #7767 from ssorallen/package-manager-docs
Add 'name' arg docs to PackageManager functions
2015-07-07 10:51:25 -07:00
Ivan Žužak
cd31770121 Guard against non-string messages in Pane.handleSaveError 2015-07-07 19:51:16 +02:00
Ross Allen
178fffa74e Add 'name' arg docs to PackageManager functions 2015-07-07 10:49:45 -07:00
Kevin Sawicki
34d3dadd51 📝 Mention --include-deprecated-apis is not currently supported 2015-07-07 10:42:22 -07:00
Kevin Sawicki
b852b06724 Merge pull request #7717 from atom/iz-pane-handle-save-error
Check if error message exists before using it in Pane.handleSaveError
2015-07-07 10:14:28 -07:00
Kevin Sawicki
44b7359875 Merge pull request #7746 from atom/ks-add-task-guards
Guard against missing stdout/stderr on Task
2015-07-07 10:10:54 -07:00
Kevin Sawicki
b371b2f0c9 Guard against missing stdout/stderr 2015-07-07 09:50:07 -07:00
Kevin Sawicki
f4284b91ea Add failing spec for missing stdout/stderr 2015-07-07 09:50:07 -07:00
Max Brunsfeld
1761f19efb Merge pull request #7748 from atom/mb-emit-will-insert-text-on-paste
Emit will-insert-text event when pasting
2015-07-07 09:14:07 -07:00
Nathan Sobo
f47ba4164e Merge pull request #7754 from atom/as-bug-leftover-update
`updateContentDimensions` when model changes
2015-07-07 07:29:45 -05:00
Antonio Scandurra
4e4b49eef8 🐛 updateContentDimensions when model changes 2015-07-07 11:28:30 +02:00
Ivan Žužak
7dfeaef560 ⬆️ find-and-replace@0.174.2 2015-07-07 10:56:59 +02:00
Max Brunsfeld
8c3400c084 Emit will-insert-text event when pasting 2015-07-06 18:29:44 -07:00
Ben Ogle
ed735d80e8 ⬆️ settings-view@0.210.0 2015-07-06 18:25:29 -07:00
Kevin Sawicki
ec2033c599 ⬆️ encoding-selector@0.21 2015-07-06 17:16:28 -07:00
Kevin Sawicki
a6d9b0506c Merge pull request #7744 from atom/ks-move-requires-earlier
Move browser process requires earlier
2015-07-06 17:08:40 -07:00
Nathan Sobo
dbec29cf49 ⬆️ first-mate
Fixes #7644
2015-07-06 19:02:51 -05: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
Machisté N. Quintana
eeccf8d82a Merge pull request #7741 from atom/mq-bump-tabs
tabs@0.82.0
2015-07-06 19:07:27 -04:00
Nathan Sobo
5fe00dc803 Merge pull request #7733 from atom/as-remove-leftover-updates
Remove leftover update statements
2015-07-06 16:49:14 -05:00
Machisté N. Quintana
8100a2f865 ⬆️ tabs@0.82.0 2015-07-06 17:19:10 -04:00
Ben Ogle
5d42b27f5f Merge pull request #7411 from deprint/multiline-mini-editor
Mini editor with TextEditor::setMini
2015-07-06 13:56:20 -07:00
Kevin Sawicki
eed28d81f1 ⬆️ language-gfm@0.78 2015-07-06 11:18:52 -07:00
Kevin Sawicki
76995c469b Merge pull request #7699 from nounoursheureux/set-dialog-title
Different title for file dialogs and folder dialogs.
2015-07-06 10:32:27 -07:00
Kevin Sawicki
645139f452 ⬆️ language-less@0.28 2015-07-06 10:28:17 -07:00
Kevin Sawicki
0f0bbd4791 ⬆️ language-mustache@0.12 2015-07-06 10:25:25 -07:00
Kevin Sawicki
936fe91421 ⬆️ package-generator@0.40 2015-07-06 10:23:03 -07:00
Kevin Sawicki
7e127219cd ⬆️ symbols-view@0.100 2015-07-06 10:18:53 -07:00
Kevin Sawicki
be937dea1e ⬆️ language-perl@0.28 2015-07-06 10:18:53 -07:00
Kevin Sawicki
42a8ab0eca Merge pull request #7667 from atom/jl-bump-minidump
Bump version of minidump@0.9
2015-07-06 10:14:00 -07:00
Kevin Sawicki
eee54f79a0 Merge pull request #7596 from atom/mq-parallelize-builds
Parallelize Travis build
2015-07-06 10:12:28 -07:00
Kevin Sawicki
90bd1cbc60 ⬆️ language-hyperlink@0.14 2015-07-06 10:10:18 -07:00