r33
Details
-
FilenameLibGUIFactory-1.0-r33.zip
-
Uploaded by
-
UploadedNov 13, 2010
-
Size29.84 KB
-
Downloads50
-
MD5cacda3c7556a45d9b38eec4e4a72aabc
Supported WoW Retail Versions
- 4.0.1
Changelog
------------------------------------------------------------------------
r33 | mangeg | 2010-11-13 21:23:47 +0000 (Sat, 13 Nov 2010) | 1 line
Changed paths:
A /trunk/textures/titleBackground.tga
- Add missing texture.
------------------------------------------------------------------------
r32 | mangeg | 2010-11-13 21:23:15 +0000 (Sat, 13 Nov 2010) | 3 lines
Changed paths:
M /trunk/LibGUIFactory-1.0.lua
M /trunk/Widgets/UIF-ColorSelect.lua
M /trunk/Widgets/UIF-DropDown.lua
M /trunk/Widgets/UIF-DropDownGroup.lua
A /trunk/Widgets/UIF-Font.lua
M /trunk/Widgets/UIF-Frame.lua
M /trunk/Widgets/UIF-InlineGroup.lua
M /trunk/Widgets/UIF-Slider.lua
M /trunk/Widgets/UIF-TabGroup.lua
M /trunk/Widgets/UIF-TreeGroup.lua
M /trunk/lib.xml
A /trunk/textures
A /trunk/textures/border1.tga
A /trunk/textures/border2.tga
A /trunk/textures/border3.tga
A /trunk/textures/border4.tga
- Added some new border texture.
- UIF-Frame updated with a new look.
- Added new widget UIF-Font for font settings.
------------------------------------------------------------------------
r31 | mangeg | 2010-11-06 08:53:28 +0000 (Sat, 06 Nov 2010) | 2 lines
Changed paths:
M /trunk/LibGUIFactory-1.0.lua
M /trunk/Widgets/UIF-TreeGroup.lua
- Added RelativeSpacer(relativeWidth) to the embeded controls.
- Fixed sorting in Trees when not passing order values. Now sorts on display text instead.
------------------------------------------------------------------------
r30 | mangeg | 2010-10-24 12:22:58 +0000 (Sun, 24 Oct 2010) | 3 lines
Changed paths:
M /trunk/LibGUIFactory-1.0.lua
M /trunk/Widgets/UIF-Frame.lua
M /trunk/Widgets/UIF-TreeGroup.lua
- Frame: Moved the status text to the bottom where it was supposed to be.
- TreeGroup: Aded the option to set items as disabled with passing in disabled = true to the AddGroup().
- Fixed bug in factory creation function.
------------------------------------------------------------------------
r29 | mangeg | 2010-10-23 16:59:53 +0000 (Sat, 23 Oct 2010) | 1 line
Changed paths:
M /trunk/LibGUIFactory-1.0.toc
- Add LibStub as opt dep.
------------------------------------------------------------------------
r28 | mangeg | 2010-10-23 16:59:26 +0000 (Sat, 23 Oct 2010) | 1 line
Changed paths:
M /trunk/LibGUIFactory-1.0.toc
D /trunk/Libs
Remove libs, was only used for debugging.
------------------------------------------------------------------------
r27 | mangeg | 2010-10-23 16:56:38 +0000 (Sat, 23 Oct 2010) | 1 line
Changed paths:
M /trunk/LibGUIFactory-1.0.lua
M /trunk/Widgets/UIF-Slider.lua
- Sliders now only works with mouse wheel if shift is help at the same time. Also hold control together with shift to make the slider move 4 times as fast.
------------------------------------------------------------------------
r26 | mangeg | 2010-10-21 21:48:58 +0000 (Thu, 21 Oct 2010) | 2 lines
Changed paths:
M /trunk/LibGUIFactory-1.0.lua
M /trunk/LibGUIFactory-1.0.toc
M /trunk/Widgets/UIF-Slider.lua
M /trunk/Widgets/UIF-TreeGroup.lua
- Enabled mouse for sliders
- Fixed bug in TreeGroup:AddGroup when adding more groups to the same sub menu.
------------------------------------------------------------------------
r25 | kagaro | 2010-10-09 16:15:12 +0000 (Sat, 09 Oct 2010) | 1 line
Changed paths:
M /trunk/LibGUIFactory-1.0.lua
Interactive Labels now support a callback for OnClick to be passed in after relative width if you choose. This also allows an interactive label to have a confirm handler for clicks.
------------------------------------------------------------------------