On all screens that display a palette, the grey columns are no longer "dead", you can

click them to pick the color to its right.
Added help text for HSL mode in Palette, and Grad rectangle
Fixed display of colored rectangles in Palette screen (issue 64)
Fixed more missing refreshes in the Palette screen
Fixed wrong shortcuts in Palette screen
Removed an obsolete message ("Sensibilite Souris") and dead code


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@370 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-12-04 21:44:59 +00:00
parent 7c658a6855
commit 09ba984aa6
10 changed files with 93 additions and 54 deletions

View File

@@ -991,7 +991,18 @@ static const T_TABLEAIDE TableAideGradRect[] =
AIDE_TITRE("GRAD RECTANGLE")
AIDE_TEXTE("")
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_GRADRECT)
AIDE_TEXTE(" *** Not implemented yet ***")
AIDE_TEXTE("")
AIDE_TEXTE("Selects the rectangle with gradations as")
AIDE_TEXTE("the active drawing tool.")
AIDE_TEXTE("")
AIDE_TEXTE("Set a corner of a rectangle. Maintain the")
AIDE_TEXTE("click to move the opposite corner and")
AIDE_TEXTE("release the mouse button to set it")
AIDE_TEXTE("definitively.")
AIDE_TEXTE("Then click and hold the mouse in a point you")
AIDE_TEXTE("want to have the starting color, drag to a")
AIDE_TEXTE("point where you want the ending color, and")
AIDE_TEXTE("release the button.")
};
static const T_TABLEAIDE TableAideGradMenu[] =
{
@@ -2126,6 +2137,12 @@ static const T_TABLEAIDE TableAidePalette[] =
AIDE_TEXTE("copies of the current selection. (The")
AIDE_TEXTE("keyboard shortcut for this button is <Del>).")
AIDE_TEXTE("")
AIDE_TEXTE("- HSL: Switches between RGB and HSL color")
AIDE_TEXTE("spaces. In HSL mode, the three sliders")
AIDE_TEXTE("allow you to set the Hue (tint), Saturation")
AIDE_TEXTE("(from grayscale to pure color) and")
AIDE_TEXTE("Lightness (from black to white).")
AIDE_TEXTE("")
AIDE_TEXTE("- Reduce: Allows you to reduce the palette")
AIDE_TEXTE("to the number of colors you want (and")
AIDE_TEXTE("modifies the picture).")