-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: stik79/WorldWindJava
base: develop
head repository: WorldWindEarth/WorldWindJava
compare: develop
- 13 commits
- 96 files changed
- 5 contributors
Commits on Jul 24, 2023
-
Fixes for DPI scaling. Mouse and select events now deliver GL surfac… (…
…NASAWorldWind#262) * Fixes for DPI scaling. Mouse and select events now deliver GL surface coordinate values instead of the AWT screen coordinates. Added Windows JOGL jar files that include sgothel/jogl#110 and sgothel/jogl#112. Noticed that some null pointer exceptions occurred during KMLViewer startup; added null pointer checks. * Update for gluegen 9301bf1854 May 15 07:08:20 2023, jogl 900c35c6a4 May 15 06:47:22 2023 * Use DPI scaling to scale fonts rendered in the GLCanvas. * Update with gluegen/jogl code from 6/17/2023, gluegen commit 42bd110d9e, jogl commit 900c35c6a. Includes fix for jogl version of TextRenderer. Added Linux native jar files.
Configuration menu - View commit details
-
Copy full SHA for 55213aa - Browse repository at this point
Copy the full SHA 55213aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b79752 - Browse repository at this point
Copy the full SHA 7b79752View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7ec97f - Browse repository at this point
Copy the full SHA f7ec97fView commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88537d1 - Browse repository at this point
Copy the full SHA 88537d1View commit details
Commits on Feb 29, 2024
-
Delete local copy of worldwind/render/TextRenderer in favor of versio…
…n that is maintained by JOGAMP. Update JOGL jar files with released version 2.5.0, build Build: 2.5-b1533-20230818. That build includes the DPI scaling fix for TextRenderer, which was committed to the jogl repo on 6/4. (NASAWorldWind#272)
Configuration menu - View commit details
-
Copy full SHA for 017d91e - Browse repository at this point
Copy the full SHA 017d91eView commit details
Commits on Mar 26, 2024
-
Fix display of context menu in ContextMenusOnShapes demo. (NASAWorldW…
…ind#274) * Fix display of context menu in ContextMenusOnShapes demo. Retain copy of AWT screen coordinate when creating SelectEvent. * Fixes for drag and drop when DPI scaling in use, reported by NASAWorldWind#274 (comment) * Correct clamping of mouse position to viewport coordinates; previous edition has used AWT size of canvas, and mouse positions from MouseEvents are converted to GL surface coordinates early on. * Make pitch change of globe using right mouse work as it did before DPI scaling changes. Moving the mouse down should increase the pitch, so it appears that the top of the globe is rotated away from the eye. * Correction to commit 515167a; need to adjust mouse position Y for use by FlyViewInputHandler, and per frame mouse/key events. * Correct clamping of mouse position to viewport coordinates; previous edition has used AWT size of canvas, and mouse positions from MouseEvents are converted to GL surface coordinates early on. This commit fixes both X,Y limits, whereas commit d4b6bf4 only fixed Y.
Configuration menu - View commit details
-
Copy full SHA for 8f3c491 - Browse repository at this point
Copy the full SHA 8f3c491View commit details
Commits on Apr 15, 2024
-
Add the ability to retrieve geoid offsets from an EGM 2008 model. (NA…
…SAWorldWind#280) * Add support for retrieving EGM2008 offsets * Terminology and variable tweaks. * Merge develop * Revert formatting
Configuration menu - View commit details
-
Copy full SHA for 2543c23 - Browse repository at this point
Copy the full SHA 2543c23View commit details
Commits on Nov 30, 2024
-
Merge branch 'develop-NASA' into develop
# Conflicts: # gluegen-rt-natives-linux-amd64.jar # gluegen-rt-natives-macosx-universal.jar # gluegen-rt-natives-windows-amd64.jar # gluegen-rt.jar # jogl-all-natives-linux-amd64.jar # jogl-all-natives-macosx-universal.jar # jogl-all-natives-windows-amd64.jar # jogl-all.jar # src/gov/nasa/worldwind/layers/mercator/MercatorTiledImageLayer.java
Configuration menu - View commit details
-
Copy full SHA for b6d0c4a - Browse repository at this point
Copy the full SHA b6d0c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e3cf82 - Browse repository at this point
Copy the full SHA 7e3cf82View commit details
Commits on Dec 27, 2024
-
Update OrbitViewInputHandler.java
Fix wrong rotation direction caused by new coordinate system modified on commit 8f3c491
Configuration menu - View commit details
-
Copy full SHA for 9dfc100 - Browse repository at this point
Copy the full SHA 9dfc100View commit details -
Merge pull request WorldWindEarth#82 from WorldWindEarth/kotogadekiru…
…-patch-1 Update OrbitViewInputHandler.java
Configuration menu - View commit details
-
Copy full SHA for bb5e3b8 - Browse repository at this point
Copy the full SHA bb5e3b8View commit details
Commits on Sep 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e405195 - Browse repository at this point
Copy the full SHA e405195View commit details
Commits on Oct 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 35520c2 - Browse repository at this point
Copy the full SHA 35520c2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...develop