Transfer most available gtk-xt code to xoptions.c
[xboard.git] / xboard.c
2012-11-06 H.G. MullerTransfer most available gtk-xt code to xoptions.c
2012-11-06 H.G. MullerRemove all X11 code by #ifdeffing it out
2012-11-06 H.G. MullerMove timer functions to new file xtimer.c
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. MullerMove MarkMenuItem to xoptions.c
2012-11-06 H.G. MullerPreserve copies of the X11 front-end in xboard directory
2012-11-06 H.G. MullerMove X11 front-end to directory xaw
2012-10-21 H.G. MullerFix bug in resizing
2012-10-21 H.G. MullerTrim board-window size
2012-10-21 H.G. MullerRemove unnecessary Xt colors and call to MakeColors
2012-10-21 H.G. MullerIncrease drag delay too 200 msec
2012-10-21 H.G. MullerMake draw handle for board globally available
2012-10-21 H.G. MullerFix initial display of logos
2012-10-21 H.G. Mullerremove NewSurfaces
2012-10-21 H.G. MullerFix bug in resize trigger
2012-10-21 H.G. MullerSome cleanup
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. 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. 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 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 non-NLS compile error for XFontStruct
2012-09-25 H.G. MullerImplement --help option
2012-04-19 H.G. MullerAdd logo widgets in main board window
2012-04-19 H.G. MullerSolve WinBoard name clashes, fix zippy-analyze menu...
2012-04-17 H.G. MullerMove ManProc to xboard.c
2012-04-17 H.G. MullerMove FileNamePopUp to dialogs.c
2012-04-17 H.G. MullerShuffle prototypes to correct header, or add them there
2012-04-16 Byrial JensenRemove unused static function MenuBarSelect
2012-04-15 H.G. MullerRemove debug printf
2012-04-14 Arun Persaudremoved unused variables (-Wunused-variable)
2012-04-14 H.G. MullerImplement automatic partner observe
2012-04-10 H.G. MullerFix internationalization
2012-04-10 H.G. MullerMake reference to board widgets symbolic
2012-04-10 H.G. MullerReorganize main() a bit
2012-04-10 H.G. MullerGive the dual-board option a separate board window
2012-04-10 H.G. MullerNew browser
2012-04-10 H.G. MullerMove LoadGamePopUp to menus.c
2012-04-10 H.G. MullerMove DisplayMessage to dialogs.c
2012-04-10 H.G. MullerFix recent-engines menu
2012-04-10 H.G. MullerSwitch back two two-part menu names
2012-04-10 H.G. MullerRedo main board window with generic popup
2012-04-10 H.G. MullerRedo Eval Graph with generic popup
2012-04-10 H.G. MullerRedo Engine Output window with generic popup
2012-04-10 H.G. MullerRedo Game List with generic popup
2012-04-10 H.G. MullerRedo Game List Options with generic popup
2012-04-10 H.G. MullerAdd -dialogColor and -buttonColor options
2012-04-10 H.G. MullerRedo ErrorPopUp with generic dialog
2012-04-10 H.G. MullerRedo PromotionPopUp with generic dialog
2012-04-10 H.G. MullerRedo AskQuestion dialog with generic popup
2012-04-10 H.G. MullerMajor refactoring of GenericPopUp
2012-04-10 H.G. MullerSplit usounds.c and usystem.c from xboard.c
2012-04-10 H.G. MullerMake routine to probe shift keys
2012-04-10 H.G. MullerRemove one level of indirection on ICSInputBoxPopUp
2012-04-10 H.G. MullerCleanup of xboard.c
2012-04-10 H.G. MullerMove some back-endish routines from xboard.c to dialogs.c
2012-04-10 H.G. MullerSplit back-endish part off xoptions.c, and move to...
2012-04-10 H.G. MullerDeclare some shared global variables in backend.h
2012-04-10 H.G. MullerSplit back-endish part off drawing code and move to...
2012-04-10 H.G. MullerContract some awful code replication
2012-04-10 H.G. MullerMove more back-endish menu-related stuff from xboard...
2012-04-10 H.G. MullerSwitch to use of short menu references
2012-04-10 H.G. MullerRefactor menu code, and move it to menu.c
2012-03-16 H.G. MullerFix clock stop after dragging
2012-03-03 H.G. MullerMake system open command configurable
2012-03-03 H.G. MullerFix name of bug-report menu item
2012-02-28 H.G. MullerMake web section in Help menu
2012-02-27 Byrial JensenIncrease buffer size in AboutProc() to accommodate...
2012-02-27 Arun Persaudadd information about our webpage and were to report...
2012-02-26 H.G. MullerSuppress recent-engines menu items in ICS mode
2012-02-26 H.G. MullerFix two 64-bit warnings
2012-02-26 H.G. MullerFix piece symbols on switch back to variant normal
2012-02-26 H.G. MullerKeep XBoard windows attached on resize
2012-02-26 H.G. MullerImplement -stickyWindows in XBoard
2012-02-25 H.G. MullerUse more reliable X-call for getting window position
next