Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Fixed pack not setting some container min sizes and thus allowing manual resizing of frame too small. | ||||
* | Fixed a bug in javascript caused by js engine change in Java 1.7+ | Joshua Slack | 2017-10-18 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | no message | Joshua Slack | 2017-10-16 | 0 | -0/+0 |
|\ | |||||
| * | Added some additional caps detection + divorced UIContainer standin texture ↵ | Joshua Slack | 2017-10-16 | 4 | -38/+94 |
| | | | | | | | | 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 some additional caps detection + divorced UIContainer standin texture ↵ | Joshua Slack | 2017-10-16 | 4 | -38/+93 |
|/ | | | | 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 | 2 | -11/+21 |
| | |||||
* | Added centerOn method to UIComponent to make it simpler to center a ↵ | Joshua Slack | 2017-09-29 | 10 | -44/+116 |
| | | | | | | | 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 | 9 | -63/+381 |
| | | | | | | 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 | ||||
* | Handle jinput libs | Joshua Slack | 2017-09-25 | 1 | -2/+11 |
| | |||||
* | Modified to not stomp libgdx usage | Joshua Slack | 2017-09-25 | 1 | -4/+4 |
| | |||||
* | Make use of SharedLibraryLoader when example uses lwjgl | Joshua Slack | 2017-09-24 | 2 | -3/+8 |
| | |||||
* | Added SharedLibraryLoader, originally from ↵ | Joshua Slack | 2017-09-24 | 1 | -0/+435 |
| | | | | | | https://github.com/badlogic/lwjgl3-maven-gradle/blob/master/src/main/java/SharedLibraryLoader.java (by permission of Mario Zechner <[email protected]>) | ||||
* | Upgraded lwjgl to latest 2.X version (2.9.3) | Joshua Slack | 2017-09-20 | 2 | -2/+2 |
| | |||||
* | Upgraded lwjgl to latest 2.X version (2.9.3) | Joshua Slack | 2017-09-20 | 3 | -6/+6 |
| | |||||
* | Added a 1920x1080 rez | Joshua Slack | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Add support and demo of sub-pie menus | Joshua Slack | 2017-09-20 | 6 | -30/+131 |
| | |||||
* | Added a way for update logic to be attached to, and run by, InteractManager | Joshua Slack | 2017-09-19 | 4 | -4/+89 |
| | |||||
* | Experimental conversion to gradle | Joshua Slack | 2017-09-19 | 17 | -1/+160 |
| | |||||
* | Added state cleanup to popup components. | Joshua Slack | 2017-09-11 | 6 | -20/+53 |
| | | | | Prettied up the PieMenu skin a bit. | ||||
* | Added new UI Components - UIPieMenu and UIPieMenuItem. | Joshua Slack | 2017-09-11 | 15 | -31/+1267 |
| | | | | | | | 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. | ||||
* | Updates to Disk to allow for hole in center. | Joshua Slack | 2017-09-06 | 2 | -50/+143 |
| | |||||
* | Updated example to also incorporate popup-menus | Joshua Slack | 2017-08-11 | 1 | -0/+66 |
| | |||||
* | Improvements to UIMenuItem for skinning and for general setup. | Joshua Slack | 2017-08-11 | 3 | -43/+69 |
| | |||||
* | Merge pull request #78 from mallanmba/master | Joshua Slack | 2017-06-14 | 1 | -5/+29 |
|\ | | | | | Add a local rotation to BillboardNode that is applied post orientatio… | ||||
| * | Add a local rotation to BillboardNode that is applied post orientation. This ↵ | mallanmba | 2017-06-14 | 1 | -5/+29 |
|/ | | | | is to allow consistency between Y up and Z up conventions - i.e. when we change state of the Billboard behavior, we should not have to transform the Billboard children for things to make sense. Also, AxialZ was rotated 180 degrees so that switching back and forth between ScreenAligned and AxialZ (with a 90 degree rotation around X) is consistent. | ||||
* | Updates to allow overriding SpatialState in InteractManager. | Joshua Slack | 2017-06-02 | 4 | -38/+725 |
| | | | | | 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 | 11 | -86/+114 |
| | | | | Added copying of userData in SpatialState | ||||
* | fixed missing calls to received/lost control on interact widgets. | Joshua Slack | 2017-05-30 | 2 | -3/+20 |
| | | | | added tracking of userdata to SpatialState to allow setting/applying other elements via interact widgets | ||||
* | Made GeometryTool effectively into a static class | Joshua Slack | 2017-04-27 | 5 | -83/+38 |
| | |||||
* | Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵ | Joshua Slack | 2017-04-21 | 3 | -8/+345 |
| | | | | and added it to the ShapesExample. | ||||
* | Added a way to set default color by float values to Mesh. | Joshua Slack | 2017-04-21 | 2 | -19/+39 |
| | |||||
* | Cleaned up various warnings | Joshua Slack | 2017-04-20 | 14 | -205/+226 |
| | |||||
* | Updated target to Java 1.7 | Joshua Slack | 2017-04-20 | 14 | -54/+91 |
| | |||||
* | Contributions from mallanmba offering improvements to bmfont and bmtext, ↵ | mallanmba | 2017-04-20 | 28 | -72/+2295 |
| | | | | including switching from triangles to quads, a simple font manager, change listeners for text and additional fonts. CR and tweaks to follow convention by renanse. | ||||
* | Small tweaks to Box and NormalGenerator | Joshua Slack | 2017-04-20 | 2 | -44/+19 |
| | |||||
* | Fixed BillboardNode for better usage in camera setups other than Y-up. ↵ | Joshua Slack | 2017-04-20 | 7 | -90/+328 |
| | | | | Added AxialX and None as alignment types. Revamped example to better illustrate billboard action. Added a Z-Up version of the example. | ||||
* | Contributions from mallanmba allowing simpler adding of shadowcasters and ↵ | mallanmba | 2017-04-19 | 8 | -41/+112 |
| | | | | resolving some shadow flickering. | ||||
* | Contributions from mallanmba regarding improvements and fixes to the Ardor3D ↵ | mallanmba | 2017-04-19 | 14 | -44/+156 |
| | | | | interact system. | ||||
* | Merge pull request #77 from mallanmba/master | Joshua Slack | 2017-04-12 | 2 | -10/+17 |
|\ | | | | | Clipmap bounds fix | ||||
| * | fix clipmap terrain when view moves outside original cache bounds by ↵ | mallanmba | 2016-01-27 | 1 | -8/+15 |
| | | | | | | | | removing bad conditional that will always fail. | ||||
| * | replace Java7 construct | mallanmba | 2016-01-27 | 1 | -2/+2 |
| | | |||||
* | | updated to a version visible in maven | Joshua Slack | 2017-02-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #73 from runiter/master | Joshua Slack | 2015-03-17 | 1 | -2/+3 |
|\ | | | | | Fix problem with billboard stretching when rotating around z axis | ||||
| * | Fix problem with billboard stretching when rotating around z axis | Saeid | 2015-03-17 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #69 from gouessej/master | Joshua Slack | 2014-02-05 | 17 | -58/+884 |
|\ | | | | | Improves the interoperability between the JogAmp backend, SWT and NEWT |