Commit Graph

30905 Commits

Author SHA1 Message Date
Antonio Scandurra
fe95ee8520 Run script/lint also on AppVeyor and Travis 2017-02-06 18:49:20 +01:00
Antonio Scandurra
1a039df643 ⬆️ atom-select-list
Fixes https://github.com/atom/grammar-selector/issues/39
2017-02-03 09:45:19 +01:00
Ian Olsen
024f5689bc ⬆️ text-buffer 2017-02-02 17:42:46 -08:00
Antonio Scandurra
9c7d6f1ae5 ⬆️ deprecation-cop 2017-02-02 15:02:14 +01:00
Antonio Scandurra
4aeec857a8 ⬆️ markdown-preview 2017-02-02 14:55:54 +01:00
Ian Olsen
81e8cccd25 ⬆️ text-buffer 2017-02-01 08:53:28 -08:00
Lee Dohm
523ceeb2bf ⬆️ settings-view@0.247.0 2017-01-31 17:51:43 -08:00
Nathan Sobo
c6fe3c66dc ⬆️ text-buffer 2017-01-31 10:22:02 -07:00
Lee Dohm
7e7224c670 Merge pull request #13563 from shreyasminocha/master
Updated documentation about keys outside config schema
2017-01-27 18:13:23 -08:00
Antonio Scandurra
46d559d4d6 ⬆️ markdown-preview 2017-01-27 15:18:56 +01:00
Michelle Tilley
8b366939be Merge pull request #13696 from atom/mkt-update-signing-step
Allow code signing cert to be specified at a local path
2017-01-26 10:37:18 -08:00
Wliu
683dca55fb ⬆️ autocomplete-css@0.15.0 2017-01-25 21:08:49 -05:00
Wliu
b08b6392ec ⬆️ whitespace@0.36.2 2017-01-25 21:08:06 -05:00
Ian Olsen
4d8fb3baac ⬆️ tree-view 2017-01-25 16:59:02 -08:00
Ian Olsen
4b03faf6e0 ⬆️ text-buffer@10.3.0 2017-01-25 16:17:52 -08:00
Ian Olsen
1cabda53fc Merge pull request #13657 from atom/io-close-deleted-tabs-option
Add option for closing deleted file tabs
2017-01-25 15:00:07 -08:00
Michelle Tilley
1b6394955b ⌨️ Fix typo 2017-01-25 11:47:31 -08:00
Michelle Tilley
c7bc416cea Require Node 6 for building 2017-01-25 11:25:43 -08:00
Michelle Tilley
dcaadb8870 Upgrade Node on Travis 2017-01-25 11:15:46 -08:00
Michelle Tilley
6f6865f9cd Don't download cert on Windows unless we're signing 2017-01-25 11:10:36 -08:00
Michelle Tilley
e4362aa1b9 Update Circle node version 2017-01-25 11:03:05 -08:00
Michelle Tilley
b931c925d5 Allow Windows signing cert to be specified by ATOM_WIN_CODE_SIGNING_CERT_PATH 2017-01-25 10:59:34 -08:00
Michelle Tilley
a6445235f4 Allow macOS signing cert to be specified by ATOM_MAC_CODE_SIGNING_CERT_PATH 2017-01-25 10:57:31 -08:00
Antonio Scandurra
7aa87d77b8 ⬆️ styleguide 2017-01-25 10:29:06 +01:00
Antonio Scandurra
82f43af76c ⬆️ markdown-preview 2017-01-25 10:26:43 +01:00
Antonio Scandurra
be4b555ebf ⬆️ find-and-replace 2017-01-25 09:43:15 +01:00
Ash Wilson
d1767dce16 ⬆️ apm 2017-01-24 12:27:26 -05:00
Antonio Scandurra
3ef4db46ad Merge pull request #13687 from atom/as-fix-stackoverflow-exception
Fix infinite recursion when calling `editor.getLastSelection` from an `onDidAddCursor` event handler
2017-01-24 13:49:34 +01:00
Antonio Scandurra
e49ac783f8 Fix infinite recursion when calling getLastSelection from onDidAddCursor 2017-01-24 12:18:09 +01:00
Damien Guard
4704c96803 Merge pull request #13685 from atom/dg-handle-remove-from-list-windows-tasklist
Honor removing projects from the Windows jump list
2017-01-23 22:27:29 -08:00
Damien Guard
50f49cf794 Honor removing projects from the Windows jump list 2017-01-23 20:54:25 -08:00
simurai
1921dd5b71 ⬆️ tree-view@v0.213.2 2017-01-24 13:41:01 +09:00
Lee Dohm
88a190532c Merge pull request #13680 from Down10/patch-1
Add description text to the File Encoding list
2017-01-23 16:34:01 -08:00
Jesse Burgheimer
3615f500d9 Update config-schema.js
Caught a typo.
2017-01-23 11:45:44 -08:00
Jesse Burgheimer
eec0d7263d Sorted the list by description titles
I kept the Chinese entries together, however.
2017-01-23 11:43:32 -08:00
Antonio Scandurra
ac3b95f081 ⬆️ metrics 2017-01-23 17:48:03 +01:00
Antonio Scandurra
c5fbb79ac9 Merge pull request #13668 from atom/as-dont-throw-exception-for-malformed-css
Don't transform deprecated selectors containing malformed CSS
2017-01-23 13:36:23 +01:00
Jesse Burgheimer
379d045095 Added description text to the File Encoding list
I updated the list of text encodings that appear in the Settings configuration menu to properly reflect the code pages supported by [encoding-selector](https://github.com/atom/encoding-selector), as well as present descriptive text in the selection menu.

In the process, I removed what appeared to be a duplicate entry ('iso88597').

Note: I don't know if this change will affect the functionality of the menu, but I presume a more experience coder can figure this out.
2017-01-22 23:50:01 -08:00
Damien Guard
f778d9a6a5 ⬆️ deprecation-cop 2017-01-22 21:37:35 -08:00
Ian Olsen
22a881323c Move shouldDestroyBufferOnFileDelete callback to TextBuffer constructor
Also add setting the callback to buffers created via deserialization.
2017-01-20 13:52:49 -08:00
Nathan Sobo
82741c7cac Merge pull request #13664 from atom/fb-as-show-cursor-on-selection
Add showCursorOnSelection config
2017-01-20 14:07:21 -07:00
Damien Guard
1d2331b7e9 Merge pull request #13671 from atom/dg-yardstick-win32-specs
Ensure win32 has parity with macOS for yardstick specs
2017-01-20 12:47:50 -08:00
Damien Guard
d6553ab62c Ensure win32 has parity with macOS for yardstick specs 2017-01-20 11:36:27 -08:00
Antonio Scandurra
93f2e34ded Don't transform deprecated selectors containing malformed CSS 2017-01-20 15:09:57 +01:00
Andres Suarez
1ee9d7b0f9 Add showCursorOnSelection config 2017-01-20 08:53:28 -05:00
Antonio Scandurra
62d804b858 Merge pull request #13667 from atom/as-fix-ctrl-wheel-change-font-size
Fix increasing/decreasing font size via ctrl-mousewheel
2017-01-20 14:49:19 +01:00
Antonio Scandurra
1af1400911 Fix increasing/decreasing font size via ctrl-mousewheel
This regression was introduced with the removal of the shadow DOM from
`<atom-text-editor>` elements. Previously we were relying on Chrome
always reporting `<atom-text-editor>` as the mousewheel `event.target`.
As a result, removing the shadow boundary caused the mousewheel event to
be potentially dispatched from anywhere inside the editor element,
making our previous logic for handling ctrl-mousewheel invalid. This
commit fixes it by recognizing mousewheel events that are dispatched
from within an editor.
2017-01-20 13:53:49 +01:00
simurai
8154510383 ⬆️ notifications@v0.66.2 2017-01-20 21:19:25 +09:00
Antonio Scandurra
093cc8d584 ⬆️ markdown-preview 2017-01-20 11:24:30 +01:00
Damien Guard
afe7f9a1fa Revert unintentional commit to lines-yardstick-spec.coffee 2017-01-19 23:32:02 -08:00