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
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
Damien Guard
d50b56b6a1
Add title for proxy settings config
2017-01-19 18:55:04 -08:00
Damien Guard
30b53d5991
🎨 @
2017-01-19 15:59:29 -08:00
Damien Guard
9db39a6bfd
Merge pull request #13662 from atom/dg-delayed-start-buffered-process
...
Allow a BufferedProcess to be manually started
2017-01-19 15:07:04 -08:00
Damien Guard
6dd6f171c2
Allow a bufferdprocess to be manually started
2017-01-19 13:30:39 -08:00
Nathan Sobo
5561b54a01
Merge pull request #13644 from atom/io-state-connected-flag
...
Check whether state store is connected when prompting to save files
2017-01-19 12:29:15 -07:00
Damien Guard
0e7400d55c
⬆️ language-csharp
2017-01-19 08:42:22 -08:00
Wliu
56f476a65d
Merge pull request #13661 from pietro909/update-README-build-macos
...
Fix broken link for macOS.
2017-01-19 11:03:48 -05:00
Pietro Grandi
3f3832174e
Fix broken link for macOS.
2017-01-19 16:27:32 +01:00
Antonio Scandurra
d23deb5ff7
⬆️ status-bar to fix the build
2017-01-19 15:06:00 +01:00
Antonio Scandurra
c7aa27622c
⬆️ keybinding-resolver
2017-01-19 14:23:06 +01:00
Antonio Scandurra
e2234470fa
⬆️ package-generator
2017-01-19 14:21:36 +01:00
Antonio Scandurra
4162987dce
⬆️ git-diff
2017-01-19 13:59:47 +01:00
Antonio Scandurra
f26b600a8d
⬆️ status-bar
2017-01-19 13:57:47 +01:00
Antonio Scandurra
9596887445
⬆️ line-ending-selector
2017-01-19 13:56:36 +01:00
Antonio Scandurra
31689d3b51
⬆️ grammar-selector
2017-01-19 13:56:03 +01:00
Antonio Scandurra
376971499e
⬆️ go-to-line
2017-01-19 13:55:27 +01:00
Antonio Scandurra
2e1b9a1245
⬆️ encoding-selector
2017-01-19 13:54:41 +01:00
Antonio Scandurra
a8ef16cc16
⬆️ deprecation-cop
2017-01-19 13:54:02 +01:00
Antonio Scandurra
01acc8862e
⬆️ command-palette
2017-01-19 13:53:05 +01:00
Antonio Scandurra
ec88d6709d
⬆️ bookmarks
2017-01-19 13:52:23 +01:00
Antonio Scandurra
1d13f45277
⬆️ styleguide
2017-01-19 13:50:54 +01:00
Antonio Scandurra
3ac76374f8
Merge pull request #13573 from atom/as-remove-i686-rpm-dependency
...
Install only the 64 bit version of libXss.so.1
2017-01-19 13:49:01 +01:00
Ian Olsen
d2b97e1043
Merge branch 'master' into io-state-connected-flag
2017-01-18 16:16:21 -08:00
Ian Olsen
66ae68828e
Make stateStore.isConnected a method
2017-01-18 15:57:35 -08:00
Nathan Sobo
3aa773b700
Merge pull request #13654 from atom/ns-increase-max-listeners
...
Increase max listener limit on ipcRenderer
2017-01-18 13:28:51 -07:00
Damien Guard
494c042915
Merge pull request #13652 from torn4dom4n/master
...
Update build status
2017-01-18 11:22:46 -08:00