Home
last modified time | relevance | path

Searched refs:pieceMenu (Results 1 – 13 of 13) sorted by relevance

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h788 Boolean pieceMenu; member
H A Dargs.h231 { "pieceMenu", ArgBoolean, (void *) &appData.pieceMenu, TRUE, (ArgIniType) TRUE },
H A Dbackend.c6999 if(!appData.pieceMenu && toX == fromX && toY == fromY && boards[0][rf][ff] != EmptySquare) { in UserMoveEvent()
7847 if(appData.pieceMenu) { whichMenu = 0; break; } // edit-position menu in RightClick()
15072 if(!appData.pieceMenu) DisplayMessage(_("Click clock to clear board"), ""); in EditPositionEvent()
15511 if(!appData.pieceMenu && blackPlaysFirst) EditPositionMenuEvent(ClearBoard, 0, 0); in ClockClick()
15524 if(!appData.pieceMenu && !blackPlaysFirst) EditPositionMenuEvent(ClearBoard, 0, 0); in ClockClick()
H A Dxboard.texi441 with the aid of the @code{pieceMenu} option.
3311 @item -pieceMenu true|false
3312 @cindex pieceMenu, option
H A DSHORTLOG1124 Describe -pieceMenu option in texi file
H A DChangeLog5313 With -pieceMenu false the board is cleared by clicking the clock, but
5468 This is now suppressed when -pieceMenu is off, so that selection continues
5579 To make sure this feature is tested, we set -pieceMenu false in the
8462 Describe -pieceMenu option in texi file
8465 explained, as well as the -pieceMenu option.
8659 When the option -pieceMenu is off, the piece menu will no longer appear
/dports/games/xboard/xboard-4.9.1/
H A Dcommon.h796 Boolean pieceMenu; member
H A Dargs.h233 { "pieceMenu", ArgBoolean, (void *) &appData.pieceMenu, TRUE, (ArgIniType) TRUE },
H A Dbackend.c7117 if(!appData.pieceMenu && toX == fromX && toY == fromY && boards[0][rf][ff] != EmptySquare) { in UserMoveEvent()
8003 if(appData.pieceMenu) { whichMenu = 0; break; } // edit-position menu in RightClick()
15365 if(!appData.pieceMenu) DisplayMessage(_("Click clock to clear board"), ""); in EditPositionEvent()
15820 if(!appData.pieceMenu && blackPlaysFirst) EditPositionMenuEvent(ClearBoard, 0, 0); in ClockClick()
15833 if(!appData.pieceMenu && !blackPlaysFirst) EditPositionMenuEvent(ClearBoard, 0, 0); in ClockClick()
H A Dxboard.texi479 with the aid of the @code{pieceMenu} option.
4013 @item -pieceMenu true|false
4014 @cindex pieceMenu, option
H A Dxboard.info394 the 'pieceMenu' option. Dragging empty squares off board can
3255 -pieceMenu true|false
5670 * pieceMenu, option: User interface options.
H A DSHORTLOG1634 Describe -pieceMenu option in texi file
H A DChangeLog3337 as if it was button 3. It can only be used with -pieceMenu false,
8824 With -pieceMenu false the board is cleared by clicking the clock, but
8979 This is now suppressed when -pieceMenu is off, so that selection continues
9090 To make sure this feature is tested, we set -pieceMenu false in the
11973 Describe -pieceMenu option in texi file
11976 explained, as well as the -pieceMenu option.
12170 When the option -pieceMenu is off, the piece menu will no longer appear