xboard.git
12 years agoImplement -pgnNumberTag option
H.G. Muller [Thu, 9 Feb 2012 12:00:09 +0000]
Implement -pgnNumberTag option

A new (persistent) boolean option controls if the sequence number is to
be written in saved tourney games as a Number tag, to make it easier
to correlate games with debug files.

12 years agoCreate separate debug fil for each tourney game
H.G. Muller [Thu, 9 Feb 2012 11:55:52 +0000]
Create separate debug fil for each tourney game

Users can now apecify a -debugfile with %d in its name, and this will
be replaced by the sequence number of the game. TwoMachinesEvent then
starts by opening a new file when the name has changed, so that each
game will go to a different file, with recognizable name.

12 years agoFix bug in WB combobox readout
H.G. Muller [Thu, 9 Feb 2012 11:51:25 +0000]
Fix bug in WB combobox readout

The previous patch exposed a latent bug in the readout of the generic popup.

12 years agoAllow grouping of engines in engine list
H.G. Muller [Wed, 8 Feb 2012 22:25:31 +0000]
Allow grouping of engines in engine list

Lines "# GROUPNAME" and "# end" enclose a group in -firstChessProgramNames.

12 years agoFix TidyProgramName
H.G. Muller [Wed, 8 Feb 2012 16:47:46 +0000]
Fix TidyProgramName

A trailing .exe was not removed if the engine name was quoted.

12 years agoPut recently used engines in WB menu
H.G. Muller [Wed, 8 Feb 2012 16:45:42 +0000]
Put recently used engines in WB menu

A new option -recentEngines specifies how many engines should be listed.
The list of nicknames is stored in the ettings file as -recentEngineList.
The engines are appended to the Engine menu.

12 years agoFix registering of EditTagsProg
H.G. Muller [Sat, 4 Feb 2012 18:37:51 +0000]
Fix registering of EditTagsProg

This was registered with X as EditCommentProc!

12 years agoIncrease max nr of engines to 2000
H.G. Muller [Tue, 7 Feb 2012 22:04:49 +0000]
Increase max nr of engines to 2000

Move the #define for MAXENGINES also to common.h, so that both the
Load and Tourney dialog use the same maximum.

12 years agoFix fix of switch to mono-mode
H.G. Muller [Thu, 19 Jan 2012 22:01:20 +0000]
Fix fix of switch to mono-mode

The previous fix had == in stead of != for testing if mono-mode had changed.

12 years agoMake New Variant dialog visible in mono-mode
H.G. Muller [Thu, 19 Jan 2012 21:21:38 +0000]
Make New Variant dialog visible in mono-mode

All colored buttons did get a black background, and also black text...
Use timer background color in stead, which is white.

12 years agoIncease size of WB array of translated items
H.G. Muller [Thu, 19 Jan 2012 19:48:37 +0000]
Incease size of WB array of translated items

For the BoardOptions dialog 42 items are now needed

12 years agoImplement Clone Tourney button XBoard
H.G. Muller [Thu, 19 Jan 2012 16:18:25 +0000]
Implement Clone Tourney button XBoard

This makes use of the new GenericUpdate().

12 years agoImplement GenericUpdate function
H.G. Muller [Thu, 19 Jan 2012 15:34:13 +0000]
Implement GenericUpdate function

This does the opposite from GenericReadout: it copies the current
parameter values into the dialog.

12 years agoFix arrow damage with highlightDragging XB
H.G. Muller [Thu, 19 Jan 2012 11:19:27 +0000]
Fix arrow damage with highlightDragging XB

With highlight dragging the highlights of the previous moves are cleared
when lifting the piece. Logically, this should also clear the arrow, but
to do that requires a board redraw, which is not done at this stage. (And
even then this would only be effective after marking the arrow damage,
which is not done yet either). As a temporary fix, we repair the arrow
by redrawing it.
  This patch has moved marking of the arrow damage from DrawArrowHighlight
