Redo Engine Output window with generic popup
[xboard.git] / xoptions.c
2012-04-10 H.G. MullerRedo Engine Output window with generic popup
2012-04-10 H.G. MullerAdd -dialogColor and -buttonColor options
2012-04-10 H.G. MullerAdd -topLevel option
2012-04-10 H.G. MullerMajor refactoring of GenericPopUp
2012-04-10 H.G. MullerSplit back-endish part off xoptions.c, and move to...
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 taking effect of some option changes
2012-03-06 Byrial JensenFix typo (seach) in string. It is already fixed in...
2012-03-06 Byrial JensenFix typo (seach) found by Yuri Chornoivan in source...
2012-02-26 H.G. MullerImplement -stickyWindows in XBoard
2012-02-12 H.G. MullerLeave height of row that only contains buttons free
2012-02-11 H.G. MullerFix OK button of error popup
2012-02-11 Arun Persaudadded some comments for translators
2012-02-11 H.G. MullerFix button chaining and combo/textbox label height
2012-02-11 H.G. MullerMake -pgnNumberTag option setable from menu
2012-02-11 H.G. MullerFix heigth of multi-line labels
2012-02-11 H.G. MullerBetter solution to button-height problem
2012-02-10 H.G. MullerRemove some of the most verbose debug output
2012-02-10 H.G. MullerFix crash on empty combobox menu XB
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-08 H.G. MullerAllow grouping of engines in engine list
2012-02-07 H.G. MullerIncrease max nr of engines to 2000
2012-02-07 H.G. MullerMake New Variant dialog visible in mono-mode
2012-01-19 H.G. MullerImplement Clone Tourney button XBoard
2012-01-19 H.G. MullerImplement GenericUpdate function
2012-01-06 H.G. MullerUpdate texi file and remove duplicate control
2012-01-04 Arun Persaudcode cleanup: make function definition confirm to GNU...
2012-01-04 Arun PersaudUpdated copyright notice to 2012
2012-01-03 H.G. MullerImplement -viewerOptions
2011-12-28 H.G. MullerUse <Enter> in stead of Ctrl+. for peeking last move
2011-12-27 H.G. MullerFix alignment of generic browse button XBoard
2011-12-18 Byrial JensenDuh! Initialise the argument to sscanf() inside the...
2011-12-18 Byrial JensenGive numeric options the value 0 if a non-numeric text...
2011-12-18 Byrial JensenGive numeric options the value 0 if a non-numeric text...
2011-12-17 Byrial JensenFix a memory leak in Sound Options
2011-12-16 Byrial JensenFix crash when selecting user soundfile due to free...
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-12-14 Arun Persaudonly translate entries in CreateComboPopup if strlen...
2011-12-13 Arun Persaudalso don't translate selection in ComboSelect; fixes...
2011-12-13 Arun Persaudmake entries in CreateComboPopup not translateable...
2011-12-11 Arun Persaudfix translation for engine list; fixes #34991
2011-12-10 Arun Persaudchange keybindings that don't use ctrl, make MoveTypeIn...
2011-12-03 Arun Persaudmarked more strings for translation
2011-10-23 H.G. MullerImplement flipped search
2011-10-23 H.G. MullerDebug position search cache
2011-10-11 H.G. MullerAdd option -discourageOwnBooks
2011-10-07 H.G. MullerReactivate Falcon Chess
2011-08-30 H.G. MullerAuto-popup ICS Input Box
2011-08-19 H.G. MullerFix use of random
2011-08-18 H.G. MullerAdd -useBoardTexture and -usePieceFont options
2011-08-12 H.G. MullerFix generic-popup failure after empty engine-settings...
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-07-24 H.G. MullerFix crash on OK after Save Changes in Tags and Comment...
2011-07-16 H.G. MullerSuppress some XBoard warnings
2011-07-10 H.G. MullerImprove Eval Graph with -evalZoom and -evalThreshold
2011-06-29 H.G. MullerFix resetting searchTime if other TC mode is chosen...
2011-06-26 H.G. MullerImplement Grand Chess
2011-06-26 H.G. MullerAdd Absolute Analysis Scores in Genral Options dialog XB
2011-06-21 H.G. MullerCure flicker in Move History window, fix highlighting
2011-06-21 H.G. MullerAdd Score in Move List option to general options dialog XB
2011-06-17 H.G. MullerRedo Move History with generic popup in WinBoard style
2011-06-10 H.G. MullerRedo Time Control dialog with generic popup
2011-06-10 H.G. MullerSome refactoring in xoptions.c to separate out front-end
2011-06-10 H.G. MullerRedo New Shuffle Game dialog with generic popup
2011-06-08 H.G. MullerLet XBoard propose name of tourney file
2011-05-30 Tim MannThe empty string can't be translated and it causes...
2011-05-29 Tim MannMove "hide thinking" option into alphabetical order.
2011-05-23 H.G. MullerAdd Swiss tourneys through pairing engine
2011-05-23 H.G. MullerAllow generic dialog to ignore OK
2011-05-09 H.G. MullerImplement Edit Book in XBoard
2011-05-09 H.G. MullerMake 'add to list' default in Load Engine dialog
2011-05-09 H.G. MullerFix vscrolling in XBoard Engine-Output window
2011-05-08 H.G. MullerFix button sizing in generic popup
2011-05-07 H.G. MullerAdd -first/secondPgnName option
2011-05-07 H.G. MullerLet XB generic popup define default file extensions
2011-05-07 H.G. MullerPut saveGameFile in tournament dialog
2011-05-07 H.G. MullerImprove sizing of comment and tags dialogs
2011-05-07 H.G. MullerFix generic combobox bug
2011-05-04 H.G. MullerLift limitation of text length in generic dialog XB
2011-05-04 H.G. MullerImplement Load Engine dialog in WinBoard
2011-05-04 H.G. MullerImplement Tournament Manager
2011-05-04 H.G. MullerDisplay note in stead of empty engine-settings dialog XB
2011-05-04 H.G. MullerFix crash on empty Engine Settings dialog
2011-05-04 H.G. MullerAdd callback possibility to combobox selection
2011-05-04 H.G. MullerFix some warnings and header-file improvement
2011-05-02 H.G. MullerPut gettext markers in generic dialog creator
2011-04-20 H.G. MullerMake engine loadable during session
2011-04-20 H.G. MullerGeneralize WaitForSecond to WaitForEngine
2011-04-20 H.G. MullerFix gettext macros in option dialogs
2011-04-20 H.G. MullerFix crash on using Engine #1 Settings in ICS non-zippy...
2011-04-17 H.G. MullerChange default sounds in Xboard menu
2011-04-17 H.G. MullerMake user wav file available for try-out in sound dialog
2011-04-15 H.G. MullerFix chaining of bottom-row dialog buttons
2011-04-15 H.G. MullerFix switching between pixmap and bitmap pieces
2011-04-15 H.G. MullerRemove outline-pieces option from board-options dialog
2011-04-14 H.G. MullerFix changing of float setting by generic popup
next