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: cdk/cdk
base: 210a93019aaf
Choose a base ref
...
head repository: cdk/cdk
compare: 8443d1cbf194
Choose a head ref
  • 8 commits
  • 39 files changed
  • 1 contributor

Commits on Sep 1, 2014

  1. Move GeometryTools to legacy for deprecation - the new GeometryUtil w…

    …ill take its place.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    bbdc460 View commit details
    Browse the repository at this point in the history
  2. Utilise GeometryUtil in other modules.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    95b9ba3 View commit details
    Browse the repository at this point in the history
  3. Reformat GeometryUtil.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    e65266c View commit details
    Browse the repository at this point in the history
  4. Minor clean up - private constructor etc.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    8bc0b7c View commit details
    Browse the repository at this point in the history
  5. Fixing IDE warnings.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    ebd2f1a View commit details
    Browse the repository at this point in the history
  6. Remove the use of awt.Dimension which is not available on JavaME/Andr…

    …iod. The new methods aren't super clean but are not used elsewhere in the library.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    214785c View commit details
    Browse the repository at this point in the history
  7. Correct license header.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    39b58c3 View commit details
    Browse the repository at this point in the history
  8. Remove the use of awt.Dimension which is not available on JavaME/Andr…

    …iod. The new methods aren't super clean but are not used elsewhere in the library. Note the new API for shifting lines up with the return value of getMinMax which getRectangle2D was previously boxing.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 1, 2014
    Copy the full SHA
    8443d1c View commit details
    Browse the repository at this point in the history