to a separate routine, so a future better fix can also call that when the
arrow should be erased.

12 years agoPrevent unnecessary loading of engines
H.G. Muller [Wed, 18 Jan 2012 15:01:50 +0000]
Prevent unnecessary loading of engines

For engines that can be reused, the unloading at the end of a pairing
is in some cases wasteful, as the same engine will be used in the next
pairing as well. In simple gauntlets the gauntlet engine will always
stay first engine, while in multi-gauntlets the oppent engine will stay
the same for an entire round. In these cases unloading is now suppressed.

12 years agoReset protocol version before loading new engine
H.G. Muller [Tue, 17 Jan 2012 21:22:32 +0000]
Reset protocol version before loading new engine

The protocol version was not reset, so if the previous engine was v1,
the newly loaded engine would not be sent a protover command, so
that its features would remain unknown!

12 years agoGive focus to board window after ICS login
H.G. Muller [Tue, 17 Jan 2012 18:33:32 +0000]
Give focus to board window after ICS login

toprevent that the focus remains on any popped up chat boxes, it is
explicitlly set otherwise. The board window is preferred over the
ICS interaction window, because you can type from there to the ICS anyway,
and it makes all accelerator keys available.

12 years agoFix seek-graph popup and popdown
H.G. Muller [Mon, 16 Jan 2012 13:37:05 +0000]
Fix seek-graph popup and  popdown

Clicking outside the board area in WB (e.g.on the clocks) would also
trigger seek-graph 'popup'. This is now suppressed by testing for
y-coord > 0. In addition, the seek graph is automaticaly taken down
when we step to another position in the current game (using buttons,
arrow keys or whatever).

12 years agoSuppress empty lines when observing on VICS
H.G. Muller [Sun, 15 Jan 2012 20:29:11 +0000]
Suppress empty lines when observing on VICS

Capture of the engine kibitzes when observing an engine game with
-autoKibitz on was still leaking a linefeed on the Variant ICS
(but not FICS or ICC!?).

12 years agoFix printing non-numeric kibitz with -autoKibitz
H.G. Muller [Sun, 15 Jan 2012 20:24:12 +0000]
Fix printing non-numeric kibitz with -autoKibitz

Messages that were not considered kibitzed engine PV info for lack of
numeric content, were kibitzed as coming from "your opponent", which
is nonsense if you were iobserving, and masked the source. Fortunately
star_match[0] is still holding the original name, at that point.

12 years agoFix 4 warnings
H.G. Muller [Wed, 11 Jan 2012 16:33:29 +0000]
Fix 4 warnings

12 years agoUse same translation of "vs." everywhere
H.G. Muller [Wed, 11 Jan 2012 16:00:38 +0000]
Use same translation of "vs." everywhere

12 years agoAdd new translations to WB language file
H.G. Muller [Wed, 11 Jan 2012 16:08:18 +0000]
Add new translations to WB language file

12 years agoFix re-allocation of PGN-cache memory
H.G. Muller [Wed, 11 Jan 2012 15:20:17 +0000]
Fix re-allocation of PGN-cache memory

It  allocated 8 times too much!

12 years agoFix height board dialog
H.G. Muller [Wed, 11 Jan 2012 11:47:38 +0000]
Fix height board dialog

12 years agoEnable WB time-control dialog even when no clock mode
H.G. Muller [Wed, 11 Jan 2012 11:34:39 +0000]
Enable WB time-control dialog even when no clock mode

The dialog could be called from the tournament dialog to set a TCfor
the tourney even when currently in game-viewer mode, so it'd better work.

12 years agoExempt variant seirawan from -disguisePromoted inheritance
H.G. Muller [Wed, 11 Jan 2012 11:28:43 +0000]
Exempt variant seirawan from -disguisePromoted inheritance

This is not a variant where promoted Pawns have to be distingushed
from primordial pieces, as captured pieces do not go into the holdings.

