Updated copyright notice to 2012
[xboard.git] / xboard.c
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
2011-08-18 H.G. MullerAdd -useBoardTexture and -usePieceFont options
2011-08-08 H.G. MullerAdd key bindings for loading next/previous game of...
2011-08-06 H.G. MullerDelay file loading to allow expose event first
2011-08-06 H.G. MullerAdd plain arrows as key binding for stepping forward...
2011-08-06 H.G. MullerDebug position selection
2011-08-06 H.G. MullerAllow null move in analysis and edit-game mode
2011-07-16 H.G. MullerSuppress some XBoard warnings
2011-07-04 H.G. MullerLet -sweepPromotions also work for click-click moves
2011-06-22 H.G. MullerRestore echo after ^C in ICS password
2011-06-21 H.G. MullerUse sound for ICS tells also with engine telluser popups
2011-06-17 H.G. MullerRedo Move History with generic popup in WinBoard style
2011-06-17 H.G. MullerRemove stray else
2011-06-14 H.G. MullerFix empty-string option values in XBoard
2011-06-10 H.G. MullerRedo Time Control dialog with generic popup
2011-06-10 H.G. MullerRedo New Shuffle Game dialog with generic popup
2011-06-08 H.G. MullerFix display of logos
2011-05-30 Tim MannAdded "misc-fixed" as a fallback font to handle locales...
2011-05-29 Tim MannFix display of international characters outside the...
2011-05-09 H.G. MullerImplement Edit Book in XBoard
2011-05-04 H.G. MullerAllow switching off match mode through menu
2011-05-04 H.G. MullerLock game an position file during writing
2011-05-04 H.G. MullerFix grayout XB Match Options in ICS mode
2011-05-04 H.G. MullerSilence more rpm warnings
2011-05-02 Tim MannUse getaddrinfo instead of gethostbyname. Hopefully...
2011-04-24 Arun Persaudreplaced hardcoded email address with generic PACKAGE_B...
2011-04-23 Arun Persaudmarked more strings for gettext that were only marked...
2011-04-20 H.G. MullerMake engine loadable during session
2011-04-20 H.G. MullerBring structure in appData engine options
2011-04-20 H.G. MullerFix crash on using Engine #1 Settings in ICS non-zippy...
2011-04-15 H.G. MullerFix switching between pixmap and bitmap pieces
2011-04-14 H.G. MullerFix startup focus of board window
2011-04-13 H.G. MullerFix saving of XBoard fonts with spaces in name
2011-04-13 H.G. MullerImplement move type-in for XBoard
2011-04-11 H.G. MullerFix use of game/position file in first match game
2011-04-09 H.G. MullerImplement Copy Game List menu item for XBoard
2011-04-09 H.G. MullerThird method of sweep selection
2011-04-09 H.G. MullerAlternative sweep promotions
2011-04-07 H.G. MullerImplement sweep selection of promotion piece
2011-04-07 H.G. MullerImplement sweep selection as alternative for the piece...
2011-04-07 H.G. MullerRemember Tags and Comment dialog coordinates
2011-04-07 H.G. MullerRedo Tags dialog
2011-04-07 H.G. MullerImplement Edit-Comment window through generic popup
2011-04-07 H.G. MullerLet file browser filter on extension
2011-04-07 H.G. MullerFix animation masks on changing piece pixmaps
2011-04-07 H.G. MullerFix linegap option in board dialog
2011-04-07 H.G. MullerMake a kind of ICS text menu in XBoard as a dialog
2011-04-07 H.G. MullerRedo ICS input box with generic popup
2011-04-07 H.G. MullerLet generic popup generate Engine Settings dialog
2011-04-07 H.G. MullerMake generic dialog popup reentrant
2011-04-07 H.G. MullerImplement Machine Match menu item and options dialog
2011-04-07 H.G. MullerCreate General-Options dialog
2011-04-07 H.G. MullerRedo new-variant dialog with generic popup
2011-04-07 H.G. MullerRedo common-engine dialog with generic popup
2011-04-07 H.G. MullerRedo adjudications dialog through generic popup
2011-04-07 H.G. MullerMake sounds dialog for XBoard
2011-04-07 H.G. MullerAdd ICS options dialog
2011-04-07 H.G. MullerAdd board dialog XBoard
2011-04-07 H.G. MullerMake generic XBoard popup, and implement 2 dialogs
2011-04-06 Arun Persaudfixed 64 bit warnings by casting integers to intptr_t...
2011-02-27 H.G. MullerFix flipBlack option XBoard with board texture
2011-02-27 H.G. MullerImprove repairing damage of arrow highlight XBoard
2011-02-19 H.G. MullerFix some resource leaks
2011-01-29 Arun PersaudUpdated copyright notice to 2011
2011-01-29 H.G. MullerMove clock-click code to back-end
2011-01-29 H.G. MullerRe-instate load next/prev position menu items
2011-01-11 H.G. MullerAdd variant Spartan Chess
2010-12-04 H.G. MullerAdd XBoard menu items for arrow highlight and one-click...
2010-12-03 H.G. MullerPort highlighting with arrow to XBoard
2010-12-03 H.G. MullerStrip CR from xboard.c
2010-12-03 H.G. MullerLet user decide if he wants highlights in blindfold...
2010-12-03 H.G. MullerMove Hint and Book items to Engine menu in XBoard
2010-12-03 H.G. MullerWrite key bindings in XBoard menus
2010-12-03 H.G. MullerAdd XBoard key bindings for Revert and Truncate
2010-12-03 H.G. MullerApply gettext macros to menu texts
2010-12-03 H.G. MullerAdapt some XBoard menu texts
2010-12-03 H.G. MullerSeparate menu text from menu name in XBoard
2010-12-03 H.G. MullerBugfix XBoard menu translation
2010-11-25 H.G. MullerReorganize XBoard menus
2010-11-21 Arun PersaudRevert "adding gnu-readline support"
2010-11-21 Arun PersaudRevert "bugfix: fixed readline support with icslogon...
2010-11-18 H.G. MullerFix home-dir crash
next