index
:
ardor3d.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ardor3d-ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes useless obsolete files specific to Eclipse and NetBeans
Julien Gouesse
2023-04-09
2
-380
/
+0
*
Removes some deprecated calls in order to ease compilation with future versio...
Julien Gouesse
2023-02-15
1
-2
/
+2
*
Fixes gradle build with Gradle 7.2
Julien Gouesse
2021-09-04
1
-0
/
+2
*
Fixes gradle clean with Gradle 7.2
Julien Gouesse
2021-09-04
1
-1
/
+1
*
Partially fixes the generation of the Java API documentation (there are still...
Julien Gouesse
2019-08-23
1
-1
/
+1
*
Uses the release option in the Maven build to ease the use of Java >= 9
Julien Gouesse
2019-08-12
1
-1
/
+3
*
Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group id
Julien Gouesse
2019-06-30
1
-1
/
+1
*
Fixes some errors in the Java documentation of ardor3d-ui
Julien Gouesse
2019-06-14
22
-88
/
+204
*
Fixes some errors in the Java documentation of ardor3d-ui
Julien Gouesse
2019-06-05
8
-18
/
+53
*
Replaces Guava's Multimap by Java Map in ardor3d-ui (issue #13)
Julien Gouesse
2019-05-27
1
-8
/
+14
*
Fixes Arial 16 thanks to Renanse's commit 2172c9c21ea55024e61635c58e4eb1add7f...
Julien Gouesse
2019-05-27
5
-1404
/
+1439
*
Sets the compiler compliance to 1.8
Julien Gouesse
2019-05-26
1
-3
/
+4
*
Replaces Guava's Predicate by Java 8 Predicate (issue #13)
Julien Gouesse
2019-05-26
1
-8
/
+12
*
Drops Guava's immutable lists, sets and maps
Julien Gouesse
2018-02-12
4
-17
/
+29
*
Merges several Renanse's commits
Julien Gouesse
2018-01-27
28
-346
/
+409
|
\
|
*
Added an additional default to GridLayoutData
Joshua Slack
2018-01-15
1
-4
/
+14
|
*
Small tweak to eclipse project settings
Joshua Slack
2018-01-04
1
-1
/
+1
|
*
Fix mouseover/click issue with pie menu when start angle is negative.
Joshua Slack
2017-10-26
2
-9
/
+10
|
*
Added a simple way to inject input checks after UI widgets are handled, but b...
Joshua Slack
2017-10-23
2
-7
/
+50
|
*
Clean up some build files.
Joshua Slack
2017-10-19
1
-4
/
+4
|
*
Cleanup of pack/layout/updateMinimum calls. Components can be packed now. R...
Joshua Slack
2017-10-18
10
-169
/
+73
|
*
Fix bug where you could not click on combobox label to open list
Joshua Slack
2017-10-18
1
-0
/
+5
|
*
Fix some additional layout issues.
Joshua Slack
2017-10-18
3
-2
/
+12
|
*
We'll use the maximum of user set minimum and layout set minimum to clamp size.
Joshua Slack
2017-10-18
1
-4
/
+4
|
*
Split minimum size into layout provided and optional user provided.
Joshua Slack
2017-10-18
9
-56
/
+89
|
*
Added some additional caps detection + divorced UIContainer standin texture s...
Joshua Slack
2017-10-16
1
-16
/
+19
|
*
Added ability to set a spacing between elements in RowLayout
Joshua Slack
2017-10-12
1
-9
/
+19
|
*
Added centerOn method to UIComponent to make it simpler to center a component...
Joshua Slack
2017-09-29
4
-23
/
+40
|
*
Simplified UIPopupMenu to extend UIContainer instead of UIFrame.
Joshua Slack
2017-09-25
6
-62
/
+88
*
|
Fixes some warnings
Julien Gouesse
2018-01-27
1
-0
/
+1
*
|
Merge commit 'eb97939539a8ad69db8f812350351ded05e7c698'
Julien Gouesse
2018-01-27
5
-25
/
+97
|
\
|
|
*
Add support and demo of sub-pie menus
Joshua Slack
2017-09-20
5
-25
/
+97
|
*
Experimental conversion to gradle
Joshua Slack
2017-09-19
1
-0
/
+5
*
|
Merges several Renanse's commits about pie menu and disk
Julien Gouesse
2018-01-27
18
-296
/
+1521
|
\
|
|
*
Added state cleanup to popup components.
Joshua Slack
2017-09-11
5
-19
/
+52
|
*
Added new UI Components - UIPieMenu and UIPieMenuItem.
Joshua Slack
2017-09-11
14
-24
/
+1245
|
*
SubTex now has optional border information that can be used by ui components
Joshua Slack
2017-09-11
3
-50
/
+134
|
*
Added a 9-slice type constructor to ImageBorder and used it to clean up Gener...
Joshua Slack
2017-09-07
2
-232
/
+93
|
*
Improvements to UIMenuItem for skinning and for general setup.
Joshua Slack
2017-08-11
3
-43
/
+69
*
|
Merge commit 'cbc61566689660d39f469efe4c429f8adf5b239e'
Julien Gouesse
2018-01-27
1
-25
/
+25
|
\
|
|
*
Updates to allow overriding SpatialState in InteractManager.
Joshua Slack
2017-06-02
1
-25
/
+25
*
|
Merges Renanse's commit 67d620baf5eaf5b0ce66800e468719a9ef79ef25
Julien Gouesse
2018-01-27
9
-77
/
+100
|
\
|
|
*
Added code to ensure margin and border use considers possibility of null. Ad...
Joshua Slack
2017-05-31
9
-85
/
+108
*
|
Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4
Julien Gouesse
2018-01-27
2
-0
/
+6
|
\
|
|
*
Cleaned up various warnings
Joshua Slack
2017-04-20
2
-0
/
+6
|
*
Updated target to Java 1.7
Joshua Slack
2017-04-20
1
-4
/
+7
*
|
Fixes the management of the parenthesis within expressions in the Eclipse set...
Julien Gouesse
2016-08-17
1
-1
/
+1
*
|
Updates the copyright headers and templates
Julien Gouesse
2016-08-07
94
-94
/
+94
*
|
Switches from Java 1.6 to Java 1.7 and fixes numerous warnings
Julien Gouesse
2016-06-30
24
-99
/
+97
*
|
Moves the only dependency on AWT in ardor3d-ui into ardor3d-awt
Julien Gouesse
2015-09-20
3
-62
/
+14
[next]