12 years agoAdd control for overrideLineGap in WB Board dialog
H.G. Muller [Mon, 9 Jan 2012 20:23:52 +0000]
Add control for overrideLineGap in WB Board dialog

Make it a checkbox to choose between 0 and -1.

12 years agoAdd Ctrl-D as alternative to Ctrl+Alt+F12 in WinBoard
H.G. Muller [Mon, 9 Jan 2012 19:56:40 +0000]
Add Ctrl-D as alternative to Ctrl+Alt+F12 in WinBoard

The acellerator key Ctrl+Alt+F12 seems reserved on Windows 7.

12 years agoFix seek graph for VICS
H.G. Muller [Mon, 9 Jan 2012 19:52:05 +0000]
Fix seek graph for VICS

The sought command on the open-source ICS code is ICC-like (no terminating
line), although the server is FICS like. So also accept prompt as seek-graph
trigger on FICS.

12 years agoOpen WB startup chat boxes only after logged on
H.G. Muller [Mon, 9 Jan 2012 19:27:01 +0000]
Open WB startup chat boxes only after logged on

The init code for opening the chat boxes ismoved to DisplayIcsTitle().

12 years agoInstall mime types directly
H.G. Muller [Sat, 7 Jan 2012 19:31:34 +0000]
Install mime types directly

12 years agoInstall desktop files directly
H.G. Muller [Sat, 7 Jan 2012 19:29:10 +0000]
Install desktop files directly

12 years agoInstall icons directly
H.G. Muller [Sat, 7 Jan 2012 19:19:09 +0000]
Install icons directly

Rather than letting make-install copy the pixmaps to the XBoard data
directory they are installed directly from the source files. The name
of the TRN icon was also corrected and changed.

12 years agoUpdate texi file and remove duplicate control
H.G. Muller [Thu, 5 Jan 2012 17:41:13 +0000]
Update texi file and remove duplicate control

Some missing option descriptions were added. The highlight-dragging
control was removed from the General Options dialog, as it did the same
as Show Target Squares. -highlightDragging wa changed to a volatile option
with default value true, making it effectively disappear as an XBoard
option. (In WinBoard it is still persistent.)

12 years agoRemove the direct commands to the engines
H.G. Muller [Thu, 5 Jan 2012 14:55:54 +0000]
Remove the direct commands to the engines

12 years agoforgot to list new desktop files in EXTRA_DIST section in Makefile.am
Arun Persaud [Fri, 6 Jan 2012 05:15:11 +0000]
forgot to list new desktop files in EXTRA_DIST section in Makefile.am

12 years agoadded some autogenerated po files to .gitignore
Arun Persaud [Fri, 6 Jan 2012 04:08:23 +0000]
added some autogenerated po files to .gitignore

12 years agoadded desktop and mime-type association to autoconf install process
Arun Persaud [Fri, 6 Jan 2012 04:05:44 +0000]
added desktop and mime-type association to autoconf install process

This should install and uninstall the mime assocciation and also the icons.
Also renamed the desktop files to avoid possible name collisions.

12 years agocode cleanup: make function definition confirm to GNU coding style
Arun Persaud [Wed, 4 Jan 2012 05:30:59 +0000]
code cleanup: make function definition confirm to GNU coding style

change everything in the main directory to

void
funcname (int a, int b)

format

12 years agoUpdated copyright notice to 2012
Arun Persaud [Wed, 4 Jan 2012 02:43:18 +0000]
Updated copyright notice to 2012

12 years agoImplement -viewerOptions
H.G. Muller [Tue, 3 Jan 2012 20:32:04 +0000]
Implement -viewerOptions

A mechanism is added to allow the user to configure persistently if the
game viewer that starts on clicking PGN files will use -ncp mode, or
load an egine for analysis (or, in fact, do anything). This by introducing
a persistent string option -viewerOptions, which will be parsed as a
command line after the real command line when the option -viewer was present.

