r950

Details

  • Filename
    Ace3-r950.zip
  • Uploaded by
  • Uploaded
    Jul 1, 2010
  • Size
    157.24 KB
  • Downloads
    735
  • MD5
    e5ee51245f08f1cee3ab0c2967c4c964

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r950 | nevcairiel | 2010-07-01 19:41:28 +0000 (Thu, 01 Jul 2010) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Don't close frames in CloseAll that are being opened after the CloseAll event was dispatched. (Ticket #132). Also, cleanups.
------------------------------------------------------------------------
r949 | nevcairiel | 2010-07-01 19:14:19 +0000 (Thu, 01 Jul 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua

AceGUI-3.0: Frame: Add events for OnEnter/OnLeave of the statusbar (Ticket #139)
------------------------------------------------------------------------
r948 | nevcairiel | 2010-07-01 19:07:24 +0000 (Thu, 01 Jul 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua

AceGUI-3.0: Add SetMaxLetters APIs to EB and MLEB (Ticket #135)
------------------------------------------------------------------------
r947 | nevcairiel | 2010-06-29 16:44:48 +0000 (Tue, 29 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceTab-3.0/AceTab-3.0.lua

AceTab-3.0: Another fix for nil related problems
------------------------------------------------------------------------
r946 | nevcairiel | 2010-06-28 17:51:36 +0000 (Mon, 28 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceTab-3.0/AceTab-3.0.lua

AceTab-3.0: Hopefully fix the nil-index issue and make tab completion work again
------------------------------------------------------------------------
r945 | nevcairiel | 2010-06-27 09:01:12 +0000 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceTab-3.0/AceTab-3.0.lua

AceTab-3.0: Dynamically create the list of editboxes based on NUM_CHAT_WINDOWS
------------------------------------------------------------------------
r944 | nevcairiel | 2010-06-27 08:53:25 +0000 (Sun, 27 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceTab-3.0/AceTab-3.0.lua

AceTab-3.0: Make this thing "work" with 3.3.3 and 3.3.5
------------------------------------------------------------------------
r943 | nevcairiel | 2010-06-26 07:58:49 +0000 (Sat, 26 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua

AceGUI-3.0: Keybinding: Fix button height
------------------------------------------------------------------------
r942 | nevcairiel | 2010-06-20 10:27:11 +0000 (Sun, 20 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua

AceGUI-3.0: Cleanup keybinding and slider widgets
------------------------------------------------------------------------
r941 | nevcairiel | 2010-06-19 12:18:22 +0000 (Sat, 19 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua

AceGUI-3.0: CheckBox: Fix alignment of the text in OnMouseDown when an image is set. (Ticket #142)
------------------------------------------------------------------------
r940 | nevcairiel | 2010-06-19 08:01:47 +0000 (Sat, 19 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua
   M /trunk/tests/AceDB-3.0-namespaces.lua

AceDB-3.0: Switch all functions over to the dynamic "self.profiles" proxy instead of using sv.profiles directly, which may not always exist (Ticket #144)
------------------------------------------------------------------------
r939 | nevcairiel | 2010-06-19 07:26:17 +0000 (Sat, 19 Jun 2010) | 3 lines
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Improve min/max/step logic for slider controls.

Step checking is now always performed when at least min is specified, and min/max checking is independent of each other.
------------------------------------------------------------------------
r938 | nevcairiel | 2010-06-13 07:21:38 +0000 (Sun, 13 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0.lua Fix a string typo (Ticket #141 - Thanks Allara)
------------------------------------------------------------------------
r937 | nevcairiel | 2010-06-03 17:54:06 +0000 (Thu, 03 Jun 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua

AceGUI-3.0: Slider: Fire OnValueChanged as well as OnMouseUp when confirming a value in the slider editbox.
------------------------------------------------------------------------
r936 | nevcairiel | 2010-05-16 11:58:37 +0000 (Sun, 16 May 2010) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

AceGUI-3.0: Minor cleanups
------------------------------------------------------------------------