Commit Graph

28280 Commits

Author SHA1 Message Date
Nathan Sobo
34e2bf13ce Add native profiling instructions 2016-03-31 16:59:36 -06:00
Lee Dohm
a058f3721f Merge pull request #11316 from atom/ld-issue-template-os-version
Add request for OS and version to Issue Template
2016-03-31 10:31:15 -07:00
Antonio Scandurra
51d71b4b55 Merge pull request #11325 from atom/as-fix-emojis
Fix emoji rendering on OSX
2016-03-31 17:45:58 +02:00
Antonio Scandurra
47bbd8b4bb Ensure we test for emojis only on Darwin 2016-03-31 17:45:32 +02:00
Damien Guard
0f615ff4e6 Merge pull request #11329 from atom/tj-fix-nullref-callback
Fix potential null reference callback invokation in script/clean
2016-03-31 08:27:18 -04:00
Thomas Johansen
22acdb76f6 🐛 Fix potential null reference callback invokation
Fixes #11328
2016-03-31 13:24:14 +02:00
Antonio Scandurra
d89d34f4ef 💚 2016-03-31 13:02:52 +02:00
Antonio Scandurra
dea5c5560e ⬆️ bracket-matcher 2016-03-31 12:03:26 +02:00
Antonio Scandurra
3fb2749583 Merge pull request #11324 from atom/as-jordanbtucker-config-save-state
Add restorePreviousWindowsOnStart setting
2016-03-31 11:56:43 +02:00
Antonio Scandurra
d568c76b0b 🍎 Fix emoji rendering 2016-03-31 11:44:32 +02:00
Antonio Scandurra
296c016bf8 🐎 Don't load state when restorePreviousState is false 2016-03-31 10:41:23 +02:00
Antonio Scandurra
cd41b1a0ca Improve assertion
This allows us to test that the configuration can be changed outside of Atom.
2016-03-31 10:40:57 +02:00
Machisté N. Quintana
36be446060 Merge pull request #6631 from atom/mq-move-selected-columns
Add commands to move selections left and right by one column
2016-03-30 22:30:19 -07:00
Josh Abernathy
0a657fc053 Merge pull request #11320 from atom/bump-nodegit
Update nodegit
2016-03-30 20:42:45 -04:00
Josh Abernathy
a15da5fa01 Merge pull request #11315 from atom/serialize-async-git
Serialize async git
2016-03-30 20:42:23 -04:00
Nathan Sobo
4dd6f4acd7 ⬆️ atom-keymap 2016-03-30 16:26:56 -06:00
Nathan Sobo
81d3a23c95 ⬆️ text-buffer 2016-03-30 16:13:30 -06:00
joshaber
3b162717b4 Merge branch 'master' into serialize-async-git 2016-03-30 16:40:01 -04:00
joshaber
b3a2680fab ⬆️ nodegit@0.12.1 2016-03-30 16:33:25 -04:00
Machisté N. Quintana
3068631d19 Don't open a transaction if there's a selection at the start / end of line 2016-03-30 12:48:11 -07:00
Lee Dohm
ceaeef8675 Add request for OS and version 2016-03-30 09:36:59 -07:00
joshaber
f19d3a2bce Unfocus. 2016-03-30 11:59:35 -04:00
joshaber
f59a86b2b9 Note that we're not using this yet. 2016-03-30 11:51:49 -04:00
joshaber
dea119ef3e Less repo-centric naming. 2016-03-30 11:50:05 -04:00
joshaber
e701fcc292 Rename work queue to resource pool. 2016-03-30 11:47:05 -04:00
joshaber
f028c779b1 Treat it more like a pool. 2016-03-30 11:44:24 -04:00
joshaber
6ba2f6d4b8 Pull refresh outside the work function.
Otherwise we deadlock lolololol
2016-03-30 11:23:54 -04:00
joshaber
c0e9fde590 Re-organize to prevent recursive work queueing. 2016-03-30 11:17:58 -04:00
Damien Guard
eb1afced74 More Windows build clarifications. 2016-03-30 08:05:39 -07:00
Damien Guard
2a6e411094 Add troubleshooting for no Visual C++ installed 2016-03-30 07:42:18 -07:00
Wliu
1550a40024 Merge pull request #11311 from coliff/patch-2
https link to nodejs.org
2016-03-30 10:40:28 -04:00
Christian Oliff
1d4ba76756 Updated link to NodeJS with nicer landing page
Updated link to NodeJS with nicer landing page
2016-03-30 22:53:04 +09:00
Wliu
cea3ac64a5 ⬆️ language-less@0.29.2 2016-03-30 09:37:38 -04:00
Daniel Hengeveld
80fc98a6ca Merge pull request #11312 from coliff/patch-3
https link to nodejs.org and visualstudio.com
2016-03-30 10:32:04 +02:00
Christian Oliff
0442aac9a3 https link to nodejs.org and visualstudio.com
https links to nodejs.org and visualstudio.com
2016-03-30 17:25:59 +09:00
Christian Oliff
1a124853f0 https link to nodejs.org
https link to nodejs.org
2016-03-30 17:23:50 +09:00
simurai
fb2a08f1f7 ⬆️ solarized-dark/light-syntax@v1.0.1 2016-03-30 14:38:44 +09:00
joshaber
f1516f7de4 First pass at using the work queue. 2016-03-29 23:54:39 -04:00
joshaber
36121e3bf8 First pass at the git work queue. 2016-03-29 22:59:24 -04:00
Nathan Sobo
5c8fee44a3 Merge pull request #11306 from atom/ns-warn-on-leaked-path-watches
Warn rather than failing if we detect leaked pathwatcher subscriptions
2016-03-29 17:19:56 -06:00
Nathan Sobo
265aa2f6c8 Warn rather than failing if we detect leaked pathwatcher subscriptions 2016-03-29 16:46:57 -06:00
Michelle Tilley
edcceeed5b ⬆️ apm
(cherry picked from commit c6319ea602)
2016-03-29 15:12:23 -07:00
Josh Abernathy
614eb818c8 Merge pull request #11295 from atom/fix-submodule-line-diffs
Take the submodule into account in more instances.
2016-03-29 11:57:41 -04:00
Jordan Tucker
f4b94fef30 always save state on close, check config on open 2016-03-29 08:30:18 -07:00
joshaber
4b3ca21e29 Cache the workdir per-repo. 2016-03-29 11:26:39 -04:00
Antonio Scandurra
ea01981a85 Merge pull request #11286 from atom/as-fix-pane-axis-element-subscriptions
Correctly (un)subscribe to model events on PaneAxisElement attach/detach
2016-03-29 09:46:10 +02:00
Machiste Quintana
3b222dbee8 Don't merge selections if at start or end of line 2016-03-28 23:26:28 -07:00
Machiste Quintana
e932e3db05 Merge branch 'master' into mq-move-selected-columns 2016-03-28 22:16:31 -07:00
Wliu
435dcc7bdb ⬆️ language-json@0.18.0 2016-03-28 21:15:16 -04:00
Nathan Sobo
f83fcac26a Merge pull request #11296 from atom/dg-ns-improve-windows-build
Improve build on Windows
2016-03-28 16:54:48 -06:00