Port game-list filtering to XBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 23 Jan 2010 18:29:18 +0000 (19:29 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 30 Jan 2010 08:44:17 +0000 (09:44 +0100)
commit08b22226292c25c7eba27a1ed4e7fb2edf580ec9
tree33c9c0c42002e08247276c17597a8f5bb331be4a
parent20b8e547f72ddf993de23c1ebd5fb99c6aa5fd5c
Port game-list filtering to XBoard

Added a text edit and apply button to the XBoard game-list dialog, and
only have it print those lines that match the filter. Translate index in
list to index of game in file when a game is selected, and index in file
to index in list when a line is highlighted. Duplicates some code
between xgamelist.c and wgamelist.c, which should be moved to back-end.
xgamelist.c