|
Failed to load latest commit information. |
|
main-process
|
Explain why we don't use randomBytes on a comment
|
May 2, 2019
|
|
application-delegate.js
|
Rename setRepresentedDirectoryPaths() to setProjectRoots()
|
Apr 18, 2019
|
|
atom-environment.js
|
Merge branch 'master' into wl-open-empty-editor-as-pending
|
Apr 27, 2019
|
|
atom-paths.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
auto-update-manager.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
babel.js
|
allow the use of double slash flow comments
|
Mar 21, 2018
|
|
buffered-node-process.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
buffered-process.js
|
Optimize process kill by pid
|
Feb 3, 2018
|
|
clipboard.js
|
🎨
|
Jan 5, 2018
|
|
coffee-script.js
|
Put back code that was commented out
|
Feb 27, 2017
|
|
color.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
command-installer.js
|
Fix CommandInstaller tests
|
Jun 29, 2018
|
|
command-registry.js
|
return promise.all from dispatch
|
Jan 5, 2018
|
|
compile-cache.js
|
Revert "Merge #18603 from atom/electron-3-0"
|
Feb 25, 2019
|
|
config-file.js
|
Revert "Write config file atomically"
|
Sep 27, 2018
|
|
config-schema.js
|
Enable Tree-sitter by default
|
Sep 4, 2018
|
|
config.js
|
Document `radio: true` option introduced in atom/settings-view#1089
|
Apr 5, 2019
|
|
context-menu-manager.coffee
|
Allow packages to control the order of context menu items
|
Feb 1, 2018
|
|
core-uri-handlers.js
|
Use containsLocation() for URL handler processing
|
Apr 18, 2019
|
|
crash-reporter-start.js
|
autoSubmit -> uploadToServer
|
May 3, 2017
|
|
cursor.js
|
Rename all the things
|
Oct 18, 2018
|
|
custom-event-mixin.coffee
|
Add explicit return after for loop
|
Mar 19, 2015
|
|
decoration-manager.js
|
Schedule component updates directly from the model
|
May 5, 2017
|
|
decoration.js
|
Include id and order in Decoration parameters
|
Feb 1, 2019
|
|
default-directory-provider.coffee
|
spelling: compatible
|
Sep 10, 2017
|
|
default-directory-searcher.coffee
|
pass through line count options
|
Mar 10, 2017
|
|
delegated-listener.js
|
Stop looping when currentTarget becomes undefined
|
Sep 22, 2015
|
|
deprecated-syntax-selectors.js
|
Exclude `folded` from deprecated syntax selectors
|
Oct 7, 2016
|
|
deserializer-manager.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
dock.js
|
Defer component initialization until element is requested
|
Apr 3, 2018
|
|
electron-shims.js
|
Add deprecated shim for removed electron remote requires
|
Sep 7, 2016
|
|
file-system-blob-store.js
|
Revert "Merge #18603 from atom/electron-3-0"
|
Feb 25, 2019
|
|
first-mate-helpers.js
|
Make first-mate scope ids always larger than built-in ones
|
May 5, 2017
|
|
get-window-load-settings.js
|
Expose load settings to `BrowserWindow`s as JSON
|
Mar 7, 2017
|
|
git-repository-provider.js
|
Add Async implementation for repositoryForDirectory
|
Jan 14, 2018
|
|
git-repository.js
|
📝 correctly link function in docs
|
Aug 2, 2018
|
|
grammar-registry.js
|
trigger again
|
Feb 7, 2019
|
|
gutter-container.js
|
Use `type` instead of `kind`
|
Jul 24, 2018
|
|
gutter.js
|
Support custom onMouseDown and onMouseMove event handlers
|
Jul 24, 2018
|
|
history-manager.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
initialize-application-window.coffee
|
Require typescript and ruby main files during snapshot
|
Oct 30, 2018
|
|
initialize-benchmark-window.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
initialize-test-window.coffee
|
Override console.(log|error) and process.std(out|err) when headless
|
Feb 17, 2019
|
|
ipc-helpers.js
|
Don't send IPC replies to destroyed windows
|
Apr 17, 2019
|
|
item-registry.js
|
Decaffeinate src/item-registry.coffee
|
Jan 23, 2018
|
|
keymap-extensions.coffee
|
Use `core:` instead of `core/` when adding resources during snapshot
|
Mar 28, 2017
|
|
layer-decoration.coffee
|
Fix clearing of marker-specific properties for layer decorations
|
May 5, 2017
|
|
less-compile-cache.coffee
|
Don't use cached less sources and imported files in dev mode
|
Mar 14, 2017
|
|
menu-helpers.js
|
Allow packages to control the order of context menu items
|
Feb 1, 2018
|
|
menu-manager.coffee
|
Use setTimeout instead of setImmediate in MenuManager
|
Aug 10, 2018
|
|
menu-sort-helpers.js
|
Fix accidental quadratic
|
Feb 5, 2018
|
|
model.coffee
|
Remove property-accessors dependency
|
Sep 22, 2015
|
|
module-cache.js
|
Move deprecated-packages functions into PackageManager
|
Aug 24, 2018
|
|
native-compile-cache.js
|
Revert "Merge #18603 from atom/electron-3-0"
|
Feb 25, 2019
|
|
native-watcher-registry.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
notification-manager.js
|
fix linting
|
Nov 16, 2017
|
|
notification.js
|
Use native isArray, endsWith
|
Mar 3, 2018
|
|
null-grammar.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
overlay-manager.coffee
|
Instantiate elementResizeDetector instances lazily
|
May 3, 2017
|
|
package-manager.js
|
Move deprecated-packages functions into PackageManager
|
Aug 24, 2018
|
|
package-transpilation-registry.js
|
👕
|
May 17, 2017
|
|
package.js
|
Replace ScopeProperties with private SettingsFile class in package.js
|
Aug 24, 2018
|
|
pane-axis-element.coffee
|
Fix lint errors
|
Apr 6, 2017
|
|
pane-axis.js
|
Convert PaneAxis class to JavaScript
|
Aug 28, 2018
|
|
pane-container-element.js
|
Convert PaneContainerElement and PaneElement to JS
|
Feb 23, 2018
|
|
pane-container.js
|
`typeof setTimeout` isn't enough to probe for snapshot generation
|
Dec 21, 2018
|
|
pane-element.js
|
Use the "here" option to open for drag-and-drop
|
May 1, 2019
|
|
pane-resize-handle-element.coffee
|
Fix WorkspaceElement tests
|
Dec 22, 2017
|
|
pane.js
|
Set the panel flag as focused when activate() is called
|
Apr 24, 2019
|
|
panel-container-element.js
|
handle null or undefined
|
Jan 16, 2019
|
|
panel-container.js
|
Only expect a single 'did-destroy' event
|
Jun 27, 2017
|
|
panel.js
|
Make autoFocus opt-in
|
Aug 23, 2017
|
|
path-watcher.js
|
Merge pull request #16859 from jerry88kim/add-await-remove-unnecessar…
|
Feb 28, 2018
|
|
project.js
|
Merge branch 'pr-18394/jneuendorf/master'
|
Jan 15, 2019
|
|
protocol-handler-installer.js
|
👕
|
Jan 9, 2018
|
|
register-default-commands.coffee
|
Use open-chosen-xyz commands instead of open-command with a parameter
|
Apr 23, 2019
|
|
reopen-project-list-view.js
|
Replace import and export keywords with `require` and `module.exports`
|
Jan 19, 2018
|
|
reopen-project-menu-manager.js
|
Fix reopen project when there are no open windows
|
Mar 26, 2019
|
|
replace-handler.coffee
|
💄
|
Jul 1, 2014
|
|
scan-handler.coffee
|
pass through line count options
|
Mar 10, 2017
|
|
scope-descriptor.js
|
☠☕ Decaffienate ScopeDescriptor
|
Jun 1, 2018
|
|
selection.js
|
Merge pull request #18659 from oggy/reversed-docs
|
Apr 26, 2019
|
|
selectors.js
|
Remove debugger, test focus, and lint fixes.
|
Jul 23, 2018
|
|
special-token-symbols.coffee
|
Revert "Revert "Merge pull request #6757 from atom/ns-less-memory-for…
|
May 21, 2015
|
|
state-store.js
|
Add `delete()` method to StateStore
|
Apr 4, 2017
|
|
storage-folder.js
|
🔥 dead code
|
Jan 19, 2018
|
|
style-manager.js
|
Don't transform deprecated selectors for bundled packages
|
Mar 9, 2017
|
|
styles-element.coffee
|
Transform deprecated shadow DOM selectors in StyleManager
|
Oct 7, 2016
|
|
syntax-scope-map.js
|
Distinguish between anonymous * token and wildcard selector
|
Nov 1, 2018
|
|
task-bootstrap.js
|
💄 Fix more lint errors
|
May 11, 2017
|
|
task.coffee
|
Revert "Merge #18603 from atom/electron-3-0"
|
Feb 25, 2019
|
|
test.ejs
|
Revert "Allow for parsing injections in parallel"
|
Jul 6, 2018
|
|
text-editor-component.js
|
Revert "Merge #18603 from atom/electron-3-0"
|
Feb 25, 2019
|
|
text-editor-element.js
|
If a TextEditorElement has a tabIndex, use it; otherwise, use -1
|
Jan 4, 2018
|
|
text-editor-registry.js
|
maintainGrammar -> maintainLanguageMode
|
Oct 26, 2018
|
|
text-editor.js
|
Merge branch 'master' into comment-cursor-placement
|
Apr 8, 2019
|
|
text-mate-language-mode.js
|
Use new .bufferDidFinishTransaction language mode hook
|
Nov 20, 2018
|
|
text-utils.js
|
👕
|
Oct 20, 2018
|
|
theme-manager.js
|
Use native isArray, endsWith
|
Mar 3, 2018
|
|
theme-package.js
|
☠☕ Decaffeinate src/theme-package.coffee
|
Oct 28, 2017
|
|
title-bar.js
|
Convert src/title-bar.coffee to js
|
Jun 26, 2017
|
|
token-iterator.js
|
Rename TokenizedBuffer to TextMateLanguageMode
|
Nov 29, 2017
|
|
token.coffee
|
Remove unused variables
|
Sep 26, 2016
|
|
tokenized-line.coffee
|
Fix folding for lines that contain a comment
|
Aug 17, 2017
|
|
tooltip-manager.js
|
Syntax highlight TooltipManager documentation
|
Jan 11, 2019
|
|
tooltip.js
|
fixes bug with keyboard input in click tooltips
|
Sep 12, 2018
|
|
tree-sitter-grammar.js
|
Optimize populating Tree-sitter syntax tree injections
|
Nov 14, 2018
|
|
tree-sitter-language-mode.js
|
Revert "Merge pull request #19165 from atom/mb-upgrade-tree-sitter-to…
|
Apr 16, 2019
|
|
typescript.js
|
Make sourcemaps work for bable & typescript on Windows
|
Sep 9, 2016
|
|
update-process-env.js
|
Calculate env vars when launching Atom from the desktop
|
Apr 11, 2019
|
|
uri-handler-registry.js
|
await uriHandler
|
Apr 17, 2019
|
|
view-registry.js
|
fix optimizer bailing on performDocumentUpdate
|
Oct 26, 2017
|
|
window-event-handler.js
|
Fix linter error
|
Apr 26, 2018
|
|
window.js
|
Convert window.coffee and clipboard.coffee to javascript
|
Aug 2, 2016
|
|
workspace-center.js
|
Merge pull request #14729 from atom/wl-fix-docks-docs
|
Jun 7, 2017
|
|
workspace-element.js
|
Pass additional options with run-package-specs message
|
Aug 22, 2018
|
|
workspace.js
|
Merge pull request #18705 from UziTech/autoFocus-element
|
Apr 27, 2019
|