Updated copyright notice to 2013
[xboard.git] / draw.c
2013-01-09 Arun PersaudUpdated copyright notice to 2013
2012-11-06 H.G. MullerFix logo placement
2012-11-06 H.G. MullerFix animation
2012-11-06 H.G. MullerMake xevalgraph.c backend
2012-11-06 H.G. MullerCleanse back-end code of all references to X11 types
2012-11-06 H.G. MullerRemove some unnecessary header includes
2012-10-28 H.G. MullerFix crash on animation after resizing
2012-10-28 H.G. MullerFix variant-dependent pieces
2012-10-26 H.G. MullerFix re-rendering of svg on resize
2012-10-21 H.G. MullerFix bug in fallback mechanism
2012-10-21 H.G. MullerGet svg error message
2012-10-21 H.G. MullerFix variant-dependent pieces
2012-10-21 H.G. MullerPrevent odd-width line shift in length direction
2012-10-21 H.G. MullerPrint missing-pieces error message to console
2012-10-21 H.G. MullerRemove unnecessary Xt colors and call to MakeColors
2012-10-21 H.G. MullerCode cleanup: move expose redraw to draw.c
2012-10-21 H.G. MullerMake fallbackPieceImageDirectory hardcoded
2012-10-21 H.G. MullerSuppress anti-aliasing in -monoMode
2012-10-21 H.G. MullerRemove piece pixmaps from project
2012-10-21 H.G. MullerImplement proper fallback cascade
2012-10-21 H.G. MullerCache svg handles
2012-10-21 H.G. MullerInstall svg pieces in themes/default
2012-10-21 H.G. MullerRemove bitmaps from project
2012-10-21 H.G. MullerFix exposure of atomic captures
2012-10-21 H.G. MullerFix animation with textures off
2012-10-21 H.G. MullerFix 1-pixel offset of grid lines on some cairo implemen...
2012-10-21 H.G. MullerSolve odd lineGap problem
2012-10-21 H.G. MullerAdd -trueColors option
2012-10-21 H.G. MullerAlways render svg pieces anew on size change
2012-10-21 Arun Persaudinitial svg rendering
2012-10-21 H.G. MullerFix expose requests seek graph
2012-10-21 H.G. MullerMake draw handle for board globally available
2012-10-21 H.G. MullerLet expose requests pay proper attenton to widget
2012-10-21 H.G. MullerFix initial display of logos
2012-10-21 H.G. MullerFix alignment of highlight expose
2012-10-21 H.G. Mullerremove NewSurfaces
2012-10-21 H.G. MullerMake expose handler generic
2012-10-21 H.G. MullerReload piece images when pngDirectory is changed
2012-10-21 H.G. MullerMake Piececolor options work on png pieces
2012-10-21 H.G. MullerPlug resource leak on rezising with pixmaps
2012-10-21 H.G. MullerFall back on built-in pixmaps if png pieces unreadable
2012-10-21 H.G. MullerDo coordinate text alignment with cairo
2012-10-21 H.G. MullerSome cleanup
2012-10-21 H.G. MullerClean up drawing code
2012-10-21 H.G. MullerCheck in draw.c, draw.h