r82
Details
-
FilenameLibDialog-1.0-r82.zip
-
Uploaded by
-
UploadedFeb 25, 2015
-
Size12.33 KB
-
Downloads117
-
MD5962160c0b0700f9f3a966284cdffe26b
Supported WoW Retail Versions
- 6.1.0
Changelog
2015-02-25 James D. Callahan III <jcallahan@curse.com>
[5550c30a4c92] [tip]
* .hgtags:
Added tag 6.1.0.2 for changeset c412b20f9e2b
[c412b20f9e2b] [6.1.0.2]
* LibDialog-1.0.lua
Added checks for nil delegates in _Dialog_OnShow(), in which case we bail, and in _Dialog_OnUpdate(), in which case the dialog's timer still occurs but no delegate actions (such as on_cancel or on_update) will fire.
2015-02-24 James D. Callahan III <jcallahan@curse.com>
[aee21fe16090]
* .hgtags:
Added tag 6.1.0.1 for changeset f9b76a6c0052
[f9b76a6c0052] [6.1.0.1]
* LibDialog-1.0.toc
Updated ToC Interface to 60100
2015-01-23 James D. Callahan III <jcallahan@curse.com>
[0def1fc8eac2]
* .hgtags:
Added tag r78-release for changeset 3afa555bdd55
[3afa555bdd55] [r78-release]
* LibDialog-1.0.lua
Clear the checkbox container's anchors in _ReleaseCheckBox
2014-10-27 James D. Callahan III <jcallahan@curse.com>
[8d0bb7f005ed]
* .hgtags:
Added tag r76-release for changeset fac8254c08cb
[fac8254c08cb] [r76-release]
* .pkgmeta, LibDialog-1.0.lua
Fixed LibStub entry in .pkgmeta
2014-10-14 James D. Callahan III <jcallahan@curse.com>
[d2da068fadc0]
* .hgtags:
Added tag r74-release for changeset a041cb1c17ec
[a041cb1c17ec] [r74-release]
* LibDialog-1.0.toc
Updated ToC Interface to 60000.
2014-09-21 James D. Callahan III <jcallahan@curse.com>
[8619fed24bef]
* .hgtags:
Added tag r72-release for changeset daec673f548a
[daec673f548a] [r72-release]
* LibDialog-1.0.lua
Added EditBox on_show support. Increased minor version to 6.
2014-05-03 James D. Callahan III <jcallahan@curse.com>
[30719a80ccb8]
* LibDialog-1.0.lua
Check to see if delegate is nil before attempting to resize it.
[ae767e4baaaa]
* .hgtags:
Added tag r69-release for changeset 806e333f586d
[806e333f586d] [r69-release]
* LibDialog-1.0.lua
Added support for icon_size, text_justify_h, and text_justify_v fields. Layout improvements for EditBoxes and the dialog text in relation to the icon (if present).
2013-11-02 James D. Callahan III <jcallahan@curse.com>
[5f992eae67f9]
* .hgtags:
Added tag r67-release for changeset a7903e9a1e98
[a7903e9a1e98] [r67-release]
* LibDialog-1.0.lua
Fixed incorrect name for on_cancel call (oncancel - yikes).
[71b5e460aae8]
* .hgtags:
Added tag r65-release for changeset b256c29ed245
[b256c29ed245] [r65-release]
* LibDialog-1.0.lua
Bump the minor version.
[63745f0ab6d9]
* LibDialog-1.0.lua
Hide the dialog close button if the delegate has a boolean true value for its no_close_button field.
2013-11-01 James D. Callahan III <jcallahan@curse.com>
[73c9576ac42b]
* .docmeta:
Last test.
[1155257e6b18]
* .docmeta:
Another test.
[7270451f73eb]
* .docmeta:
Documenter test.
[fb8566daa94c]
* .hgtags:
Added tag r59-release for changeset 040ab49193a5
[040ab49193a5] [r59-release]
* LibDialog-1.0.lua
Ticket #6: Process the delegate queue in Dialog_OnHide.
[1fa98790606a]
* LibDialog-1.0.toc
Update ToC Interface version to 50400.
2013-06-12 James D. Callahan III <jcallahan@curse.com>
[e9464cb6ddb7]
* .hgtags:
Added tag r56-release for changeset b21d169c6180
[b21d169c6180] [r56-release]
* LibDialog-1.0.toc
Bump ToC version to 50300.
2013-03-18 James D. Callahan III <jcallahan@curse.com>
[7ea0b882e36a]
* .hgtags:
Added tag r54-release for changeset 9330716b2440
[9330716b2440] [r54-release]
* .docmeta, .hgtags, .pkgmeta, LibDialog-1.0.lua lib.xml
Fix bug when hiding a dialog.