Commit Graph

960 Commits

Author SHA1 Message Date
joshaber
6948dd4e8d Linter was mad about these now. 2016-01-07 17:13:56 -05:00
Antonio Scandurra
fa48b2fbe0 Make v8 version part of the key 2015-12-11 17:47:04 +01:00
simurai
5fa2a6b52d Use @font-size for button icons 2015-11-24 15:48:32 +09:00
simurai
ab9efd1913 Adjust icon size for small buttons 2015-11-07 21:48:38 +09:00
Kevin Sawicki
0982825c4a Link to right issue 2015-11-03 15:34:42 -08:00
Kevin Sawicki
0e6da955cd Link fully to issue 2015-11-03 15:32:06 -08:00
Kevin Sawicki
70f5f86052 Go back to using ATOM_HOME 2015-11-03 14:36:49 -08:00
Kevin Sawicki
91a4d04ace Return early if ATOM_HOME is already set 2015-11-03 14:36:06 -08:00
Kevin Sawicki
a0f68ec978 Setup ATOM_HOME immediately after parsing load settings 2015-11-03 14:35:30 -08:00
Kevin Sawicki
b9d30176d8 Remove unused method 2015-11-03 14:31:52 -08:00
Kevin Sawicki
2e6b8a3e96 Guard against loadSettings error 2015-11-03 14:31:35 -08:00
Dave Rael
f92188fc27 Remove unused inclusion of fs 2015-11-03 14:10:55 -08:00
Dave Rael
5d5d83d474 Remove duplication of locating Atom Home 2015-11-03 14:10:37 -08:00
Kevin Sawicki
de7cf162f9 Merge pull request #8442 from atom/portable-mode
Enable Portable Mode
2015-11-03 12:49:54 -08:00
Antonio Scandurra
6290822067 Export a function in windowInitializationScript
...so that we can pass BlobStore to AtomEnvironment
2015-11-03 09:51:08 +01:00
Antonio Scandurra
e1087acf9e Save BlobStore only when unloading editor window 2015-11-02 19:49:14 +01:00
Antonio Scandurra
a8b5bb243f Save BlobStore only in the first window 2015-11-02 10:53:04 +01:00
Antonio Scandurra
27a6f36738 Remove references to cache 2015-10-30 18:49:06 +01:00
Antonio Scandurra
abcfc8579b Rename to FileSystemBlobStore 2015-10-30 18:42:38 +01:00
Antonio Scandurra
72639e5393 🎨 Satisfy linter requirements 2015-10-30 11:36:58 +01:00
Antonio Scandurra
71b6871d3b 🐎 Make IO faster for v8 compile cache 2015-10-30 10:14:14 +01:00
Antonio Scandurra
c684273ecf Introduce NativeCompileCache 2015-10-30 10:14:14 +01:00
Ivan Žužak
683949b75d Increase timeout for starting a profile after opening devtools 2015-10-21 12:06:32 +02:00
Dave Rael
e0697ecc7f Merge branch 'master' into portable-mode
Conflicts:
	src/atom-environment.coffee
2015-10-20 20:58:14 -06:00
Dave Rael
82f5e81cec Restore check on ATOM_HOME
(undo db57479bf9)
Check on ATOM_HOME is not superfluous - needed on Linux because of
difference in inheriting environment variables between browser and render
processes
2015-10-16 04:24:57 -06:00
Antonio Scandurra
82fbec0879 🐛 Give priority to initial window background
Otherwise, since we now add styles element right during AtomEnvironment
construction, the default background gets showed (i.e. white on my machine).

/cc: @nathansobo
2015-10-15 11:05:16 +02:00
Dave Rael
db57479bf9 Remove superfluous check on ATOM_HOME
always set at the process level, so always set here
2015-10-09 11:21:41 -06:00
Nathan Sobo
e886d8b253 Rename “bootstrap” scripts
They’re just window initialization scripts, and this new naming makes
that a lot clearer.
2015-10-07 15:24:50 -05:00
Nathan Sobo
3fc9ab8ffa Remove unused function 2015-09-22 10:37:09 -06:00
Nathan Sobo
68fe7026a8 Disable deprecated APIs in specs 2015-09-22 10:37:07 -06:00
Nathan Sobo
b3e97cd5c6 Drop special stylesheet handling for atom-space-pen-views 2015-09-18 20:48:52 -06:00
Nathan Sobo
46a833a608 Revert "Merge pull request #8778 from atom/mq-system-font"
This reverts commit 457e80113e, reversing
changes made to de61aecfd1.
2015-09-16 14:37:25 -06:00
Machisté N. Quintana
457e80113e Merge pull request #8778 from atom/mq-system-font
Use system menu font for Atom UI
2015-09-16 10:08:28 -04:00
Antonio Scandurra
c7d4871453 Merge pull request #8730 from atom/as-faster-style-recalculation
Faster Style Recalculations
2015-09-15 11:25:10 +02:00
Machiste Quintana
028fbbfd35 Simplify CSS guard 2015-09-14 13:18:57 -04:00
Machiste Quintana
d8437c2213 Allow and guard against undefined font-family 2015-09-13 17:06:09 -04:00
Machiste Quintana
4fe1c2db01 Use menu font on root element too 2015-09-13 16:48:13 -04:00
Machiste Quintana
6949c80665 Use system font for menus in atom-workspace 2015-09-13 16:47:11 -04:00
Lee Dohm
0c623401d6 Add imports to prevent build failure 2015-09-12 03:48:04 -07:00
Lee Dohm
ad952814ac Fix bad import name 2015-09-11 21:55:27 -07:00
Lee Dohm
0e1cca6a4d Update import file for new cursor file name 2015-09-11 21:55:27 -07:00
Lee Dohm
fd4e0e6e69 Change name of white cursor mixin 2015-09-11 21:55:27 -07:00
simurai
0ab52b654e Use white-cursor on dark editors 2015-09-11 21:55:27 -07:00
simurai
2585e691e0 Don't output the white-cursor mixin 2015-09-11 21:55:27 -07:00
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
Antonio Scandurra
493df95294 Merge branch 'master' into as-faster-style-recalculation 2015-09-09 20:53:58 +02:00
Antonio Scandurra
6b4e769a90 Position line numbers relatively 2015-09-09 17:58:39 +02:00
simurai
e1e2177058 Use San Francisco font on El Capitan Beta
`SF UI Text` only works for the downloaded version of the San Francisco font.
`.SFNSText-Regular` adds support for the bundled version that ships in El Capitan Beta
2015-09-01 14:26:05 +09:00
Max Brunsfeld
a4b9b9c6cd 👕 Use standard style for js code 2015-08-21 16:56:32 -07:00
Max Brunsfeld
b533aff8f4 🐎 Minimize dependencies loaded before the module-cache 2015-08-21 13:48:56 -07:00