|
Failed to load latest commit information. |
|
main-process
|
Merge pull request #13947 from anatoli26/master
|
May 8, 2017
|
|
application-delegate.coffee
|
Add `AtomEnvironment.prototype.resolveProxy(url)`
|
Mar 10, 2017
|
|
atom-environment.coffee
|
Speed up parsing the snapshot source map
|
May 11, 2017
|
|
atom-paths.js
|
Correct the portable path location on Windows
|
Jan 13, 2017
|
|
auto-update-manager.js
|
Snapshot more objects
|
Mar 10, 2017
|
|
babel.js
|
Revert "Upgrade to Babel 6 and apply fewer transformations when trans…
|
Mar 17, 2017
|
|
buffered-node-process.js
|
Add missing babel directives
|
Oct 25, 2016
|
|
buffered-process.js
|
🎨@
|
Jan 19, 2017
|
|
clipboard.js
|
Convert window.coffee and clipboard.coffee to javascript
|
Aug 2, 2016
|
|
coffee-script.js
|
Put back code that was commented out
|
Feb 27, 2017
|
|
color.js
|
Color serialization fixes atom/settings-view#832
|
Aug 25, 2016
|
|
command-installer.coffee
|
Snapshot more objects
|
Mar 10, 2017
|
|
command-registry.coffee
|
Replace CommandRegistry.addBundled with a boolean param in .add
|
Mar 17, 2017
|
|
compile-cache.js
|
Speed up parsing the snapshot source map
|
May 11, 2017
|
|
config-schema.js
|
Merge pull request #13947 from anatoli26/master
|
May 8, 2017
|
|
config.coffee
|
Set also defaultSettings.core.projectHome when initializing Config
|
Mar 17, 2017
|
|
context-menu-manager.coffee
|
Validate selectors only in devMode
|
Mar 11, 2017
|
|
crash-reporter-start.js
|
Make Atom executable as a standard Electron app
|
Jul 27, 2016
|
|
cursor.coffee
|
Add showCursorOnSelection config
|
Jan 20, 2017
|
|
cursors-component.coffee
|
[Gutter] Add ::getDomNode method to all 'components'
|
Apr 22, 2015
|
|
custom-event-mixin.coffee
|
Add explicit return after for loop
|
Mar 19, 2015
|
|
custom-gutter-component.coffee
|
Add Gutter.getElement, remove Gutter view provider
|
Apr 6, 2017
|
|
decoration-manager.coffee
|
Merge pull request #13818 from atom/ns-as-return-all-decorations
|
Feb 17, 2017
|
|
decoration.coffee
|
🎨 Fix Decoration::destroy docs
|
Aug 4, 2016
|
|
default-directory-provider.coffee
|
Normalize disk drive letter in path on Windows
|
Feb 18, 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-packages.coffee
|
🎨
|
Jun 3, 2015
|
|
deprecated-syntax-selectors.js
|
Exclude `folded` from deprecated syntax selectors
|
Oct 7, 2016
|
|
deserializer-manager.js
|
Convert DeserializerManager to JS
|
Aug 2, 2016
|
|
dock.js
|
Don't change focus when hiding an unfocused dock
|
May 2, 2017
|
|
dom-element-pool.js
|
Remove toString call
|
Feb 13, 2017
|
|
electron-shims.js
|
Add deprecated shim for removed electron remote requires
|
Sep 7, 2016
|
|
file-system-blob-store.js
|
Speed up FileSystemBlobStore.load by not storing invalidation keys
|
Mar 13, 2017
|
|
get-window-load-settings.js
|
Expose load settings to `BrowserWindow`s as JSON
|
Mar 7, 2017
|
|
git-repository-provider.coffee
|
Remove synchronous GitRepository's dependency on GitRepositoryAsync
|
Jul 13, 2016
|
|
git-repository.coffee
|
📝 Update documentation for ::getConfigValue
|
Nov 21, 2016
|
|
grammar-registry.coffee
|
Use new maxLineLength parameter to GrammarRegistry
|
Feb 28, 2017
|
|
gutter-container-component.coffee
|
Fix prepending multiple gutters at once
|
Nov 19, 2016
|
|
gutter-container.coffee
|
📝 Remove redundant docs
|
Aug 28, 2015
|
|
gutter.coffee
|
Add Gutter.getElement, remove Gutter view provider
|
Apr 6, 2017
|
|
highlights-component.coffee
|
Fix decorations flashing more than once
|
Oct 7, 2016
|
|
history-manager.js
|
Replace CommandRegistry.addBundled with a boolean param in .add
|
Mar 17, 2017
|
|
initialize-application-window.coffee
|
Include github package in snapshot generation
|
May 8, 2017
|
|
initialize-benchmark-window.js
|
Start fixing tests
|
Mar 11, 2017
|
|
initialize-test-window.coffee
|
Start fixing tests
|
Mar 11, 2017
|
|
input-component.coffee
|
Remove InputComponent.getDomNode method
|
Dec 9, 2016
|
|
ipc-helpers.js
|
Increase max listener limit on ipcRenderer
|
Jan 18, 2017
|
|
item-registry.coffee
|
Throw an exception if the same pane item is added twice in the workspace
|
Sep 19, 2014
|
|
keymap-extensions.coffee
|
Use `core:` instead of `core/` when adding resources during snapshot
|
Mar 28, 2017
|
|
language-mode.coffee
|
Fix toggleLineCommentsInSelection for empty lines
|
Oct 29, 2016
|
|
layer-decoration.coffee
|
Remove unused variables
|
Sep 26, 2016
|
|
less-compile-cache.coffee
|
Don't use cached less sources and imported files in dev mode
|
Mar 14, 2017
|
|
line-number-gutter-component.coffee
|
Add Gutter.getElement, remove Gutter view provider
|
Apr 6, 2017
|
|
line-numbers-tile-component.coffee
|
Remove unused variables
|
Sep 26, 2016
|
|
lines-component.coffee
|
WIP: Start on requiring packages
|
Nov 16, 2016
|
|
lines-tile-component.js
|
Fix lint errors
|
Oct 17, 2016
|
|
lines-yardstick.coffee
|
Fix lint errors
|
Dec 15, 2016
|
|
marker-observation-window.coffee
|
Refactor DisplayBuffer to DecorationManager
|
Apr 5, 2016
|
|
menu-helpers.coffee
|
Retain role field from menu items config
|
Nov 9, 2015
|
|
menu-manager.coffee
|
Activate menus, context menus, keymaps and settings during preload
|
Mar 28, 2017
|
|
model.coffee
|
Remove property-accessors dependency
|
Sep 22, 2015
|
|
module-cache.coffee
|
WIP
|
Feb 28, 2017
|
|
native-compile-cache.js
|
Speed up FileSystemBlobStore.load by not storing invalidation keys
|
Mar 13, 2017
|
|
notification-manager.coffee
|
Remove unused variables
|
Sep 26, 2016
|
|
notification.coffee
|
Consolidate 'Returns' to one line per comments
|
Jul 18, 2015
|
|
null-grammar.js
|
🎨
|
Oct 12, 2016
|
|
off-screen-block-decorations-component.js
|
Keep a backward compatible DOM structure for `atom-text-editor` contents
|
Oct 7, 2016
|
|
overlay-manager.coffee
|
Don't use atom globals in OverlayManager
|
Oct 7, 2015
|
|
package-manager.coffee
|
Fix running packages preloading tests in interactive mode
|
May 12, 2017
|
|
package-transpilation-registry.js
|
Allow root package paths to contain 'node_modules'
|
Apr 4, 2017
|
|
package.coffee
|
Fix adding bundled packages to ModuleCache and increase test coverage
|
Apr 11, 2017
|
|
pane-axis-element.coffee
|
Fix lint errors
|
Apr 6, 2017
|
|
pane-axis.coffee
|
Add PaneAxis.getElement, remove PaneAxis view provider
|
Apr 5, 2017
|
|
pane-container-element.coffee
|
Remove more usages of getView, document `getElement` API
|
Apr 6, 2017
|
|
pane-container.js
|
Fix dock dragging
|
Apr 8, 2017
|
|
pane-element.coffee
|
Fix spurious pane activation when changing focus within a pane
|
Apr 11, 2017
|
|
pane-resize-handle-element.coffee
|
Guard against no resizing with no siblings
|
Jun 9, 2015
|
|
pane.coffee
|
📝 Add types in Pane.destroyItem docs
|
Apr 18, 2017
|
|
panel-container-element.js
|
Ensure that atom-panel tags can be created via HTML
|
Apr 10, 2017
|
|
panel-container.js
|
Fix lint errors
|
Apr 6, 2017
|
|
panel.js
|
Avoid error when Panel.destroy is called in a blur listener
|
Apr 11, 2017
|
|
project.coffee
|
Merge branch 'master' into fb-mdt-docks
|
Mar 30, 2017
|
|
register-default-commands.coffee
|
Remove `saveFocusedPaneItem(As)` methods
|
Apr 6, 2017
|
|
reopen-project-list-view.js
|
Replace `space-pen` with `atom-select-list` in `ReopenProjectListView`
|
Dec 2, 2016
|
|
reopen-project-menu-manager.js
|
Replace `localStorage` with `StateStore` in `HistoryManager`
|
Mar 7, 2017
|
|
replace-handler.coffee
|
💄
|
Jul 1, 2014
|
|
repository-status-handler.coffee
|
Remove synchronous GitRepository's dependency on GitRepositoryAsync
|
Jul 13, 2016
|
|
safe-clipboard.coffee
|
Use the new style of `remote`
|
Dec 11, 2015
|
|
scan-handler.coffee
|
pass through line count options
|
Mar 10, 2017
|
|
scope-descriptor.coffee
|
🐎 Avoid building unnecessary scope chains
|
Jul 11, 2016
|
|
scoped-properties.coffee
|
Remove unused variables
|
Sep 26, 2016
|
|
scrollbar-component.coffee
|
Remove scroll listener on destroy so we don’t call undefined onScroll
|
Oct 7, 2015
|
|
scrollbar-corner-component.coffee
|
[Gutter] Add ::getDomNode method to all 'components'
|
Apr 22, 2015
|
|
selection.coffee
|
Don't throw exceptions when using editor APIs after destroying the ed…
|
Jan 3, 2017
|
|
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.coffee
|
Oops.
|
Mar 23, 2016
|
|
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
|
|
task-bootstrap.coffee
|
Clear deprecations after mapping over them
|
Feb 19, 2015
|
|
task.coffee
|
Don't use snapshots in Task
|
May 11, 2017
|
|
text-editor-component.coffee
|
fixing middle mouse button clipboard paste on linux (atom:atom#8648)
|
Mar 25, 2017
|
|
text-editor-element.coffee
|
Move shouldDestroyBufferOnFileDelete callback to TextBuffer constructor
|
Jan 20, 2017
|
|
text-editor-presenter.coffee
|
Add assertion to debug NaN startRow on TextEditorPresenter
|
Feb 11, 2017
|
|
text-editor-registry.js
|
Fix typo in comments of text-editor-registry.js
|
Mar 26, 2017
|
|
text-editor.coffee
|
Merge pull request #13764 from atom/wl-dont-soft-wrap-minis
|
Mar 29, 2017
|
|
text-utils.coffee
|
Implement isWrapBoundary for DisplayLayer
|
Mar 18, 2016
|
|
theme-manager.coffee
|
Don't use cached less sources and imported files in dev mode
|
Mar 14, 2017
|
|
theme-package.coffee
|
Streamline path resolution for preloaded packages
|
Mar 28, 2017
|
|
tiled-component.coffee
|
Fix failing tests
|
Oct 7, 2016
|
|
title-bar.coffee
|
Introduce a non-explicit getUserDefault-method
|
Aug 5, 2016
|
|
token-iterator.coffee
|
Stop using GrammarRegistry in TextEditor
|
Jul 27, 2016
|
|
token.coffee
|
Remove unused variables
|
Sep 26, 2016
|
|
tokenized-buffer-iterator.js
|
Fix failing tests
|
Oct 7, 2016
|
|
tokenized-buffer.coffee
|
Use new maxLineLength parameter to GrammarRegistry
|
Feb 28, 2017
|
|
tokenized-line.coffee
|
Remove unused variables
|
Sep 26, 2016
|
|
tooltip-manager.coffee
|
👕
|
Dec 23, 2016
|
|
tooltip.js
|
🎨
|
Apr 27, 2017
|
|
typescript.js
|
Make sourcemaps work for bable & typescript on Windows
|
Sep 9, 2016
|
|
update-process-env.js
|
Run shell as detached process
|
Nov 24, 2016
|
|
view-registry.coffee
|
Remove more usages of getView, document `getElement` API
|
Apr 6, 2017
|
|
window-event-handler.coffee
|
Replace CommandRegistry.addBundled with a boolean param in .add
|
Mar 17, 2017
|
|
window.js
|
Convert window.coffee and clipboard.coffee to javascript
|
Aug 2, 2016
|
|
workspace-center.js
|
Fix dock dragging
|
Apr 8, 2017
|
|
workspace-element.js
|
🐛 Make sure docks affordance can always be revealed
|
Apr 13, 2017
|
|
workspace.js
|
Merge pull request #14339 from atom/mb-dont-change-focus-when-hiding-…
|
May 11, 2017
|