Refinements to generic popup and color picker
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 6 Apr 2011 08:56:57 +0000 (10:56 +0200)
committerArun Persaud <apersaud@lbl.gov>
Thu, 7 Apr 2011 05:21:41 +0000 (22:21 -0700)
commit5679f357b11ddeae09d5d3ba6613b6bda1dc00e9
treea3419e4fa04c765c27b3bf687369cdbef3439bc2
parent8c9c9b75176c6135bd37d190e20b6e1818ff108f
Refinements to generic popup and color picker

*) The text part of a checkbox can now be clicked to toggle the option.
*) Typing <Enter> in single-line text edits is ignored
*) Using a spin button now sets focus to the affected text edit, with
the insert position at the end.
*) Using the sample field or an RGB button sets focus to the
corresponding text edit, with the insert position at the end.
*) The adjust buttons now work in reverse, with a D button for "darker".
*) Editing a color field causes the sample field to update to the new
color when you type <Enter>.
*) The color pickers now define a default color, which can be instated
by clicking on the sample field.
*) Fix some 64-bit pointer warnings
xoptions.c