Implement (inaccessible) dark squares
[xboard.git] / board.c
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...