12 years agoFix crash in auto-comment
H.G. Muller [Tue, 3 Jan 2012 10:29:00 +0000]
Fix crash in auto-comment

Trailing linefeeds in AppendComment were not properly stripped off,
leading to a mismatch between the allocted and used memory, and thus
possible buffer overruns.

12 years agoFix crash at match end
H.G. Muller [Mon, 2 Jan 2012 22:46:18 +0000]
Fix crash at match end

The -afterTourney option had broken old-style matches, because the ranking
string that was tested for "busy" is not set there at all, and remains a
NULL pointer, which strcmp doesn't like.

12 years agoAdd desktop files for PGN viewer and tournament player
H.G. Muller [Sun, 1 Jan 2012 18:56:58 +0000]
Add desktop files for PGN viewer and tournament player

The desktop files define startup commands for handling PGN, FEN and
tourney files, calling xboard with the proper command-line options.

12 years agoAdd xml file for defining mime types
H.G. Muller [Sun, 1 Jan 2012 18:53:02 +0000]
Add xml file for defining mime types

The file xboard.xml defines application/x-chess-pgn, aplication/x-chess-fen
and application/x-xboard-trn as mime types for *.pgn, *.fen and *.trn files,
so these files can be associated with XBoard in various modes.

12 years agoAdd icons for PGN and tourney files
H.G. Muller [Sun, 1 Jan 2012 18:41:39 +0000]
Add icons for PGN and tourney files

Icons are provided in two sizes: 32x32 and 48x48.

12 years agoClear square markers on new game
H.G. Muller [Thu, 29 Dec 2011 18:55:33 +0000]
Clear square markers on new game

Now that the markers can stay on after a first click, they need to be
explicitly cleared when moving to another board, including a new game.

12 years agoAbandon single-letter menus in tinyLayout
H.G. Muller [Thu, 29 Dec 2011 14:51:18 +0000]
Abandon single-letter menus in tinyLayout

Now that the items on the main menu bar are clipped, it iso longer
necessary to abbreviate them.

12 years agoImplement peeking previous position in WinBoard
H.G. Muller [Thu, 29 Dec 2011 14:38:46 +0000]
Implement peeking previous position in WinBoard

The backspace key is used to temporarily display the previous position.

12 years agoFix parsing of faulty PGN tags
H.G. Muller [Thu, 29 Dec 2011 14:32:20 +0000]
Fix parsing of faulty PGN tags

A closing bracket could be missed in a malformed tag

12 years agoFix parser for variant seirawan
H.G. Muller [Thu, 29 Dec 2011 14:29:00 +0000]
Fix parser for variant seirawan

The new parser didnot understand gating suffixes with /, and did not
allow any suffix at all on SAN castling moves.

12 years agoTry to not confuse ICS rating adustments as shouts
H.G. Muller [Wed, 28 Dec 2011 21:32:38 +0000]
Try to not confuse ICS rating adustments as shouts

An explicit pattern match for the rating adjustment is added before
matching the shouts.

12 years agoDescribe -overrideLineGap option in texi file
H.G. Muller [Wed, 28 Dec 2011 21:21:54 +0000]
Describe -overrideLineGap option in texi file

12 years agoUse <Enter> in stead of Ctrl+. for peeking last move
H.G. Muller [Wed, 28 Dec 2011 21:03:30 +0000]
Use <Enter> in stead of Ctrl+. for peeking last move

I commented out the explicit detection of the Ctrl key, as this
is not needed when there are no 'unnatural' Ctrl keystrokes used
for binding.

12 years agoNext try for menu-bar sizing
H.G. Muller [Wed, 28 Dec 2011 18:37:49 +0000]
Next try for menu-bar sizing

This time request the width needed to just fit everything, and then start
shaving off pixels from the currently largest until the entire thing fits.

