aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-ui
Commit message (Collapse)AuthorAgeFilesLines
* Fix some additional layout issues.Joshua Slack2017-10-183-2/+12
| | | | Fixed pack not setting some container min sizes and thus allowing manual resizing of frame too small.
* 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 ↵Joshua Slack2017-10-161-16/+19
| | | | size from camera. This should help in serveral situations such as window size being tiny during init, or different contexts having different window sizes.
* 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 ↵Joshua Slack2017-09-294-23/+40
| | | | | | | component on another component or the hud. Fixed issue in sliders when min value is not 0. Clean up warnings.
* Simplified UIPopupMenu to extend UIContainer instead of UIFrame.Joshua Slack2017-09-256-62/+88
| | | | | | Updated UIMenuItem to simplify adding nested menus Updated UIPieMenu to extend UIPopupMenu, to make it easier to reuse menu code. Added new UI example showing off hierarchical Popup and Pie menus
* Add support and demo of sub-pie menusJoshua Slack2017-09-205-25/+97
|
* Experimental conversion to gradleJoshua Slack2017-09-191-0/+5
|
* Added state cleanup to popup components.Joshua Slack2017-09-115-19/+52
| | | | Prettied up the PieMenu skin a bit.
* Added new UI Components - UIPieMenu and UIPieMenuItem.Joshua Slack2017-09-1114-24/+1245
| | | | | | | Added new backdrops - Disk and Arc Added generic skin support for the above Added use of piemenu to one of the examples. Made popover an interface shared between piemenu and popupmenu
* 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 ↵Joshua Slack2017-09-072-232/+93
| | | | GenericSkin quite a bit.
* Improvements to UIMenuItem for skinning and for general setup.Joshua Slack2017-08-113-43/+69
|
* Updates to allow overriding SpatialState in InteractManager.Joshua Slack2017-06-021-25/+25
| | | | | Updates to allow easier overriding of input flow in UIHud. Added new example tying together UI and Interact
* Added code to ensure margin and border use considers possibility of null. ↵Joshua Slack2017-05-319-85/+108
| | | | Added copying of userData in SpatialState
* Cleaned up various warningsJoshua Slack2017-04-202-0/+6
|
* Updated target to Java 1.7Joshua Slack2017-04-201-4/+7
|
* [maven-release-plugin] prepare for next development iterationneothemachine2013-07-231-1/+1
|
* [maven-release-plugin] prepare release v0.9v0.9neothemachine2013-07-231-1/+1
|
* Cleaned up and fixed the pom.xml files.Vincent Cantin2013-04-071-28/+18
|
* Gets Renanse's changesJulien Gouesse2013-03-271-109/+109
|
* Merge remote-tracking branch 'origin/master'Renanse2013-03-1458-10455/+10438
|\ | | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java
| * normalized line endingsneothemachine2013-02-2152-10317/+10317
| | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings
| * Merge branch 'master' into dependenciesneothemachine2013-02-114-11/+20
| |\
| | * Merge remote-tracking branch 'origin/master'Renanse2013-01-232-3/+6
| | |\
| | | * Switched more code to using more efficient index buffers.renanse2013-01-202-3/+6
| |_|/ |/| |
| | * Update the max content size if you set content size larger than it.Renanse2013-01-231-4/+10
| |/ |/|
| * let eclipse remove timestamps out of .prefs filesneothemachine2012-12-052-2/+1
| | | | | | | | | | | | (these aren't written since eclipse 3.7.2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=342709 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=363836)
| * Merge branch 'kill_trunk' into dependenciesneothemachine2012-12-052-25/+0
| |
* | Various audit cleanup suggestions.renanse2012-12-191-4/+4
|/
* move all files from trunk to root folderneothemachine2012-12-05120-0/+20607