New: Picture effects screen, resizes / mirrors / rotates image (Issue 73)

New: Distort brush (Issue 34)
New: Pixel scaler "Triple" for 3x3 zoom (Issue 147)
New: Pixel scaler "Quadruple" for 4x4 zoom (Issue 151)
New: Pixel scaler "Wide2" for 4x2 zoom (Issue 148)
New: Pixel scaler "Tall2" for 2x4 zoom (Issue 149)
Fix of very old bug: Resizing the image didn't mark the image 'modified since last save'

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@763 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-05-02 16:44:06 +00:00
parent c1a1d88592
commit e5f948076b
37 changed files with 3952 additions and 481 deletions

View File

@@ -54,7 +54,7 @@ static const T_Help_table helptable_about[] =
HELP_TITLE("======================")
*/
{
HELP_TEXT ("") // Laisse de la place pour le logo
HELP_TEXT ("") // Leave enough room for a hard-coded logo, eventually.
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
@@ -539,7 +539,8 @@ static const T_Help_table helptable_paintbrush[] =
};
static const T_Help_table helptable_adjust[] =
{
HELP_TITLE("ADJUST PICTURE")
HELP_TITLE("ADJUST OR TRANSFORM")
HELP_TITLE(" PICTURE")
HELP_TEXT ("")
HELP_BOLD (" LEFT CLICK")
HELP_LINK ("(Key:%s)",0x100+BUTTON_ADJUST)
@@ -558,8 +559,24 @@ static const T_Help_table helptable_adjust[] =
HELP_BOLD (" RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_ADJUST)
HELP_TEXT ("")
HELP_TEXT (" *** Not implemented yet ***")
HELP_TEXT ("Opens the Picture Transform menu.")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TITLE("PICTURE TRANSFORM")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
};
static const T_Help_table helptable_draw[] =
{
@@ -1079,7 +1096,15 @@ static const T_Help_table helptable_brush_fx[] =
HELP_TEXT ("because it's the only way for cancelling)")
HELP_TEXT ("")
HELP_LINK ("- Distort: (Key:%s)",SPECIAL_DISTORT)
HELP_TEXT ("*** Not implemented yet ***")
HELP_TEXT ("Triggers an interactive operation")
HELP_TEXT ("that allows you to distort your brush.")
HELP_TEXT ("Start by placing the brush somewhere on the")
HELP_TEXT ("screen and left-click. The brush will")
HELP_TEXT ("appear, with a little peg at each corner.")
HELP_TEXT ("Use the left mouse button to displace the")
HELP_TEXT ("corners, which will deform the brush.")
HELP_TEXT ("When you're done, click the right mouse")
HELP_TEXT ("button.")
HELP_TEXT ("")
HELP_LINK ("- Outline: (Key:%s)",SPECIAL_OUTLINE)
HELP_TEXT ("This option permits to draw the")