-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed potential FX UI thread violations and simplified autonotification
changed auto-notification interface to AtomicBoolean and removed superfluous setAutoNotification(boolean) interface to check for lock race-conditions added FX UI thread guards (didn't find anything this time, but just to be safe for the future) notably added additional writeLockGuard around auto-notification guard -> should fix issue #40
- Loading branch information
1 parent
f7ee3b3
commit b26610e
Showing
23 changed files
with
1,458 additions
and
1,444 deletions.
There are no files selected for viewing
2,503 changes: 1,256 additions & 1,247 deletions
2,503
chartfx-chart/src/main/java/de/gsi/chart/Chart.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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.