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

Bug fix and minimize functionality #22

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

Bug fix and minimize functionality #22

wants to merge 58 commits into from

Commits on Jan 13, 2016

  1. WIP

    hkmoon committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    5369a9c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Support multi tab in DockFX

    hkmoon committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    d0c6a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2a7b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    e548167 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from hkmoon/multitab

    Multitab support for docking
    hkmoon committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    b6cffbf View commit details
    Browse the repository at this point in the history
  3. Fix to get the title string rather than textProperty

    Modified TabMenuItem class in the skin.
    hkmoon committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    6608dba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from hkmoon/customTabPaneSkin

    Fix to get the title string rather than textProperty
    hkmoon committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    31e39fb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

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

Commits on Jan 22, 2016

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

Commits on Jan 27, 2016

  1. Add bintray distribution

    hkmoon committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    e7a8fc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Add a tab and select it

    hkmoon committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    2890457 View commit details
    Browse the repository at this point in the history
  2. Add a tab and select it

    hkmoon committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    a42d457 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Update to 0.1.2

    hkmoon committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    3ffdebc View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Newly added tab is focused

    hkmoon committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    ec05663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a80dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d24ea5 View commit details
    Browse the repository at this point in the history
  4. It is more stable for splitContentPane conversion

    When only one tab is left, convert to SplitContentPane.
    hkmoon committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    757638f View commit details
    Browse the repository at this point in the history
  5. Hide DockPane.dock()/DockPane.undock() from outside access

    Please, use DockNode.dock()/DockNode.undock() functions in order to keep the properties consistent.
    hkmoon committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    2146558 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Configuration menu
    Copy the full SHA
    59799b8 View commit details
    Browse the repository at this point in the history
  2. Correct isTabbed value

    hkmoon committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    22bc024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75ffa77 View commit details
    Browse the repository at this point in the history
  4. Double click focuses the tab

    hkmoon committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    3aa7a50 View commit details
    Browse the repository at this point in the history
  5. Version 0.1.3

    hkmoon committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    f32b386 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

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

Commits on Apr 30, 2016

  1. added gradle build

    royerloic committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    1eb3daf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Merge pull request #1 from hkmoon/hkmoon

    Merge with the latest change set
    hkmoon committed May 2, 2016
    Configuration menu
    Copy the full SHA
    860c967 View commit details
    Browse the repository at this point in the history
  2. new version number

    royerloic committed May 2, 2016
    Configuration menu
    Copy the full SHA
    05c886d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    d7dcd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e17e61e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cb0210 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from hkmoon/hkmoon

    This PR is necessary for new commit Halcyon@968e004b8c75b32a89142f2a18d024eea74c0c41
    hkmoon committed May 9, 2016
    Configuration menu
    Copy the full SHA
    ec52a4b View commit details
    Browse the repository at this point in the history
  5. Upgrade to 0.1.5 version

    hkmoon committed May 9, 2016
    Configuration menu
    Copy the full SHA
    fd78dff View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

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

Commits on May 12, 2016

  1. Fixed the wrong positioned dockIndicatorOverlay in some case

    When a menubar is included, the proposed rectangle was wrongly located.
    hkmoon committed May 12, 2016
    Configuration menu
    Copy the full SHA
    8c12834 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Configuration menu
    Copy the full SHA
    157cddb View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    hkmoon committed May 18, 2016
    Configuration menu
    Copy the full SHA
    3fc4689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b732de View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. v0.1.6

    hkmoon committed May 19, 2016
    Configuration menu
    Copy the full SHA
    e5e596f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f3c7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e09c12 View commit details
    Browse the repository at this point in the history
  4. Include .gradle in .gitignore

    hkmoon committed May 19, 2016
    Configuration menu
    Copy the full SHA
    63b0d8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1580438 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

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

Commits on Jul 21, 2016

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

Commits on Aug 16, 2016

  1. Merge pull request #8 from SamCooper/master

    Merged FXML support from https://github.com/Kladimir/DockFX
    
    Hi @SamCooper,
    Thank you for the PR! It would be good to include FXML examples as well.
    I am sorry for my late action.
    hkmoon committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    1ebfcc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Configuration menu
    Copy the full SHA
    712a4ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from ClearControl/savePref

    Add preference management for dock position/size
    hkmoon committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    993f307 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

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

Commits on Aug 25, 2016

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

Commits on Aug 29, 2016

  1. Fix the bug of not handling undockedNodes properly

    When it handle floating nodes, it should add the node in undockedNodes list.
    hkmoon committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    30101af View commit details
    Browse the repository at this point in the history
  2. Revert the fix of handling undockedNodes properly

    Have to investigate it more.
    hkmoon committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    cd218e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

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

Commits on Sep 2, 2016

  1. v0.1.7

    hkmoon committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    125686f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. minor

    adibrov committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    17f46bd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Configuration menu
    Copy the full SHA
    92583e9 View commit details
    Browse the repository at this point in the history
  2. Fix overlay not being offset to the correct location when dock pane i…

    …s not the main pane of the application.
    Sam Cooper committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    bdb1159 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Merge pull request #11 from SamCooper/master

    Thank you so much, @SamCooper!
    This is the really good fix for handling dock windows better in certain constraints of pane.
    hkmoon committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    35f75d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. -Add minimize functionality

    	->minimize only works when the DockNode is floating
    	->minimize calls iconify function
    
    -Fix a bug causing the docknode to disappear (Linux Mint 64 bits, java 8 Oracle)
    	->appears when the user drag a docknode outside, then maximize the floating node and maximize again the floating node
    MilWolf committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    ce40509 View commit details
    Browse the repository at this point in the history