Commit Graph

929 Commits

Author SHA1 Message Date
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
Max Brunsfeld
2285e8a42c Move babel config to a separate file in static directory 2015-08-19 17:55:29 -07:00
Max Brunsfeld
49e37f5410 Use source-map-support to handle stack trace conversion
Previously, our Error.convertStackTrace function was provided by coffeestack,
which only works for coffee-script. This adds a dependency on 'source-map-support',
which works for any source file with inline source maps.

This also refactors the code for registering our compilers (coffee-script,
typescript, and babel) so that caching logic is shared.
2015-08-19 17:55:29 -07:00
simurai
9fb97b093f Add text color to atom-workspace
So text is readable on top of @app-background-color
2015-08-01 16:51:36 +09:00
simurai
5236b72103 Enable subpixel AA for tabs, status-bar etc.
Problem: The GPU layer added to the .gutter .tiles cause the surounding UI to also composite layers, like the tas or the status-bar. This disables subpixel anti-aliasing and text doesn't look that sharp.

Eventough the `.gutter` has `overflow: hidden`, it seems Chrome still thinks there is a chance of overlapping and thus creates the extra layers.

Solution: Creating an own stacking context for the `.gutter` seems to fix it.

Issue #7904
2015-07-18 20:05:28 +09:00
Machisté N. Quintana
3ac69500b0 Add SF UI font 2015-06-30 08:24:04 -04:00
Kevin Sawicki
993d702ce9 Include deprecated APIs when running core specs 2015-06-24 16:51:48 -04:00
Kevin Sawicki
85a4ae7fea Remove --include-deprecated-apis command line option 2015-06-24 16:51:48 -04:00
Kevin Sawicki
bde74dee0b Merge pull request #7281 from atom/sm-default-editor-font
New default editor font
2015-06-19 09:12:18 -07:00
Machiste Quintana
1bd94c670f Fix copypasta selector 2015-06-16 20:23:41 -04:00
Machiste Quintana
fe4654c9ea 🐛 Fix pane resize cursors on Windows 2015-06-16 20:18:16 -04:00
simurai
e4ba689e40 Replaces default editor font
Only affects OS X
2015-06-15 16:03:50 +09:00
Roy Martin
384b88eecf Fix inconsistency with pane resize cursors. 2015-06-09 01:06:45 -07:00
Antonio Scandurra
d294f35849 Get rid of .underlayer
/cc: @nathansobo
2015-06-05 16:26:33 +02:00
Kevin Sawicki
37939f6c76 Log deprecated-packages require error 2015-06-03 16:12:48 -07:00
Kevin Sawicki
c9eb9d71cc Setup deprecated packages in dev mode 2015-06-03 16:11:16 -07:00
Kevin Sawicki
bf37a66831 Rename --one to --include-deprecated-apis 2015-06-02 16:36:20 -07:00
My-khael Pierce
a1b4f89ddd remove unnecessary line break 2015-06-02 16:36:14 -04:00
Ben Ogle
49c8a10c08 Fix text lint error 2015-05-29 13:22:03 -07:00
Ben Ogle
fad99c69e6 Fix build issue: import ui vars. 2015-05-29 10:38:37 -07:00
Ben Ogle
98dc2f9d7f Style links and code blocks in text-* classes 2015-05-28 16:09:15 -07:00
simurai
08c4e8e007 Unstyle <kbd>
that got intruduced in latest Boostrap upgrade.

Fixes #6923
2015-05-24 16:37:36 +09:00
Machiste Quintana
54ca895777 Use configured font settings in tooltips 2015-05-18 19:30:05 -04:00
Kevin Sawicki
c4d7df9e99 Prevent global variables from leaking out of index.js 2015-05-14 09:54:35 -07:00
Kevin Sawicki
9f2faa086b Add back raw load settings logging 2015-05-13 10:11:46 -07:00
Kevin Sawicki
f2c50bfd9e Remove unneeded loadSettings validation 2015-05-13 10:00:54 -07:00
Kevin Sawicki
f989981d19 Extract getCacheDirectory helper 2015-05-13 09:50:11 -07:00
Kevin Sawicki
fff546a1e5 Don't set background of spec windows 2015-05-13 09:47:10 -07:00
Kevin Sawicki
a0abd9ebe4 🎨 2015-05-13 09:37:13 -07:00
Kevin Sawicki
ded2438700 Add ; to inline style 2015-05-13 09:37:13 -07:00
Kevin Sawicki
943df49300 Read/write window background in local storage 2015-05-13 09:37:13 -07:00
Kevin Sawicki
87db62a70b Remove empty title element 2015-05-13 09:37:12 -07:00