aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-ui
Commit message (Expand)AuthorAgeFilesLines
* Removes useless obsolete files specific to Eclipse and NetBeansJulien Gouesse2023-04-092-380/+0
* Removes some deprecated calls in order to ease compilation with future versio...Julien Gouesse2023-02-151-2/+2
* Fixes gradle build with Gradle 7.2Julien Gouesse2021-09-041-0/+2
* Fixes gradle clean with Gradle 7.2Julien Gouesse2021-09-041-1/+1
* Partially fixes the generation of the Java API documentation (there are still...Julien Gouesse2019-08-231-1/+1
* Uses the release option in the Maven build to ease the use of Java >= 9Julien Gouesse2019-08-121-1/+3
* Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group idJulien Gouesse2019-06-301-1/+1
* Fixes some errors in the Java documentation of ardor3d-uiJulien Gouesse2019-06-1422-88/+204
* Fixes some errors in the Java documentation of ardor3d-uiJulien Gouesse2019-06-058-18/+53
* Replaces Guava's Multimap by Java Map in ardor3d-ui (issue #13)Julien Gouesse2019-05-271-8/+14
* Fixes Arial 16 thanks to Renanse's commit 2172c9c21ea55024e61635c58e4eb1add7f...Julien Gouesse2019-05-275-1404/+1439
* Sets the compiler compliance to 1.8Julien Gouesse2019-05-261-3/+4
* Replaces Guava's Predicate by Java 8 Predicate (issue #13)Julien Gouesse2019-05-261-8/+12
* Drops Guava's immutable lists, sets and mapsJulien Gouesse2018-02-124-17/+29
* Merges several Renanse's commitsJulien Gouesse2018-01-2728-346/+409
|\
| * Added an additional default to GridLayoutDataJoshua Slack2018-01-151-4/+14
| * Small tweak to eclipse project settingsJoshua Slack2018-01-041-1/+1
| * Fix mouseover/click issue with pie menu when start angle is negative.Joshua Slack2017-10-262-9/+10
| * Added a simple way to inject input checks after UI widgets are handled, but b...Joshua Slack2017-10-232-7/+50
| * Clean up some build files.Joshua Slack2017-10-191-4/+4
| * Cleanup of pack/layout/updateMinimum calls. Components can be packed now. R...Joshua Slack2017-10-1810-169/+73
| * Fix bug where you could not click on combobox label to open listJoshua Slack2017-10-181-0/+5
| * Fix some additional layout issues.Joshua Slack2017-10-183-2/+12
| * We'll use the maximum of user set minimum and layout set minimum to clamp size.Joshua Slack2017-10-181-4/+4
| * Split minimum size into layout provided and optional user provided.Joshua Slack2017-10-189-56/+89
| * Added some additional caps detection + divorced UIContainer standin texture s...Joshua Slack2017-10-161-16/+19
| * Added ability to set a spacing between elements in RowLayoutJoshua Slack2017-10-121-9/+19
| * Added centerOn method to UIComponent to make it simpler to center a component...Joshua Slack2017-09-294-23/+40
| * Simplified UIPopupMenu to extend UIContainer instead of UIFrame.Joshua Slack2017-09-256-62/+88
* | Fixes some warningsJulien Gouesse2018-01-271-0/+1
* | Merge commit 'eb97939539a8ad69db8f812350351ded05e7c698'Julien Gouesse2018-01-275-25/+97
|\|
| * Add support and demo of sub-pie menusJoshua Slack2017-09-205-25/+97
| * Experimental conversion to gradleJoshua Slack2017-09-191-0/+5
* | Merges several Renanse's commits about pie menu and diskJulien Gouesse2018-01-2718-296/+1521
|\|
| * Added state cleanup to popup components.Joshua Slack2017-09-115-19/+52
| * Added new UI Components - UIPieMenu and UIPieMenuItem.Joshua Slack2017-09-1114-24/+1245
| * SubTex now has optional border information that can be used by ui componentsJoshua Slack2017-09-113-50/+134
| * Added a 9-slice type constructor to ImageBorder and used it to clean up Gener...Joshua Slack2017-09-072-232/+93
| * Improvements to UIMenuItem for skinning and for general setup.Joshua Slack2017-08-113-43/+69
* | Merge commit 'cbc61566689660d39f469efe4c429f8adf5b239e'Julien Gouesse2018-01-271-25/+25
|\|
| * Updates to allow overriding SpatialState in InteractManager.Joshua Slack2017-06-021-25/+25
* | Merges Renanse's commit 67d620baf5eaf5b0ce66800e468719a9ef79ef25Julien Gouesse2018-01-279-77/+100
|\|
| * Added code to ensure margin and border use considers possibility of null. Ad...Joshua Slack2017-05-319-85/+108
* | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4Julien Gouesse2018-01-272-0/+6
|\|
| * Cleaned up various warningsJoshua Slack2017-04-202-0/+6
| * Updated target to Java 1.7Joshua Slack2017-04-201-4/+7
* | Fixes the management of the parenthesis within expressions in the Eclipse set...Julien Gouesse2016-08-171-1/+1
* | Updates the copyright headers and templatesJulien Gouesse2016-08-0794-94/+94
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-3024-99/+97
* | Moves the only dependency on AWT in ardor3d-ui into ardor3d-awtJulien Gouesse2015-09-203-62/+14