12 years agoClip texts on menu bar
H.G. Muller [Wed, 28 Dec 2011 14:17:49 +0000]
Clip texts on menu bar

The width of the items on the main menu bar is restricted so the bar
will never exceed board width.

12 years agoFix format in temporary timing printf
H.G. Muller [Wed, 28 Dec 2011 13:01:53 +0000]
Fix format in temporary timing printf

12 years agoDon't test drops as mate evasions in variant seirawan
H.G. Muller [Wed, 28 Dec 2011 12:38:59 +0000]
Don't test drops as mate evasions in variant seirawan

12 years agoFix ICS castling rights
H.G. Muller [Wed, 28 Dec 2011 12:36:23 +0000]
Fix ICS castling rights

Copying the castling rights together with CopyBoard seems to have
broken handling of ICS rights, where ParseBoard12 prepares a board
in a local variable, an copies it before parsing the rights.

12 years agoFix initial holdings ICS seirawan games
H.G. Muller [Wed, 28 Dec 2011 12:35:10 +0000]
Fix initial holdings ICS seirawan games

12 years agoFix sending of S-Chess gating moves to ICS
H.G. Muller [Tue, 27 Dec 2011 17:31:05 +0000]
Fix sending of S-Chess gating moves to ICS

Normal moves did not get the gating suffix sent.

12 years agoFix menu grayout after illegal move
H.G. Muller [Tue, 27 Dec 2011 16:56:07 +0000]
Fix menu grayout after illegal move

TheThinkingEnables were not reset to user state after the engine rejected
the entered move as illegal.

12 years agoAllow setting of holdings with edit command
H.G. Muller [Tue, 27 Dec 2011 12:26:36 +0000]
Allow setting of holdings with edit command

For the benefit of Fairy-Max' Seirawan Chess implementation, the edit command
no also sends holdings contents (if the engine sent feature xedit=1), encoded
as pieceType + '@' + holdingsCount (if the count is non-zero).

12 years agoFix out-of-bounds access in check test
H.G. Muller [Sat, 24 Dec 2011 16:54:16 +0000]
Fix out-of-bounds access in check test

Thepath to make the check test work with drops had broken the test
after null move (both have rf<0), which led to corruption of the high
word of the black clock.

12 years agoFix legality of Spartan promotion to king
H.G. Muller [Sat, 24 Dec 2011 16:51:22 +0000]
Fix legality of Spartan promotion to king

In the check test promotion to King is only allowed if there are not
yet 2 kings.

12 years agoFix switching back from mono-mode XB
H.G. Muller [Wed, 21 Dec 2011 21:17:01 +0000]
Fix switching back from mono-mode XB

Suppressing unnecesary X-server calls in InitDrawingSizes had broken
switching back from monoMode, because the animVars have to be recreated
for that, and this was only done when the variant changed.

12 years agoFix showTargetSquares in mono-mode XB
H.G. Muller [Wed, 21 Dec 2011 21:09:02 +0000]
Fix showTargetSquares in mono-mode XB

Make the marker dots black (captures) and white, and draw a circle
in the opposite color around them in monoMode.

12 years agoFix arrow highlighting in mono-mode XB
H.G. Muller [Wed, 21 Dec 2011 21:00:26 +0000]
Fix arrow highlighting in mono-mode XB

Draw a line around it in darkSquare color in monoMode.

12 years agoFix alignment of generic browse button XBoard
H.G. Muller [Wed, 21 Dec 2011 16:48:33 +0000]
Fix alignment of generic browse button XBoard

The width ofthe browse button is now read back after creating it,
and subtracted from the preceding text edit.

12 years agoAdd -afterTourney option
H.G. Muller [Wed, 21 Dec 2011 13:41:31 +0000]
Add -afterTourney option

Only the instance pinting the tourney result will execute this.

12 years agoFix buffer possible overflow when writings tags
Byrial Jensen [Thu, 22 Dec 2011 20:01:43 +0000]
Fix buffer possible overflow when writings tags

