This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[MAC] Enabling back sub pixel antialiasing for code view #11235
Merged
Merged
Commits on Jun 4, 2015
-
Fix the rendering issue on Mac. Enabling back sub pixel anti-aliasing…
…, but only for non-retina displays. For retina displays, grey scale anti aliasing is used.
Configuration menu - View commit details
-
Copy full SHA for 1015223 - Browse repository at this point
Copy the full SHA 1015223View commit details
Commits on Jun 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 698f52b - Browse repository at this point
Copy the full SHA 698f52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7cafae - Browse repository at this point
Copy the full SHA c7cafaeView commit details -
Add a preference to turn on/off subpixel-antialiasing
Labuser authored and Labuser committedJun 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 7a95c0a - Browse repository at this point
Copy the full SHA 7a95c0aView commit details
Commits on Jun 9, 2015
-
Default the code view antialiasing to subpixel which can be overridde…
…n using a new preference fontSmoothing. With these changes, the UI would have gray scale anti aliasing and the code view container editor-holder, would have subpixel-antialiasing on. The reason to disable subpixel antialiasing for UI is that SourceSansPro does not render fine on low res monitors with subpixel AA on.
Configuration menu - View commit details
-
Copy full SHA for 74e7ff9 - Browse repository at this point
Copy the full SHA 74e7ff9View commit details
Commits on Jul 2, 2015
-
Changed the way AA type is getting set. Added a new class by name sub…
…pixel-aa that will get added to #editor-holder by default on Mac. Also changed the preference name from fontSmoothing to fonts.fontSmoothing and moving all the preference change logic to ViewCommandHandler.js where the font setting change listeners are present.
Configuration menu - View commit details
-
Copy full SHA for 7e769b4 - Browse repository at this point
Copy the full SHA 7e769b4View commit details
Commits on Jul 3, 2015
-
Incorporating some code review comments from @marcelgerber. Mainly re…
…moved hasClass as add/removeClass is anyways going to take care of that
Configuration menu - View commit details
-
Copy full SHA for 0582f1c - Browse repository at this point
Copy the full SHA 0582f1cView commit details
Commits on Jul 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5efe7a8 - Browse repository at this point
Copy the full SHA 5efe7a8View commit details
Commits on Jul 10, 2015
-
Merge branch 'master' into prashant/mac-anti-alias-fix
Conflicts: src/nls/root/strings.js
Configuration menu - View commit details
-
Copy full SHA for faad138 - Browse repository at this point
Copy the full SHA faad138View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.