Fix multi-leg promotions
[xboard.git] / board.c
2016-04-17 H.G.MullerEnlarge background of startup message
2016-03-29 H.G.MullerFix erasing of premove highlights XB
2016-03-29 H.G.MullerFix erasing and exposing of arrow on secondary board
2016-03-29 H.G.MullerMake startup announcement self-disappearing
2016-03-29 H.G.MullerFix exposure of square highlights
2016-03-29 H.G.MullerRepair flashing of moved piece (XB)
2016-03-29 H.G.MullerStreamline XBoard board drawing
2016-03-14 H.G.MullerDisplay message on the board at startup
2016-03-08 H.G.MullerImprove highlight-arrow pointing and fix its erasure
2016-03-08 H.G.MullerImprove triple-leg-move animation
2016-03-06 Arun PersaudMerge branch 'v4.8.x'
2016-03-06 Arun Persaudupdated copyright for 2016
2016-02-17 H.G.MullerFix erasing of arrow highlight (XB)
2016-02-02 H.G.MullerFix aborted detour under-promotion XB
2015-05-17 Arun PersaudUpdated copyright notice to 2015
2014-02-02 H.G. MullerFix Seirawan reverse-castling animation
2014-01-05 Arun PersaudMerge branch 'v4.7.x' into master
2014-01-05 Arun PersaudUpdated copyright notice to 2014
2013-12-22 H.G. MullerImplement roaring of Lion
2013-12-22 H.G. MullerAnimate both legs of Lion move
2013-09-01 H.G. MullerImplement (inaccessible) dark squares
2013-02-19 H.G. MullerFix repairing of arrow damage
2013-02-18 H.G. MullerMake switching between board windows absolute
2013-02-06 H.G. MullerDraw both coords in a1
2013-01-30 H.G. MullerFix expose of to-square with grid off
2013-01-09 Arun Persaudremoved trailing whitespace
2013-01-09 Arun PersaudUpdated copyright notice to 2013
2012-11-06 H.G. MullerFix animation
2012-11-06 H.G. MullerCleanse back-end code of all references to X11 types
2012-10-21 H.G. MullerFix exposure of atomic captures
2012-10-21 H.G. MullerSolve odd lineGap problem
2012-10-21 H.G. MullerLet expose requests pay proper attenton to widget
2012-10-21 H.G. MullerMake expose handler generic
2012-04-14 Arun Persaudremoved unused variables (-Wunused-variable)
2012-04-14 H.G. MullerFix ArrowDamage out-of-bounds access on drop moves
2012-04-13 H.G. MullerImprove arrow drawing
2012-04-13 H.G. MullerAlso do selective redraw with showTargetSquares on
2012-04-10 H.G. MullerGive the dual-board option a separate board window
2012-04-10 H.G. MullerSwitch back two two-part menu names
2012-04-10 H.G. MullerSplit back-endish part off drawing code and move to...