xboard.git
2012-10-21 H.G. MullerAdd -trueColors option
2012-10-21 H.G. MullerAlways render svg pieces anew on size change
2012-10-21 H.G. MullerFix rsvg version in configure.ac
2012-10-21 Arun Persaudinitial svg rendering
2012-10-21 Arun Persaudadded cairo and librsvg to configure process
2012-10-21 Arun Persaudadded SVGs
2012-10-21 H.G. MullerAdapt Eval Graph code to new drawing system
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. MullerSuppress redraw during sizing
2012-10-21 H.G. MullerFix bug in resize trigger
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
2012-10-21 H.G. MullerRemove all bitmap & pixmap drawing
2012-10-21 H.G. MullerSeparate off drawing routines from xboard.c
2012-10-21 H.G. MullerFix erasing dots in seek graph
2012-10-21 H.G. MullerCleanup CairoOverlayPiece
2012-10-21 H.G. MullerDraw arrow also on backup image
2012-10-21 H.G. MullerFix highlight clearing
2012-10-21 H.G. MullerRemove acceleration trick
2012-10-21 H.G. MullerImplement variant-dependent png piece symbols
2012-10-21 H.G. MullerFix clearing of markers dots with promo popup
2012-10-21 H.G. MullerAlso render coordinates to backup board
2012-10-21 H.G. MullerRemove debug print
2012-10-21 H.G. MullerLet cairo also do evenly colored squares.
2012-10-21 H.G. MullerMake dragged piece for excluding moves transparent
2012-10-21 H.G. MullerFix DrawSeekText
2012-10-21 H.G. MullerRedo coordinate / piece-count printing ith cairo
2012-10-21 H.G. MullerAlso use cairo on slave board
2012-10-21 H.G. MullerCure flashing of piece on from-square
2012-10-21 H.G. MullerSpecify proper condition for using cairo animation
2012-10-21 H.G. MullerAllow resizing of board window
2012-10-21 H.G. MullerSwitch to using 64x64 png images
2012-10-21 H.G. MullerMaintain in-memory copy of the board image
2012-10-21 H.G. MullerDo animation with cairo
2012-10-21 H.G. MullerAllow back-texture files to be PNG, (drawn with cairo)
2012-10-21 H.G. MullerAdd png pieces
2012-10-21 H.G. MullerAdd mode to draw PNG piece images through cairo
2012-10-21 H.G. MullerRedo marker dots with cairo
2012-10-21 H.G. MullerRedo highlights with cairo
2012-10-21 H.G. MullerMake convenience routine SetPen globally available
2012-10-21 H.G. MullerRedo grid with cairo
2012-10-21 H.G. MullerRedo arrow highlighting with cairo
2012-10-21 H.G. MullerRedo seek graph with cairo
2012-10-21 H.G. MullerRedo logos with cairo
2012-10-21 H.G. MullerFix Eval Graph resolution problems
2012-10-21 H.G. MullerRedo Eval Graph drawing with cairo
2012-10-21 H.G. MullerFix button-border-width bug in monoMode
2012-10-21 H.G. MullerReserve more space for button bar
2012-10-21 H.G. MullerFix WinBoard compile errors
2012-10-21 H.G. MullerFix non-NLS compile error for XFontStruct
2012-10-21 H.G. MullerFix browsing for path
2012-10-21 H.G. MullerUse Pause state in AnalyzeMode to imply move exclusion
2012-10-01 Arun Persaudnew version number for developer release
2012-09-30 H.G. MullerFix broken -ics and -cp options
2012-09-30 H.G. MullerUpdate texi file
2012-09-30 H.G. MullerResolve conflict between -mps and -inc options
2012-09-29 H.G. MullerAllow entry of fractional increment in WB time-control...
2012-09-29 H.G. MullerPreconfigure -icsNames in xboard.conf
2012-09-29 H.G. MullerAllow ICS nickname as positional argument
2012-09-28 H.G. MullerCure some sick behavior in XBoard Engine Output right...
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-25 H.G. MullerImplement --help option
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. MullerDefine XOP mime type for XBoard
2012-09-20 H.G. MullerPay attention to extension of 'positional' arguments
2012-09-20 H.G. MullerLet windows stick to right display edge (WB)
2012-09-20 H.G. MullerRound board size to one where piece images available...
2012-09-20 H.G. MullerFix bug in Edit Position
2012-08-29 Daniel Macksbug #37210: Mishandling of X11 -I flags (tiny change)
2012-06-02 Arun Persaudbug #36229: changed ICS_* from define to enum
2012-05-28 Arun Persaudbug #36229: changed STATE_* from define to enum
2012-05-28 Arun Persaudbug #36229: changed PEN_* from define to enum
2012-05-28 Arun Persaudfix bug #36228: reserved identifier violation
2012-05-28 Arun PersaudUpdated German translation
2012-05-01 Arun Persaudnew version number for developer release
2012-04-24 H.G. MullerDecapitalize promoChar in move parser
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-20 H.G. MullerFix WB Engine Settings window
2012-04-19 H.G. MullerFix key binding of DebugProc
2012-04-19 H.G. MullerFix ICS Text Menu popup
2012-04-19 H.G. MullerFix disabling of Load Engine menu
next