Add mode to draw PNG piece images through cairo
[xboard.git] / xboard.c
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
2012-02-25 H.G. MullerMake frame width configurable in XB
2012-02-22 H.G. MullerImplement -autoCopyPV
2012-02-17 H.G. MullerDelete some load-game debug printing
2012-02-17 H.G. MullerFix button grab for sweep selection
2012-02-17 H.G. MullerFix use of middle button for position setup
2012-02-11 H.G. MullerFix OK button of error popup
2012-02-11 H.G. MullerFix date in copyright notice about-box
2012-02-11 H.G. MullerFix switching animation masks on variant switch
2012-02-11 H.G. MullerPut front-end support for -recentEngines in XBoard
2012-02-11 H.G. MullerBetter solution to button-height problem
2012-02-10 H.G. MullerFix sleeping bug
2012-02-10 H.G. MullerRemove some of the most verbose debug output
2012-02-10 H.G. MullerFix position of checkbox XB
2012-02-10 H.G. MullerDerive height of text-edits in dialogs from message...
2012-02-07 H.G. MullerFix registering of EditTagsProg
2012-02-07 H.G. MullerFix fix of switch to mono-mode
2012-01-19 H.G. MullerFix arrow damage with highlightDragging XB
2012-01-06 H.G. MullerRemove the direct commands to the engines
2012-01-04 Arun Persaudcode cleanup: make function definition confirm to GNU...
2012-01-04 Arun PersaudUpdated copyright notice to 2012
2011-12-29 H.G. MullerAbandon single-letter menus in tinyLayout
2011-12-28 H.G. MullerUse <Enter> in stead of Ctrl+. for peeking last move
2011-12-28 H.G. MullerNext try for menu-bar sizing
2011-12-28 H.G. MullerClip texts on menu bar
2011-12-27 H.G. MullerFix switching back from mono-mode XB
2011-12-27 H.G. MullerFix showTargetSquares in mono-mode XB
2011-12-27 H.G. MullerFix arrow highlighting in mono-mode XB
2011-12-19 Byrial JensenTransfer a pointer to the promoChar from PromotionPopUp...
2011-12-18 Byrial JensenFix possible crash on 64-bit systems when copying game...
2011-12-13 Byrial Jensenfix for repeating key issue, with this allissues this...
2011-12-10 Arun Persaudchange keybindings that don't use ctrl, make MoveTypeIn...
2011-12-10 Arun Persaudremoved Iconify function. Should be handled by the...
2011-12-03 Arun Persaudmarked more strings for translation
2011-11-28 H.G. MullerRefrain from making unnecessary resize X request
2011-09-13 H.G. MullerMake DoSleep front-end wrapper for msec sleep
2011-09-13 H.G. MullerFix playing sounds when -soundProgram is empty
2011-09-13 H.G. MullerAdd -afterGame option
2011-08-26 H.G. MullerReplace Analyze File by Analyz Game function
next