Transfer most available gtk-xt code to xoptions.c
[xboard.git] / dialogs.h
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...