NSColorWell-related updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
jagapen 2000-04-28 00:42:21 +00:00
parent e2062b283c
commit 31f8e471c9

View file

@ -1,3 +1,14 @@
2000-04-27 Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>
* Images/common_ColorSwatch.tiff: New file.
* Images/GNUmakefile: Update.
* Model/IMLoading.m: Bugfix in [+loadGModelNamed:owner:] to invoke
[+bundleForClass:] with a class, not an object.
* Panels/ColorPanel.gmodel: Add attributes to make a color panel
become key only as needed, and make it a floating panel.
* Source/NSColorPanel.m: Use above image for color dragging.
* Source/NSColorWell.m: Updates for proper (de)activation.
2000-04-25 Adam Fedor <fedor@gnu.org>
* Source/NSScreen.m (-deviceDescription): Use autoreleased dictionary.