Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some additional layout issues. | Joshua Slack | 2017-10-18 | 3 | -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 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 ↵ | Joshua Slack | 2017-10-16 | 1 | -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 RowLayout | Joshua Slack | 2017-10-12 | 1 | -9/+19 |
| | |||||
* | Added centerOn method to UIComponent to make it simpler to center a ↵ | Joshua Slack | 2017-09-29 | 4 | -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 Slack | 2017-09-25 | 6 | -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 menus | Joshua Slack | 2017-09-20 | 5 | -25/+97 |
| | |||||
* | Experimental conversion to gradle | Joshua Slack | 2017-09-19 | 1 | -0/+5 |
| | |||||
* | Added state cleanup to popup components. | Joshua Slack | 2017-09-11 | 5 | -19/+52 |
| | | | | Prettied up the PieMenu skin a bit. | ||||
* | Added new UI Components - UIPieMenu and UIPieMenuItem. | Joshua Slack | 2017-09-11 | 14 | -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 components | Joshua Slack | 2017-09-11 | 3 | -50/+134 |
| | |||||
* | Added a 9-slice type constructor to ImageBorder and used it to clean up ↵ | Joshua Slack | 2017-09-07 | 2 | -232/+93 |
| | | | | GenericSkin quite a bit. | ||||
* | Improvements to UIMenuItem for skinning and for general setup. | Joshua Slack | 2017-08-11 | 3 | -43/+69 |
| | |||||
* | Updates to allow overriding SpatialState in InteractManager. | Joshua Slack | 2017-06-02 | 1 | -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 Slack | 2017-05-31 | 9 | -85/+108 |
| | | | | Added copying of userData in SpatialState | ||||
* | 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 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | neothemachine | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release v0.9v0.9 | neothemachine | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | Cleaned up and fixed the pom.xml files. | Vincent Cantin | 2013-04-07 | 1 | -28/+18 |
| | |||||
* | Gets Renanse's changes | Julien Gouesse | 2013-03-27 | 1 | -109/+109 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Renanse | 2013-03-14 | 58 | -10455/+10438 |
|\ | | | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java | ||||
| * | normalized line endings | neothemachine | 2013-02-21 | 52 | -10317/+10317 |
| | | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings | ||||
| * | Merge branch 'master' into dependencies | neothemachine | 2013-02-11 | 4 | -11/+20 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/master' | Renanse | 2013-01-23 | 2 | -3/+6 |
| | |\ | |||||
| | | * | Switched more code to using more efficient index buffers. | renanse | 2013-01-20 | 2 | -3/+6 |
| |_|/ |/| | | |||||
| | * | Update the max content size if you set content size larger than it. | Renanse | 2013-01-23 | 1 | -4/+10 |
| |/ |/| | |||||
| * | let eclipse remove timestamps out of .prefs files | neothemachine | 2012-12-05 | 2 | -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 dependencies | neothemachine | 2012-12-05 | 2 | -25/+0 |
| | | |||||
* | | Various audit cleanup suggestions. | renanse | 2012-12-19 | 1 | -4/+4 |
|/ | |||||
* | move all files from trunk to root folder | neothemachine | 2012-12-05 | 120 | -0/+20607 |