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.2
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.3
Choose a head ref
  • 9 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 25, 2018

  1. Release 0.9.2

    Jurgen committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    74efc78 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. 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
    JFormDesigner authored and Jugen committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    7be6dc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. fix position of background, border and underline shapes in case that …

    …the line contains custom objects (fixes #638)
    DevCharly committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    493c024 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. 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
    Jugen authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    567e7e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

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

Commits on Feb 20, 2019

  1. Merge pull request #801 from Jugen/master

    Fixes #799 Alternate keyboard layouts not supported
    Jugen authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    fa72c42 View commit details
    Browse the repository at this point in the history
  2. Paragraph list trim fix (#795)

    * bug: getVisibleParagraph does not work with blank lines
    * trim paragraphs using reference instead of object comparison (issues #777 and #788)
    JFormDesigner authored and Jugen committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    6d49399 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Add Astro IDE Project

    Add Astro IDE Project to RichTextFx Projects List
    AmrDeveloper authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    be26709 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge pull request #802 from AmrDeveloper/patch-1

    Added Astro IDE Project
    Jugen authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    4a645c5 View commit details
    Browse the repository at this point in the history
Loading