This repository was archived by the owner on Jul 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Network: Fix handling of multi-fonts #3486
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
5aa761c
The next fix on Travis unit test failure
axizo-pi ab58653
Preliminary refactoring in utils.js
axizo-pi a4d37db
Merged with develop
axizo-pi 4ef764c
Merge with 'develop'
axizo-pi d3eb615
Added unit tests for extend routines, commenting and small fixes
axizo-pi 51a517d
More unit tests for extend routines
axizo-pi fbdbc3d
- Completed unit tests for extend routines in
axizo-pi 990c899
Added unit tests for known font options
axizo-pi 3b2532d
Fixed conflicts
axizo-pi 4860af5
Interim save before trying out another proto chain strategy
axizo-pi a26643a
Fixed problem in first example #3408
axizo-pi 2559e82
Removed silly file that shouldn't be there
axizo-pi 79ca391
Added unit test for multi-fonts
axizo-pi 305a8a7
Comment edits
axizo-pi bb095d3
Verufy unit tests, small adjustments for groups
axizo-pi fd662ed
merged with develop, fixed conflicts
axizo-pi b64beaf
Merge branch 'develop' into refactorExtendRoutines
axizo-pi 5a9006c
Merge branch 'refactorExtendRoutines' into fix_modFonts
axizo-pi 522928c
Further work on getting unit tests to work. PARTS NEED TO BE CLEANED UP!
axizo-pi c8c2f59
Merge branch 'develop' into fix_modFonts
axizo-pi 3b3af16
Further tweaks to get unit tests working
axizo-pi 9cf0ec0
All unit tests passing
axizo-pi 3c33056
Fixes due to linting
axizo-pi 33b081a
Small edits
axizo-pi 2ffe6e8
Merged and fixed conflicts
axizo-pi 6547a9c
Removed prototype handling from font pile
axizo-pi 770044c
Fixes during testing examples of #3408
axizo-pi 9b35a36
Added unit test for edge labels, small fixes
axizo-pi 1224cb8
Added unit tests for shorthand string fonts; some tests still failing
axizo-pi 230f663
All unit tests pass
axizo-pi 24214c4
Removed Label.parseOptions()
axizo-pi dff9037
Completed shorthand font tests, code cleanup, fixed choosify for edges
axizo-pi f2e9521
Addressed review comments
axizo-pi a331a18
Merge branch 'develop' into fix_modFonts
axizo-pi 9da8d47
Addressed review comments, cleanup
axizo-pi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean that there are two empty lines? I actually prefer this, for better visual separation. I do it between methods as well, and in other places where I think a bigger distinction between blocks is useful.