Commit Graph

24993 Commits

Author SHA1 Message Date
Lee Dohm
ad0ea13942 Add white-cursor Less mixin for use in dark syntax themes
Applies to #1654
2015-09-11 21:55:27 -07:00
Ivan Žužak
bc68056481 Merge pull request #8751 from Ingramz/patch-2
Fix a typo in Electron URL
2015-09-11 09:02:17 +02:00
Indrek Ardel
16faef2b79 Fix a typo in Electron URL 2015-09-11 09:42:09 +03:00
Daniel Hengeveld
9a32094f3e Merge pull request #8731 from atom/mq-electron-label
📝 Document `electron` label in Contributing guide
2015-09-10 17:55:45 -07:00
Nathan Sobo
467328b0ba ⬆️ find-and-replace 2015-09-10 17:03:32 -07:00
simurai
66a608dc7c ⬆️ language-csharp@v0.10.0 2015-09-10 11:55:50 -07:00
Nathan Sobo
7a27d1c514 Merge pull request #8715 from atom/ingramz-ns-fix-scope-ends
Correctly terminate scopes that end at the beginning of a line
2015-09-10 11:14:25 -07:00
Nathan Sobo
c0a4987e66 🎨 2015-09-10 10:16:38 -07:00
Nathan Sobo
eaeed3c892 🙈 Actually push scopeName 2015-09-10 10:16:38 -07:00
Nathan Sobo
c1d4f3f1a0 🎨 Only pop from scopeStarts if top of stack matches ending scope 2015-09-10 10:16:38 -07:00
Nathan Sobo
6edd3fde76 Add spec for token iterator regression 2015-09-10 10:16:38 -07:00
Indrek Ardel
bb11d13fe3 Fix typo 2015-09-10 10:16:37 -07:00
Indrek Ardel
e1b984820d Pop scope from the top of scopeStarts directly 2015-09-10 10:16:37 -07:00
Antonio Scandurra
9a431a5c97 💚 2015-09-10 18:06:18 +02:00
Lee Dohm
cd1134bd3e Merge pull request #8672 from fedorov/clarify-addOpener-usage
Add a clarification about the usage of addOpener
2015-09-10 07:59:07 -07:00
Wliu
859c3ff965 ⬆️ language-shellscript@0.17.0 2015-09-09 19:54:02 -04:00
Wliu
03a8ce69a0 Update package.json 2015-09-09 19:53:45 -04:00
Max Brunsfeld
2dbd556c50 Fix chromedriver location in integration specs 2015-09-09 12:34:28 -07:00
Max Brunsfeld
f56dde9c91 Setup browser-process exception handler before requiring anything
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-09-09 11:57:54 -07:00
Max Brunsfeld
e7838398e9 Set ATOM_RESOURCE_PATH for apm during bootstrap
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-09-09 11:57:52 -07:00
Thomas Johansen
e34d49ebb5 ⬆️ bookmarks@0.37.0 2015-09-09 20:29:38 +02:00
Thomas Johansen
31cb4a475c ⬆️ git-diff@0.56.0 2015-09-09 18:23:09 +02:00
Machisté N. Quintana
d7a0c76bd4 📝 Document electron label in Contributing guide 2015-09-09 09:56:09 -04:00
Nathan Sobo
ddb519ce7b ⬆️ tree-view 2015-09-08 15:35:18 -06:00
Thomas Johansen
fbeee46957 ⬆️ one-dark/light-ui@1.0.4 2015-09-08 20:39:38 +02:00
Thomas Johansen
0dc59cf1d8 Merge pull request #8612 from atom/sm-sf-font-beta
San Francisco font on El Capitan Beta
2015-09-08 20:35:12 +02:00
Nathan Sobo
30a5a1c580 ⬆️ incompatible-packages 2015-09-08 11:02:37 -06:00
Machisté N. Quintana
589319491b Merge pull request #8623 from aranajhonny/master
Fixed link for instructions Node.js.
2015-09-08 12:48:19 -04:00
Nathan Sobo
ca95adc2e1 Merge pull request #8475 from atom/ns-rebuild-packages
Add API for rebuilding native modules of packages
2015-09-08 10:42:23 -06:00
Nathan Sobo
7e0b0a4427 Cache incompatible packages based on electron version
This will cause us to re-check all packages when upgrading the version
of Electron.
2015-09-08 09:53:45 -06:00
Nathan Sobo
f5a591f6b3 Disable colored output from apm rebuild 2015-09-08 09:53:45 -06:00
Nathan Sobo
ea5b12d69c Clear build failures, cached incompatible modules after rebuild 2015-09-08 09:53:45 -06:00
Nathan Sobo
f571ee7baf Add Package::rebuild 2015-09-08 09:53:45 -06:00
Nathan Sobo
9a129c263b Merge pull request #7877 from atom/tj-electron-29
Upgrade to Electron v0.30.6
2015-09-08 09:41:25 -06:00
Wliu
6616812584 ⬆️ language-csharp@0.9.0 2015-09-07 14:38:37 -04:00
Thomas Johansen
f58a133fd5 ⬆️ electron@0.30.6 2015-09-06 10:27:26 +02:00
Thomas Johansen
919445cf8a 🐛 Fix undefined reference to syntheticEvent 2015-09-06 10:27:26 +02:00
Nathan Sobo
aed785924d Continue to dispatch CustomEvent instances in CommandRegistry
This changes the approach used to synthesize an event to dispatch. Since
we can no longer point to the original event as our prototype, we build
a new CustomEvent instance and override select properties with
Object.defineProperty. This preserves the contract with event handlers
by giving them a true CustomEvent instance.
2015-09-06 10:27:25 +02:00
Thomas Johansen
27f1af380e 🔥 Remove unnecessary ATOM_NODE_VERSION bootstrapping 2015-09-06 10:27:25 +02:00
Thomas Johansen
c312541399 🎨 Fix non-alphabetical ordering of dependencies 2015-09-06 10:27:25 +02:00
Thomas Johansen
9820afd181 ⬆️ electron@0.30.5 2015-09-06 10:27:25 +02:00
Thomas Johansen
1f54cfb881 ⬆️ electron@0.30.4 2015-09-06 10:27:25 +02:00
Thomas Johansen
6753077c6a ⬆️ electron@0.30.3 2015-09-06 10:27:25 +02:00
Thomas Johansen
6294bc22d7 Simplify workaround, and describe issue with Object.create + CustomEvent 2015-09-06 10:27:25 +02:00
Paul Betts
b483fc6805 Set App User Model ID on Win32 2015-09-06 10:27:25 +02:00
Thomas Johansen
38a096bd05 🎨 Set environment variables using dot notation 2015-09-06 10:27:25 +02:00
Cheng Zhao
ddc90533b5 ⬆️ electron@0.30.2 2015-09-06 10:27:25 +02:00
Cheng Zhao
02b4da4819 Use clang as compiler on travis CI 2015-09-06 10:27:25 +02:00
Cheng Zhao
6dbb9c63a7 Use clang to build native modules 2015-09-06 10:27:24 +02:00
Cheng Zhao
2a61707a59 Install gcc 4.8 on travis CI 2015-09-06 10:27:24 +02:00