8 Commits

Author SHA1 Message Date
Gabriel Tofvesson
327cedc852 Updated version number 2016-11-13 14:23:04 +01:00
33677806ef Major update (Stable)
- Update libRefTools library
- Completely rewrote Tabs class
  - Tabs class now uses ShiftingList to ensure that unused resources get recycled
  - Loaded resources can now be unloaded at will
  - Loaded resources can now be reloaded at will
  - Previously loaded, non-recycled resources are loaded from ShiftingList
  - Added implicit sub-tab support by requesting a parent to place tab in
- Added blank settings sub-tab layout asset files
- Fixed some continuity for variables in Main class
- Made css style handling changes to allow for dynamic color change and selection of tabs
  - Id's are no longer used to define style of tabs. That is done by styleClass now
  - StyleClasses are now updated from Main when a tab is selected
  - Selected tabs use regular tab "hover" color to signify selection
  - Selected tabs that are being hovered over are even darker
- Added "local layout" references inside onMouseClicked listeners to continuity
- Made updating currently selected tab easier by moving all the code to a method
2016-11-12 03:40:55 +04:00
Michael-Jouanneau
1a44490454 Chnaged things 2016-11-06 12:46:47 +01:00
Gabriel Tofvesson
458bc78b2e Added asynchronous method execution support with libRefTools 2016-10-30 18:17:14 +01:00
Gabriel Tofvesson
a445e8dd5b Icons 2016-10-30 17:09:34 +01:00
Michael-Jouanneau
d1eaa3298c Chnaged things 2016-10-30 17:08:54 +01:00
Gabriel Tofvesson
62b8c3b31b Tabs :D 2016-10-30 16:25:59 +01:00
Gabriel Tofvesson
a0f74457b3 Tabs :D 2016-10-30 16:08:00 +01:00