Fix multi-leg promotions
[xboard.git] / dialogs.h
2016-04-20 H.G.MullerLet file chooser show preview of textures on board
2016-04-17 H.G.MullerApply fonts in 'other windows' after sizing
2016-04-17 H.G.MullerStore fonts changed by font dialog in fonts table
2016-04-17 H.G.MullerReset fontIsSet when sizing causes change to default...
2016-04-17 H.G.MullerAdjust window height after clock-font change
2016-04-01 H.G.MullerSilence warning due to missing prototype
2016-03-29 H.G.MullerMake sizing more robust (GTK)
2016-03-13 H.G.MullerFix popdown of Error/Help dialog through window-close...
2016-03-10 H.G.MullerSuppress echo of password in ICS Chat window (GTK)
2016-03-10 H.G.MullerFix popdown of menus on help click
2016-03-06 Arun PersaudMerge branch 'v4.8.x'
2016-03-06 Arun Persaudupdated copyright for 2016
2016-02-01 H.G.MullerAllow engine to force popup of its settings dialog
2015-05-17 Arun PersaudUpdated copyright notice to 2015
2015-05-07 H.G.MullerLet file selecor remember last used directory (GTK)
2014-09-28 H.G.MullerAdd extra font field to Option struct
2014-09-07 H.G.MullerLet GTK build pay attention to font arguments
2014-03-02 H.G. MullerRecognize Esc and Tab in ICS Console input
2014-03-02 H.G. MullerLet ICS Console pop up GTK in stead of ICS Input Box
2014-03-02 H.G. MullerAdd context menu to ICS console XB-GTK
2014-03-02 H.G. MullerIntegrate ICS output into Chat Window
2014-01-13 H.G. MullerAllow popup of TC and Common Engine from Tournament...
2014-01-05 Arun PersaudUpdated copyright notice to 2014
2013-02-20 H.G. MullerFix sizing of slave board GTK
2013-02-19 H.G. MullerRemember window params of slave board
2013-01-21 H.G. MullerFix some warnings
2013-01-09 Arun Persaudremoved trailing whitespace
2013-01-09 Arun PersaudUpdated copyright notice to 2013
2012-11-06 H.G. MullerDelete emptied front-end files, and move rest to gtk...
2012-11-06 H.G. MullerDeselect first char in Move Type-in and ICS Input Box
2012-11-06 H.G. MullerAdd game-list callbacks
2012-11-06 H.G. MullerImplement highlighting in engine output by through...
2012-11-06 H.G. MullerMake generic memo-event handler, and connect history...
2012-11-06 H.G. MullerImplement menu checkmarking and enabling
2012-11-06 H.G. MullerTransfer most available gtk-xt code to xoptions.c
2012-11-06 H.G. MullerGive LoadListBox two extra parameters
2012-11-06 H.G. MullerCleanse back-end code of all references to X11 types
2012-10-21 H.G. MullerCode cleanup: move expose redraw to draw.c
2012-10-21 H.G. MullerSuppress warning for InitDrawingHandle
2012-10-21 H.G. MullerFix initial display of logos
2012-10-21 H.G. MullerReload piece images when pngDirectory is changed
2012-10-21 H.G. MullerSome cleanup
2012-04-19 H.G. MullerPort chat boxes to XBoard
2012-04-19 H.G. MullerAdd logo widgets in main board window
2012-04-17 H.G. MullerShuffle prototypes to correct header, or add them there
2012-04-14 H.G. MullerFix some compile errors / warnings
2012-04-10 H.G. MullerMake reference to board widgets symbolic
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. 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. MullerAdd -topLevel option
2012-04-10 H.G. MullerRedo ErrorPopUp with generic dialog
2012-04-10 H.G. MullerMajor refactoring of GenericPopUp
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. 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...