Change Log:
--------------------
------------------------------------------------------------------------
r19 | jaslm | 2011-04-27 01:47:42 +0000 (Wed, 27 Apr 2011) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Fix problem with paste after using "hidden" functionality of the shift-copy button.
------------------------------------------------------------------------
r18 | jaslm | 2011-04-26 23:53:49 +0000 (Tue, 26 Apr 2011) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.toc
New version to be up-to-date for Blizzard.
------------------------------------------------------------------------
r17 | jaslm | 2011-04-26 23:52:53 +0000 (Tue, 26 Apr 2011) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Add code to show Blizzard decimal color format for developers. Currently selected color will print to chat window upon shift-click of copy key.
------------------------------------------------------------------------
r16 | jaslm | 2010-11-18 17:45:16 +0000 (Thu, 18 Nov 2010) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Cleanup of R14
------------------------------------------------------------------------
r15 | jaslm | 2010-11-18 17:29:09 +0000 (Thu, 18 Nov 2010) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Minor cleanup to r14
------------------------------------------------------------------------
r14 | jaslm | 2010-11-18 00:21:02 +0000 (Thu, 18 Nov 2010) | 6 lines
Changed paths:
M /trunk/ColorPickerPlus.lua
Three changes:
1. When a color is copied, an alpha value is copied only the dialog is showing a transparency slider. This changes previous behavior that set an alpha value of zero for a color copied from a dialog that didn't show the transparency slider. This should also fix the bug reported where a copy of a color could change the underlying transparency of a dialog.
2. EditFocus is cleared when the user clicks in the graphical part of the picker to set a color or alpha value. This means that the flashing...
Description:
--------------------
ColorPickerPlus hooks into the standard Color Picker to provide
text entry for colors (RGB and hex values),
text entry for the alpha value (transparency/opacity),
copy and paste of a single color,
a movable frame,
a color swatch for the color that you will be replacing
a color swatch for the copied color that may be pasted.
With these enhancements, you can precisely describe a color and coordinate colors within and between add-ons.
--------------------
------------------------------------------------------------------------
r19 | jaslm | 2011-04-27 01:47:42 +0000 (Wed, 27 Apr 2011) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Fix problem with paste after using "hidden" functionality of the shift-copy button.
------------------------------------------------------------------------
r18 | jaslm | 2011-04-26 23:53:49 +0000 (Tue, 26 Apr 2011) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.toc
New version to be up-to-date for Blizzard.
------------------------------------------------------------------------
r17 | jaslm | 2011-04-26 23:52:53 +0000 (Tue, 26 Apr 2011) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Add code to show Blizzard decimal color format for developers. Currently selected color will print to chat window upon shift-click of copy key.
------------------------------------------------------------------------
r16 | jaslm | 2010-11-18 17:45:16 +0000 (Thu, 18 Nov 2010) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Cleanup of R14
------------------------------------------------------------------------
r15 | jaslm | 2010-11-18 17:29:09 +0000 (Thu, 18 Nov 2010) | 1 line
Changed paths:
M /trunk/ColorPickerPlus.lua
Minor cleanup to r14
------------------------------------------------------------------------
r14 | jaslm | 2010-11-18 00:21:02 +0000 (Thu, 18 Nov 2010) | 6 lines
Changed paths:
M /trunk/ColorPickerPlus.lua
Three changes:
1. When a color is copied, an alpha value is copied only the dialog is showing a transparency slider. This changes previous behavior that set an alpha value of zero for a color copied from a dialog that didn't show the transparency slider. This should also fix the bug reported where a copy of a color could change the underlying transparency of a dialog.
2. EditFocus is cleared when the user clicks in the graphical part of the picker to set a color or alpha value. This means that the flashing...
Description:
--------------------
ColorPickerPlus hooks into the standard Color Picker to provide
text entry for colors (RGB and hex values),
text entry for the alpha value (transparency/opacity),
copy and paste of a single color,
a movable frame,
a color swatch for the color that you will be replacing
a color swatch for the copied color that may be pasted.
With these enhancements, you can precisely describe a color and coordinate colors within and between add-ons.