aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small tweak to eclipse project settingsJoshua Slack2018-01-0411-11/+11
* Made these public to allow for access from compound widget style classes.Joshua Slack2017-10-311-2/+2
* Added the concept of mouseEntered/Departed to InteractWidgets and applied the...Joshua Slack2017-10-307-256/+262
* Fixed some redundant scaling code and pulled widget scale calculation out int...Joshua Slack2017-10-276-39/+33
* Fix mouseover/click issue with pie menu when start angle is negative.Joshua Slack2017-10-262-9/+10
* Fix for unnecessary exceptions when ardor3d is given a control character it d...Joshua Slack2017-10-241-108/+113
* 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-193-37/+36
* Small tweak to fix scroll bug in exampleJoshua Slack2017-10-191-2/+3
* Fixed bug with caps in Jogl recently introduced.Joshua Slack2017-10-181-3/+5
* Cleanup of pack/layout/updateMinimum calls. Components can be packed now. R...Joshua Slack2017-10-1821-326/+208
* 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
* Fixed a bug in javascript caused by js engine change in Java 1.7+Joshua Slack2017-10-181-0/+3
* 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
* no messageJoshua Slack2017-10-160-0/+0
|\
| * Added some additional caps detection + divorced UIContainer standin texture s...Joshua Slack2017-10-164-38/+94
* | Added some additional caps detection + divorced UIContainer standin texture s...Joshua Slack2017-10-164-38/+93
|/
* Added ability to set a spacing between elements in RowLayoutJoshua Slack2017-10-122-11/+21
* Added centerOn method to UIComponent to make it simpler to center a component...Joshua Slack2017-09-2910-44/+116
* Simplified UIPopupMenu to extend UIContainer instead of UIFrame.Joshua Slack2017-09-259-63/+381
* Handle jinput libsJoshua Slack2017-09-251-2/+11
* Modified to not stomp libgdx usageJoshua Slack2017-09-251-4/+4
* Make use of SharedLibraryLoader when example uses lwjglJoshua Slack2017-09-242-3/+8
* Added SharedLibraryLoader, originally from https://github.com/badlogic/lwjgl...Joshua Slack2017-09-241-0/+435
* Upgraded lwjgl to latest 2.X version (2.9.3)Joshua Slack2017-09-202-2/+2
* Upgraded lwjgl to latest 2.X version (2.9.3)Joshua Slack2017-09-203-6/+6
* Added a 1920x1080 rezJoshua Slack2017-09-201-1/+1
* Add support and demo of sub-pie menusJoshua Slack2017-09-206-30/+131
* Added a way for update logic to be attached to, and run by, InteractManagerJoshua Slack2017-09-194-4/+89
* Experimental conversion to gradleJoshua Slack2017-09-1917-1/+160
* Added state cleanup to popup components.Joshua Slack2017-09-116-20/+53
* Added new UI Components - UIPieMenu and UIPieMenuItem.Joshua Slack2017-09-1115-31/+1267
* 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
* Updates to Disk to allow for hole in center.Joshua Slack2017-09-062-50/+143
* Updated example to also incorporate popup-menusJoshua Slack2017-08-111-0/+66
* Improvements to UIMenuItem for skinning and for general setup.Joshua Slack2017-08-113-43/+69
* Merge pull request #78 from mallanmba/masterJoshua Slack2017-06-141-5/+29
|\
| * Add a local rotation to BillboardNode that is applied post orientation. This ...mallanmba2017-06-141-5/+29
|/
* Updates to allow overriding SpatialState in InteractManager.Joshua Slack2017-06-024-38/+725
* Added code to ensure margin and border use considers possibility of null. Ad...Joshua Slack2017-05-3111-86/+114
* fixed missing calls to received/lost control on interact widgets.Joshua Slack2017-05-302-3/+20
* Made GeometryTool effectively into a static classJoshua Slack2017-04-275-83/+38
* Added a new 9-slice capable BMTextBackground to use with BMText/BasicText and...Joshua Slack2017-04-213-8/+345
* Added a way to set default color by float values to Mesh.Joshua Slack2017-04-212-19/+39
* Cleaned up various warningsJoshua Slack2017-04-2014-205/+226
* Updated target to Java 1.7Joshua Slack2017-04-2014-54/+91
* Contributions from mallanmba offering improvements to bmfont and bmtext, incl...mallanmba2017-04-2028-72/+2295