Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SpreadsheetView code to JavaFX 17 #1463

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2020

  1. Release v8.40.18

    abhinayagarwal committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    f7eaf8f View commit details
    Browse the repository at this point in the history
  2. Upgrade version to 8.40.19-SNAPSHOT

    Abhinay Agarwal committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    dc02f72 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

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

Commits on Feb 14, 2021

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

Commits on May 28, 2021

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

Commits on Jul 9, 2021

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

Commits on Jul 22, 2021

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

Commits on Jul 26, 2021

  1. - Update code to be similar to OpenJFX 17 one.

    - Remove "toto" from default SpreadsheetView constructor
    - Fix issue in OpenJFX 17 where pressing "enter" in edition will trigger edition on the cell below
    Maxoudela committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    ae18992 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Use WeakEventHandler for ContextMenu onShowing and onAction to avoid …

    …memory leak using JDF 17.
    Maxoudela committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    246d898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2595a4c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

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

Commits on Aug 17, 2021

  1. Merge branch 'master' of https://github.com/controlsfx/controlsfx int…

    …o sam-update-code-to-jfx17
    
    # Conflicts:
    #	controlsfx-build.properties
    Maxoudela committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a6885c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eaf545 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

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

Commits on Aug 20, 2021

  1. Refactor HorizontalPicker to avoid infinite loop by trying to reuse p…

    …ickers when possible between rendering and avoid removing and adding them to the scenegraph.
    Maxoudela committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    949ad65 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    c10e53f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6faf618 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

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

Commits on Sep 24, 2021

  1. Update SpreadsheetView selection model in order to only scroll to sel…

    …ection when necessary.
    Maxoudela committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    0c1fce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991b6b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Use a ConcurrentHashMap instead of a normal HashMap to avoid concurre…

    …ntException when several layout are being done.
    Maxoudela committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    94cd06b View commit details
    Browse the repository at this point in the history
  2. Force the css to be applied before computing the height of a cell tha…

    …t might not be displayed yet.
    Maxoudela committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    51b7eef View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Register arrow movement instead of all keys for more precision for sc…

    …rolling on selected cell hidden by fixed rows.
    Maxoudela committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    f78a63a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    77655a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca52840 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

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

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    ac77e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179d723 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Authorize to add a filter on a spanned cell (in column) (only one fi…

    …lter should be added though)
    Maxoudela committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    09eb1e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Refresh the TableView when resizing rows to update the scrollBars acc…

    …ordingly. Issue controlsfx#358 verified for regression
    Maxoudela committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    217189a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Jan 28, 2022

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

Commits on Feb 4, 2022

  1. Fix code for activate in GridVieBehavior: activate is allowed if no e…

    …dition is currently done unless enter is pressed (enter goes to the cell belo instead of editing)
    Maxoudela committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    07b5638 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

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

Commits on May 3, 2022

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

Commits on Sep 20, 2022

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

Commits on Sep 21, 2022

  1. Update gradle deps to jfx17

    Groostav committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8c0ac3c View commit details
    Browse the repository at this point in the history