Add Themes dialog (WB)
[xboard.git] / backend.c
2012-12-07 H.G. MullerAdd Themes dialog (WB)
2012-11-06 H.G. MullerMake xevalgraph.c backend
2012-11-06 H.G. MullerMove ICS-engine analyze and AnalyzeGame code to shared...
2012-10-21 H.G. MullerFix expose requests seek graph
2012-10-21 H.G. MullerFix highlight clearing
2012-10-21 H.G. MullerFix clearing of markers dots with promo popup
2012-10-21 H.G. MullerCure flashing of piece on from-square
2012-10-21 H.G. MullerRedo seek graph with cairo
2012-10-21 H.G. MullerUse Pause state in AnalyzeMode to imply move exclusion
2012-09-29 H.G. MullerAllow ICS nickname as positional argument
2012-09-28 H.G. MullerAllow Analyze Game to auto-step through entire game...
2012-09-28 H.G. MullerLet second engine move in lockstep during dual analysis
2012-09-27 H.G. MullerAllow second engine to analyze too
2012-09-27 H.G. MullerAdd options -fe, -se, -is to load installed engines...
2012-09-27 H.G. MullerAdd check on validity of tourney participants
2012-09-23 H.G. MullerImplement variant seirawan in -serverMoves option
2012-09-23 H.G. MullerWorkaround for FICS bug
2012-09-20 H.G. MullerFix bug in Edit Position
2012-06-02 Arun Persaudbug #36229: changed ICS_* from define to enum
2012-04-23 H.G. MullerKeep track of virginity of back-rank pieces in variant...
2012-04-23 H.G. MullerSuppress clear-board message after pasting FEN
2012-04-23 H.G. MullerFix faking of castling rights after editing position...
2012-04-19 H.G. MullerFix crash on time forfeit with -st option
2012-04-17 H.G. MullerFix warning about signedness
2012-04-17 H.G. MullerFix warnings about character index
2012-04-17 H.G. MullerShuffle prototypes to correct header, or add them there
2012-04-17 H.G. MullerFix click-click under-promotion animation save
2012-04-17 H.G. MullerFix second-engine variant test
2012-04-16 Byrial JensenRemove unused variable tm from function SaveGamePGN
2012-04-16 Byrial JensenRemove unused variable delayedKing from function QuickScan
2012-04-16 Byrial JensenRemove unused variable pdown from function UserMoveEvent
2012-04-16 Byrial JensenChange some double literals to floats.
2012-04-14 Arun Persaudremoved unused variables (-Wunused-variable)
2012-04-14 H.G. MullerImplement automatic partner observe
2012-04-14 H.G. MullerSuppress testing for availability in bughouse drops
2012-04-13 H.G. MullerUse in-place sweep-selection for click-click under...
2012-04-13 H.G. MullerImprove arrow drawing
2012-04-13 H.G. MullerAlso do selective redraw with showTargetSquares on
2012-04-12 H.G. MullerFix click-click sweep promotions to empty square
2012-04-12 H.G. MullerMove clearing of target squares to after drag end
2012-04-12 H.G. MullerFix double promotion popup
2012-04-12 H.G. MullerAllow clearing of marker dots in any mode
2012-04-12 H.G. MullerLet clocks of secondary board count down
2012-04-11 H.G. MullerDetect engine exit during startup
2012-04-11 H.G. MullerSuppress popup for fatal error after tellusererror
2012-04-10 H.G. MullerDon't strip path from engine name if directory given
2012-04-10 H.G. MullerFix auto-play
2012-04-10 H.G. MullerUse Ctrl key in EditPosition mode to copy pieces
2012-04-10 H.G. MullerFix bug in FRC castling for position search
2012-04-10 H.G. MullerFix bug on loading engine
2012-04-10 H.G. MullerGive the dual-board option a separate board window
2012-04-10 H.G. MullerMake variant-unsupported-by-second error non-fatal
2012-04-10 H.G. MullerMajor refactoring of GenericPopUp
2012-04-10 H.G. MullerRemove some unused (exclude-moves) variables
2012-04-10 H.G. MullerInstall engine within current group
2012-04-10 H.G. MullerSwitch to using listboxes for engine-selection in WinBoard
2012-04-10 H.G. MullerFix memory corruption through InitString and second...
2012-04-10 H.G. MullerFix parsing crazyhouse promotions with legality testing off
2012-04-02 H.G. MullerLet clicking on header line exclude moves
2012-04-01 H.G. MullerKeep list of excluded moves in Engine Output header
2012-03-14 H.G. MullerImplement exclude moves
2012-03-14 Byrial JensenMark new text "Click clock to clear board" for translation
2012-03-13 H.G. MullerMore thorough switch to -ncp on engine failure
2012-03-13 H.G. MullerInstall engines as ./exefile in XBoard
2012-03-13 H.G. MullerInform user in EditPosition mode how to clear board
2012-03-13 H.G. MullerFix fall-back on -ncp mode
2012-03-08 H.G. MullerLimit premove cancelling to click on from square
2012-03-08 H.G. MullerFix clearing of premove
2012-03-08 H.G. MullerFix seek-graph race condition
2012-02-26 H.G. MullerFix 50-move counter in ICS mode
2012-02-23 H.G. MullerUse combobox line for recent engines when available
2012-02-22 Byrial JensenOne missed translation of cps->which
2012-02-22 H.G. MullerUndo translation of cps->which = first/second
2012-02-22 H.G. MullerImplement -serverFile option
2012-02-22 H.G. MullerImplement -autoCopyPV
2012-02-17 H.G. MullerMove change of debug file to before game load
2012-02-17 H.G. MullerDon't leave piece selected after piece menu
2012-02-16 Byrial JensenFix one more typo in the translator comments explaning...
2012-02-16 Byrial JensenFix typo in translator comments explaning "first" and...
2012-02-16 Byrial JensenMark the strings "first" and "sencond" for translation.
2012-02-13 H.G. MullerRemove a debug printf
2012-02-11 H.G. MullerFix popdown seekgraph on forward-event XB
2012-02-10 H.G. MullerFix unloading of first engine on tourney start
2012-02-10 H.G. MullerRemove some of the most verbose debug output
2012-02-09 H.G. MullerImplement kludge to set options through Move Type-in
2012-02-09 H.G. MullerImplement -pgnNumberTag option
2012-02-09 H.G. MullerCreate separate debug fil for each tourney game
2012-02-08 H.G. MullerAllow grouping of engines in engine list
2012-02-08 H.G. MullerFix TidyProgramName
2012-02-08 H.G. MullerPut recently used engines in WB menu
2012-02-07 H.G. MullerIncrease max nr of engines to 2000
2012-01-18 H.G. MullerPrevent unnecessary loading of engines
2012-01-18 H.G. MullerReset protocol version before loading new engine
2012-01-16 H.G. MullerFix seek-graph popup and popdown
2012-01-16 H.G. MullerSuppress empty lines when observing on VICS
2012-01-16 H.G. MullerFix printing non-numeric kibitz with -autoKibitz
2012-01-16 H.G. MullerFix 4 warnings
2012-01-16 H.G. MullerUse same translation of "vs." everywhere
2012-01-11 H.G. MullerFix re-allocation of PGN-cache memory
2012-01-11 H.G. MullerExempt variant seirawan from -disguisePromoted inheritance
next