PGNTagsStatic() could overflow its buffer and is removed. PGNTags() do the work instead of calling it.
It starts by calculation the required buffer size and then allocate the buffer.
PrintPGNTags() now prints directly to the file without having a buffer.

12 years agoOne more string marked for translation
Byrial Jensen [Thu, 22 Dec 2011 14:01:31 +0000]
One more string marked for translation

And it is moved inside the if statement that uses it.

12 years agoFix checking of return value from snprintf()
Byrial Jensen [Thu, 22 Dec 2011 13:30:08 +0000]
Fix checking of return value from snprintf()

snprintf() returns the needed space excluding the trailing 0 byte, so
it has truncated if the returned valued is greater than or EQUAL TO the buffersize

12 years agoFix unportable memory initialisation
Byrial Jensen [Mon, 19 Dec 2011 15:49:31 +0000]
Fix unportable memory initialisation

Memory sat to zero by calloc() cannot safely be assumed to have the pointer value NULL

12 years agoAdd 2 strings for translation
Byrial Jensen [Mon, 19 Dec 2011 12:16:58 +0000]
Add 2 strings for translation

12 years agoRemove the last 2 compile warnings in gamelist.h
Byrial Jensen [Mon, 19 Dec 2011 10:25:11 +0000]
Remove the last 2 compile warnings in gamelist.h

12 years agoAdd #include "moves.h" to gamelist.c for def. of CopyBoard()
Byrial Jensen [Mon, 19 Dec 2011 10:17:48 +0000]
Add #include "moves.h" to gamelist.c for def. of CopyBoard()

12 years agoDefinition of TimeMark moved from 3 c files to backend.h
Byrial Jensen [Mon, 19 Dec 2011 10:11:34 +0000]
Definition of TimeMark moved from 3 c files to backend.h

12 years agoTransfer a pointer to the promoChar from PromotionPopUp() to PromotionCallback()...
Byrial Jensen [Mon, 19 Dec 2011 00:21:46 +0000]
Transfer a pointer to the promoChar from PromotionPopUp() to PromotionCallback(). Fixes #34980

12 years agoDuh! Initialise the argument to sscanf() inside the loop, so it always gets a known...
Byrial Jensen [Sun, 18 Dec 2011 16:24:07 +0000]
Duh! Initialise the argument to sscanf() inside the loop, so it always gets a known value when sscanf() fails.

