Fix saving theme
[xboard.git] / backend.h
2016-05-06 H.G.MullerFix saving theme
2016-03-29 H.G.MullerSilence warning WB
2016-03-08 H.G.MullerShow moves in Edit Book window as SAN
2016-03-06 Arun PersaudMerge branch 'v4.8.x'
2016-03-06 Arun Persaudupdated copyright for 2016
2016-02-06 H.G.MullerProcess VariantMen PGN tag
2016-02-02 H.G.MullerFix two compiler warnings
2016-02-01 H.G.MullerAllow engine to force popup of its settings dialog
2016-01-28 H.G.MullerAdd support for Multi-PV Margin
2015-08-05 H.G.MullerLet color of inscription depend on piece ID
2015-05-17 Arun PersaudUpdated copyright notice to 2015
2014-09-28 H.G.MullerPrint PGN Piece tag listing engine-defined pieces
2014-09-28 H.G.MullerSize seek graph to also cover board rim WinBoard
2014-09-28 H.G.MullerAdd extra font field to Option struct
2014-09-01 H.G.MullerAdd Save Selected Games menu item
2014-04-01 H.G. MullerAllow pseudo-engines to adjust the clocks
2014-03-02 H.G. MullerKludge repair of expose after startup resize
2014-03-02 H.G. MullerAllow adding played move to book
2014-03-02 H.G. MullerPlay move right-clicked in Edit Book dialog
2014-03-02 H.G. MullerLet Ctrl-O key open chat for last talker
2014-03-02 H.G. MullerAdd Option type 'Skip'
2014-01-05 Arun PersaudMerge branch 'v4.7.x' into master
2014-01-05 Arun PersaudUpdated copyright notice to 2014
2014-01-04 H.G. MullerImplement EGBB probing and -first/secondDrawDepth
2013-12-22 H.G. MullerBeef up variant detection
2013-12-22 H.G. MullerAdapt WinBoard front-end to Mighty Lion
2013-12-22 H.G. MullerAutomatically adapt board format to FEN
2013-09-16 H.G. MullerRepair XBoard from node-count patch
2013-08-31 H.G. MullerAllow engine to define its own variant names
2013-08-27 H.G. MullerImplement hover command
2013-08-27 H.G. MullerImplement board-marker protocol
2013-06-01 H.G. MullerMake writing of move counts in PositionToFEN optional
2013-05-02 H.G. MullerFix buffer overflow in feature parsing
2013-01-21 H.G. MullerFix some warnings
2013-01-19 H.G. MullerResend engine-defined options after reuse=0 reload
2013-01-09 Arun PersaudUpdated copyright notice to 2013
2012-12-07 H.G. MullerImplement use of pause / resume protocol commands
2012-12-07 H.G. MullerImplement book-creation functions
2012-12-07 H.G. MullerAdd Themes dialog (WB)
2012-11-06 H.G. MullerMake xevalgraph.c backend
2012-11-06 H.G. MullerMove MarkMenuItem to xoptions.c
2012-11-06 H.G. MullerMove ICS-engine analyze and AnalyzeGame code to shared...
2012-11-06 H.G. MullerPrepare xoptions.c for middle-end changes
2012-10-21 H.G. MullerCleanup CairoOverlayPiece
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-06-02 Arun Persaudbug #36229: changed ICS_* from define to enum
2012-05-28 Arun Persaudfix bug #36228: reserved identifier violation
2012-04-17 H.G. MullerShuffle prototypes to correct header, or add them there
2012-04-10 H.G. MullerRedo Eval Graph with generic popup
2012-04-10 H.G. MullerMajor refactoring of GenericPopUp
2012-04-10 H.G. MullerDeclare some shared global variables in backend.h
2012-04-10 H.G. MullerSwitch to using listboxes for engine-selection in WinBoard
2012-03-14 H.G. MullerImplement exclude moves
2012-02-23 H.G. MullerUse combobox line for recent engines when available
2012-02-08 H.G. MullerAllow grouping of engines in engine list
2012-02-08 H.G. MullerPut recently used engines in WB menu
2012-01-04 Arun PersaudUpdated copyright notice to 2012
2011-12-27 H.G. MullerAllow setting of holdings with edit command
2011-12-19 Byrial JensenDefinition of TimeMark moved from 3 c files to backend.h
2011-12-16 Byrial JensenMake GenericPopUp() more readable by using more named...
2011-12-15 Byrial JensenAdd NO_GETTEXT flag for combobox. Fix bug #34991
2011-10-23 H.G. MullerFix some warnings
2011-10-23 H.G. MullerQuickscan
2011-09-13 H.G. MullerMove HistorySet to back-end
2011-08-10 H.G. MullerAllow substitution of engines during tournament
2011-08-06 H.G. MullerImplement searching games in Game List for a position
2011-08-06 H.G. MullerForce Move History refresh after loading/reverting...
2011-07-04 H.G. MullerLet -sweepPromotions also work for click-click moves
2011-06-10 H.G. MullerFix type of shuffleOpenings
2011-06-08 H.G. MullerLet XBoard propose name of tourney file
2011-05-08 H.G. MullerAllow changing MultiPV setting from Engine-Output window
2011-05-07 H.G. MullerMake book-edit function WB
2011-05-04 H.G. MullerImplement Tournament Manager
2011-05-04 H.G. MullerLock game an position file during writing
2011-05-04 H.G. MullerFix some warnings and header-file improvement
2011-04-20 H.G. MullerGeneralize WaitForSecond to WaitForEngine
2011-04-16 H.G. MullerFix gamelist highlight
2011-04-13 H.G. MullerRefactor move type-in code
2011-04-11 H.G. MullerFix use of game/position file in first match game
2011-04-09 H.G. MullerThird method of sweep selection
2011-04-07 H.G. MullerMake generic XBoard popup, and implement 2 dialogs
2011-01-29 Arun PersaudUpdated copyright notice to 2011
2011-01-29 H.G. MullerMove clock-click code to back-end
2010-11-14 H.G. MullerImplement entering gating moves with mouse
2010-11-09 H.G. MullerLet Engine #2 Settings start second engine
2010-10-28 H.G. MullerAnimate piece explosions in drag-drop moves and in XB
2010-10-08 H.G. MullerAllow -timeIncrement to be a float
2010-10-08 Arun Persaudsecurity fix: replaced strcpy with safeStrCpy from...
2010-08-14 H.G. MullerAllow match to be started from WB menu
2010-07-14 H.G. MullerFix bug in sending cores command to engine
2010-07-14 H.G. MullerRemove misspelled prototype
2010-04-01 H.G. MullerAllow escape sequences in telluser(error) messages
2010-03-25 H.G. MullerFix handling username change during game
2010-02-21 H.G. MullerSupport playing through PGN variation comments
2010-02-21 H.G. MullerAdd Annotate item in Step menu
2010-02-21 H.G. MullerAdd upload of game to ICS for examining
2010-02-07 Arun Persaudupdated year in copyright info
2010-02-06 H.G. MullerUse right mouse button to view seek ads
2010-02-06 H.G. MullerImplement SeekGraph in XBoard
next