r37

Details

  • Filename
    LibGUIFactory-1.0-r37.zip
  • Uploaded by
  • Uploaded
    Nov 27, 2010
  • Size
    35.18 KB
  • Downloads
    122
  • MD5
    124ecfcdb7ed8fd7d7c7b34a0a4a5fe2

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r37 | mangeg | 2010-11-27 09:58:14 +0000 (Sat, 27 Nov 2010) | 1 line
Changed paths:
   M /trunk/Widgets/UIF-DropDown.lua

Bump UIF-Dropdown version to correctly update.
------------------------------------------------------------------------
r36 | mangeg | 2010-11-19 13:19:31 +0000 (Fri, 19 Nov 2010) | 3 lines
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/Widgets/UIF-Font.lua
   A /trunk/Widgets/UIF-GridSelect.lua
   M /trunk/Widgets/UIF-Slider.lua
   A /trunk/Widgets/UIF-StatusBar.lua
   M /trunk/lib.xml

- Slider: Fixed the mousewheel scroll. It now only allow scrolling while holding down shift or shift + control for double speed.
- GridSelect: New widget with grid style select widget.
- StatusBar: New widget for status bar texture selection.
------------------------------------------------------------------------
r35 | mangeg | 2010-11-13 23:57:24 +0000 (Sat, 13 Nov 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/textures/PSD
   A /trunk/textures/PSD/border1.psd
   A /trunk/textures/PSD/border2.psd
   A /trunk/textures/PSD/border3.psd
   A /trunk/textures/PSD/border4.psd
   A /trunk/textures/PSD/titleBackground.psd
   D /trunk/textures/border1.psd
   D /trunk/textures/border2.psd
   D /trunk/textures/border3.psd
   D /trunk/textures/border4.psd
   D /trunk/textures/titleBackground.psd

Ignore PSDs
------------------------------------------------------------------------
r34 | mangeg | 2010-11-13 23:51:49 +0000 (Sat, 13 Nov 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/Widgets/UIF-Font.lua
   A /trunk/textures/border1.psd
   A /trunk/textures/border2.psd
   A /trunk/textures/border3.psd
   A /trunk/textures/border4.psd
   A /trunk/textures/titleBackground.psd

- Fix scrolling to selected font when opening pullout in UIF-Font widget.
- Try to fix path to find texture.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------