r23

Details

  • Filename
    LibGUIFactory-1.0-r23.zip
  • Uploaded by
  • Uploaded
    Jul 24, 2010
  • Size
    23.79 KB
  • Downloads
    111
  • MD5
    4447eb4164a9943539bc0b727928bfae

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r23 | mangeg | 2010-07-24 16:35:15 +0000 (Sat, 24 Jul 2010) | 8 lines
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/Widgets/UIF-DropDown.lua
   M /trunk/Widgets/UIF-DropDownItems.lua
   M /trunk/Widgets/UIF-TreeGroup.lua

- Fixed validation error on the config tables.
#Widgets/UIF-DropDown:
- Fixed the height of the pullout so it matches the items to prevent items falling outside on a large list.
- Added .disabled to the possible values for lists, making it possible to set items disabled right away when passing the list in.
#Widgets/UIF-DropDownItems:
- Fixed the broken icon display.
#Widgets/UIF-TreeGroup:
- Added sorting when inserting groups with AddGroup().
------------------------------------------------------------------------
r22 | mangeg | 2010-07-22 09:51:45 +0000 (Thu, 22 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua

- Added PositionSlider(self, type, text, db, key, step, callback, relativeWidth) where type is "x" or "y". It will automatically set max and min depending on users screen res.
------------------------------------------------------------------------
r21 | mangeg | 2010-07-19 14:19:01 +0000 (Mon, 19 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   A /trunk/Libs

- Using proper rev number again, since text-replacements caused problems with svn-external.
------------------------------------------------------------------------
r20 | mangeg | 2010-07-12 21:26:13 +0000 (Mon, 12 Jul 2010) | 2 lines
Changed paths:
   M /trunk
   M /trunk/.pkgmeta
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/LibGUIFactory-1.0.toc

- Update for new AceGUI-LSMWidgets that don't set the default list when widget:SetList() is called with no arguments.
- OptDept to LSM and AceGUI-LSMWidgets for no lib running.
------------------------------------------------------------------------
r19 | mangeg | 2010-07-10 02:16:00 +0000 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua

- Add Sound as a valid LSMDropdown.
------------------------------------------------------------------------
r18 | mangeg | 2010-07-04 13:55:03 +0000 (Sun, 04 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Widgets/UIF-Label.lua

#UIF-Label.lua
- Align text vertically to the center.
------------------------------------------------------------------------
r17 | mangeg | 2010-07-03 23:14:15 +0000 (Sat, 03 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua

- Bugfix for SetGUIOption Callback.
------------------------------------------------------------------------
r16 | mangeg | 2010-07-03 21:10:05 +0000 (Sat, 03 Jul 2010) | 2 lines
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/Widgets/UIF-DropDown.lua
   M /trunk/Widgets/UIF-DropDownItems.lua

- Added MultiSelectDropdown
- removed not used code from UIF-DropDownItems.lua and UIF-DropDown.lua and fixed so it worked with multislect.
------------------------------------------------------------------------
r15 | mangeg | 2010-07-03 18:33:59 +0000 (Sat, 03 Jul 2010) | 4 lines
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   A /trunk/Widgets/UIF-Label.lua
   M /trunk/lib.xml

#LibGUIFactory-1.0.lua
- Added new embed, Spacer(width).
#Adding UIF-Label.lua
- Can set background on the label.
------------------------------------------------------------------------
r14 | mangeg | 2010-07-03 10:48:37 +0000 (Sat, 03 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua

- DOH!!
------------------------------------------------------------------------
r13 | mangeg | 2010-07-03 10:47:03 +0000 (Sat, 03 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua

- Automatic MINOR
------------------------------------------------------------------------
r12 | mangeg | 2010-07-03 10:43:42 +0000 (Sat, 03 Jul 2010) | 3 lines
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/Widgets/UIF-InlineGroup.lua

- Can now add more values changed callback to the same UIF instance
- Updated UIF-InlineGroup to not inherit AceGUIContainer-InlineGroup since it does not expose the border anymore. So just made a copy of that and added functions for customization.

------------------------------------------------------------------------
r11 | mangeg | 2010-06-29 23:18:35 +0000 (Tue, 29 Jun 2010) | 1 line
Changed paths:
   M /trunk/Widgets/UIF-Frame.lua

- Reset the statustext on release for  UIF-Frame.
------------------------------------------------------------------------
r10 | mangeg | 2010-06-27 09:38:27 +0000 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/Widgets/UIF-CheckBox.lua

- Remove temporary fix in UIF-CheckBox for image alignment since it was fixed in the base AceGUI-CheckBox.
------------------------------------------------------------------------
r9 | mangeg | 2010-06-25 10:03:18 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua

- Added relative width to parameters for most widgets.
------------------------------------------------------------------------
r8 | mangeg | 2010-06-13 14:23:59 +0000 (Sun, 13 Jun 2010) | 2 lines
Changed paths:
   M /trunk/LibGUIFactory-1.0.lua
   M /trunk/Widgets/UIF-CheckBox.lua

- Workaround for bug in AceGUIWidget-Checkbox and Images.
- Added relative with to parameters for some widgets.
------------------------------------------------------------------------