Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FXMisc/RichTextFX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: FXMisc/RichTextFX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.2
Choose a head ref
  • 9 commits
  • 5 files changed
  • 6 contributors

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    17a7957 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Add to Who uses

    George has been using RichTextFX since 2015.
    It also uses Flowless directly in a custom-build Clojure editor.
    terjedahl committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    e9c0eee View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Issue-627 Extreme memory usage with large blocks of text

    Fix memory leak of ParagraphText through listeners:
    - Make listeners static class
    - Use WeakReference to refer to the ParagraphText from the listeners
    - Remove the listeners if the ParagraphText is garbage collected.
    JonathanMarchand committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    4e6640b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Fixes #774 (#775)

    * Fix replace selected text with longer pasted text bug #774
    Aleksandr Beschasnyi authored and Jugen committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    04b9ada View commit details
    Browse the repository at this point in the history
  2. Merge pull request #779 from JonathanMarchand/bugfix/issue-627-memory…

    …-leak-in-paragraphtext
    
    Issue #627 Extreme memory usage with large blocks of text
    Jugen authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    048c290 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #778 from terjedahl/master

    Add George reference to Who uses RichTextFX
    Jugen authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    2b8a20e View commit details
    Browse the repository at this point in the history
  4. Add who uses

    MWGuy authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    b4ff8c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #784 from MWGuy/patch-1

    Add Nearde-IDE to who uses RichTextFX
    Jugen authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    ff54681 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    cc11721 View commit details
    Browse the repository at this point in the history
Loading