-
Notifications
You must be signed in to change notification settings - Fork 240
Comparing changes
Open a pull request
base repository: FXMisc/RichTextFX
base: v0.9.2
head repository: FXMisc/RichTextFX
compare: v0.9.3
- 9 commits
- 8 files changed
- 5 contributors
Commits on Nov 25, 2018
-
Jurgen committed
Nov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 74efc78 - Browse repository at this point
Copy the full SHA 74efc78View commit details
Commits on Dec 16, 2018
-
ParagraphText: immediately remove listeners from selections and caret…
…s on disposal (#791) * ParagraphText: immediately remove listeners from SelectionPath and Caret on dispose instead of waiting for GC (this improves PR #779, issue #627) * ParagraphText: since weak listeners are no longer required for selection and caret listeners, remove listener classes again and move listener code to constructor (saves 100 lines of code) * ParagraphText: MapChangeListener.Change.wasAdded() and wasRemoved() may both return true when replacing an item. So check both and handle wasRemoved() before wasAdded(). * Fixed (rare) NPE in class ParagraphText when GC frees object between two WeakReference.get() invocations
Configuration menu - View commit details
-
Copy full SHA for 7be6dc4 - Browse repository at this point
Copy the full SHA 7be6dc4View commit details
Commits on Dec 20, 2018
-
fix position of background, border and underline shapes in case that …
…the line contains custom objects (fixes #638)
Configuration menu - View commit details
-
Copy full SHA for 493c024 - Browse repository at this point
Copy the full SHA 493c024View commit details
Commits on Dec 21, 2018
-
Merge pull request #793 from JFormDesigner/background-offset-fix
Fix position of background, border and underline shapes in cases where the selection contains custom objects
Configuration menu - View commit details
-
Copy full SHA for 567e7e8 - Browse repository at this point
Copy the full SHA 567e7e8View commit details
Commits on Feb 17, 2019
-
Replaced KeyCode A,C,V,X,Y, and Z with KeyCharacterCombination
Jurgen committedFeb 17, 2019 Configuration menu - View commit details
-
Copy full SHA for d617c58 - Browse repository at this point
Copy the full SHA d617c58View commit details
Commits on Feb 20, 2019
-
Merge pull request #801 from Jugen/master
Fixes #799 Alternate keyboard layouts not supported
Configuration menu - View commit details
-
Copy full SHA for fa72c42 - Browse repository at this point
Copy the full SHA fa72c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d49399 - Browse repository at this point
Copy the full SHA 6d49399View commit details
Commits on Feb 23, 2019
-
Add Astro IDE Project to RichTextFx Projects List
Configuration menu - View commit details
-
Copy full SHA for be26709 - Browse repository at this point
Copy the full SHA be26709View commit details
Commits on Feb 24, 2019
-
Merge pull request #802 from AmrDeveloper/patch-1
Added Astro IDE Project
Configuration menu - View commit details
-
Copy full SHA for 4a645c5 - Browse repository at this point
Copy the full SHA 4a645c5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.2...v0.9.3