LibXTools

Abandoned
Provides basic UI elements, profile handling, and options panels for addons

File Details

v1.4

  • R
  • Apr 3, 2012
  • 14.75 KB
  • 98
  • 4.3.3
  • Retail

File Name

LibXTools-v1.4.zip

Supported Versions

  • 4.3.3

tag v1.4
f2d7b5c99842d5c906227e906db3a7e7f5c9e992
Xuerian <sky.shell@gmail.com>
2012-04-03 01:28:31 -0400

Split tools into modules. Turn Anchor into Stack module for use with Group/Monitor (AnchorsAway? is that your ghost?)

--------------------

Xuerian:
    - XAnchor: Properly link .Restack
    - XAnchor: Support anchor.child:Popped
    - Cleanup
    - Remove project version replacements, curse packager doesn't support them yet
    - staticstack.restack
    - Unclamp anchors at edges, force reposition
    - Correct config group labeling fallback
    - Correctly acquire and index children in stacks
    - Add anchor.AnchorScale automatically set child scales
    - Shift stack anchor positions when hidden to tighten children
    - Properly store value for ConfigSet
    - Fall back up addon localization for config group names
    - Overriding print doesn't do any good if it is upvalued at the end of the file
    - Properly cast booleans in panel.Save
    - Add default ConfigSet/ConfigGet methods
    - Allow manual localization for select elements
    - Some local references in XUI
    - anchor.AnchorChild XStack:CreateStaticStack
    - Don't re-init XUI
    - Simplify stack anchors, use direct table access for anchor data due to profile changes
    - Call ResetProfile instead of ConfigDefault on default click
    - Change to full copy of options tables instead of __index
    - Move debug to bottom of profile
    - Split up Tools into modules, enable project versioning, move debugging to bottom of files