12 years agoGive numeric options the value 0 if a non-numeric text is entered (one more place...
Byrial Jensen [Sun, 18 Dec 2011 16:18:12 +0000]
Give numeric options the value 0 if a non-numeric text is entered (one more place). Before the value ended up undefined.

12 years agoGive numeric options the value 0 if a non-numeric text is entered. Before the value...
Byrial Jensen [Sun, 18 Dec 2011 16:08:46 +0000]
Give numeric options the value 0 if a non-numeric text is entered. Before the value ended up undefined.

12 years agoFix possible crash on 64-bit systems when copying game or position
Byrial Jensen [Sun, 18 Dec 2011 14:41:46 +0000]
Fix possible crash on 64-bit systems when copying game or position

The two convertproc's for X selections caused reads out of bounds on 64-bit systems.
I hope that this is the right solution. I am not experienced with X stuff, but it
follows that I have seen in other programs, testing shows that copying still works,
and the reading out of bounds have disappearinged with this patch.

12 years agoFix a possible crash in the file browser
Byrial Jensen [Sun, 18 Dec 2011 12:26:20 +0000]
Fix a possible crash in the file browser

If the OK button was selected in the file browser when no file was selected
there was a read out of bounds which could crash xboard

12 years agoFix a memory leak in Sound Options
Byrial Jensen [Sat, 17 Dec 2011 21:54:34 +0000]
Fix a memory leak in Sound Options

12 years agoFix crash when selecting user soundfile due to free() of not malloc()'ed memory
Byrial Jensen [Fri, 16 Dec 2011 01:57:20 +0000]
Fix crash when selecting user soundfile due to free() of not malloc()'ed memory

12 years agoMake GenericPopUp() more readable by using more named flags instead of numerals
Byrial Jensen [Fri, 16 Dec 2011 01:32:37 +0000]
Make GenericPopUp() more readable by using more named flags instead of numerals

Defines the flags SAME_ROW (value 1) and NO_OK (value 2) for use with buttons and endmarks.
There should no functional change.
Also add a code comment where a condition depends on an uninitialised value. There is no direct harm, as both
branches do the same (that is nothing) when the value is uninitialised.

12 years agoAdd NO_GETTEXT flag for combobox. Fix bug #34991
Byrial Jensen [Thu, 15 Dec 2011 01:51:36 +0000]
Add NO_GETTEXT flag for combobox. Fix bug #34991

Define NO_GETTEXT flag to avoid calling gettext() for comboboxes, and define COMBO_CALLBACK
flag to call comboCallback() when an item is selected in a combobox (no new code for this,
just a symbolic value instead of a number). The flags are used for the min field of struct Option.
NO_GETTEXT is used for the Select engine combobixes in the Match Options and Load engine windows.

12 years agoonly translate entries in CreateComboPopup if strlen>0; fixes #34991
Arun Persaud [Wed, 14 Dec 2011 03:48:37 +0000]
only translate entries in CreateComboPopup if strlen>0; fixes #34991

12 years agofix for repeating key issue, with this allissues this bug should be closed; fixes...
Byrial Jensen [Tue, 13 Dec 2011 03:06:26 +0000]
fix for repeating key issue, with this allissues this bug should be closed; fixes #35000

12 years agoalso don't translate selection in ComboSelect; fixes #34991
Arun Persaud [Tue, 13 Dec 2011 02:45:05 +0000]
also don't translate selection in ComboSelect; fixes #34991

12 years agomake entries in CreateComboPopup not translateable; fixes #34991
Arun Persaud [Tue, 13 Dec 2011 02:40:23 +0000]
make entries in CreateComboPopup not translateable; fixes #34991

12 years agofix translation for engine list; fixes #34991
Arun Persaud [Sun, 11 Dec 2011 00:06:47 +0000]
fix translation for engine list; fixes #34991

* click on browse button should be recognized in translated versions
* width of button should auto-scale

12 years agochange keybindings that don't use ctrl, make MoveTypeInProc ctrl aware; fixes #35000
Arun Persaud [Sat, 10 Dec 2011 19:04:17 +0000]
change keybindings that don't use ctrl, make MoveTypeInProc ctrl aware; fixes #35000

two keybindings were using keys without modifiers, adjusted these to use the ctrl key.
Furthermore when typing in moves we need to check if ctrl was pressed and ignore those inputs.

Also added documentation for these keybindings.

12 years agoreplaced unicode character for "'" in xboard.texi
Arun Persaud [Sat, 10 Dec 2011 18:51:18 +0000]
replaced unicode character for "'" in xboard.texi

12 years agoremoved Iconify function. Should be handled by the window manager.
Arun Persaud [Sat, 10 Dec 2011 18:08:48 +0000]
removed Iconify function. Should be handled by the window manager.

12 years agomarked an error messages for translation
Arun Persaud [Fri, 9 Dec 2011 04:53:13 +0000]
marked an error messages for translation

12 years agotranslation: updated uk.po
Arun Persaud [Fri, 9 Dec 2011 04:33:29 +0000]
translation: updated uk.po

12 years agofixed size of XBoard icon to 48x48
Arun Persaud [Sun, 4 Dec 2011 01:52:23 +0000]
fixed size of XBoard icon to 48x48

the icon gets installed in the 48x48 directory, but was >200 pixel wide. This gave a warning during rpm creation.