Install svg pieces in themes/default
[xboard.git] / dialogs.c
2012-10-21 H.G. MullerInstall svg pieces in themes/default
2012-10-21 H.G. MullerAdd -trueColors option
2012-10-21 H.G. MullerAlways render svg pieces anew on size change
2012-10-21 H.G. MullerAdapt Eval Graph code to new drawing system
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. MullerSuppress redraw during sizing
2012-10-21 H.G. MullerRemove all bitmap & pixmap drawing
2012-10-21 H.G. MullerAdd mode to draw PNG piece images through cairo
2012-10-21 H.G. MullerReserve more space for button bar
2012-10-21 H.G. MullerFix browsing for path
2012-04-19 H.G. MullerFix ICS Text Menu popup
2012-04-19 H.G. MullerPort chat boxes to XBoard
2012-04-19 H.G. MullerAllow chaining of single-line text-edits to top
2012-04-19 H.G. MullerAdd logo widgets in main board window
2012-04-19 H.G. MullerSolve WinBoard name clashes, fix zippy-analyze menu...
2012-04-18 H.G. MullerOffer primitive paging in file browser
2012-04-18 H.G. MullerAdd pixmap as file type known to browser
2012-04-17 H.G. MullerMove FileNamePopUp to dialogs.c
2012-04-17 H.G. MullerFix readout of numeric combobox
2012-04-17 H.G. MullerFix clearing of ICS input box after send
2012-04-16 Byrial JensenRemove unused static function ShowTC
2012-04-14 Arun Persaudremoved unused variables (-Wunused-variable)
2012-04-14 H.G. MullerImplement automatic partner observe
2012-04-14 H.G. MullerFix some compile errors / warnings
2012-04-13 H.G. MullerFix promotionPopDown on new move entry
2012-04-12 H.G. MullerFix promotion popup
2012-04-12 H.G. MullerFix 3 forgotten symbolic widget references
2012-04-11 H.G. MullerAdd sound files to browser menu
2012-04-11 H.G. MullerAdd New Directory button to file browser
2012-04-10 H.G. MullerMake reference to board widgets symbolic
2012-04-10 H.G. MullerFix vertical chaining of Buttons and browser ListBoxes
2012-04-10 H.G. MullerUse Ctrl key in EditPosition mode to copy pieces
2012-04-10 H.G. MullerGive the dual-board option a separate board window
2012-04-10 H.G. MullerPort engine grouping to Match Options dialog
2012-04-10 H.G. MullerChange default directory in Load Engine to "."
2012-04-10 H.G. MullerPort grouping to XBoard Load Engine
2012-04-10 H.G. MullerFix default file types for browse buttons
2012-04-10 H.G. MullerNew browser
2012-04-10 H.G. MullerUse ListBox in stead of ComboBox in Match-Options dialog
2012-04-10 H.G. MullerUse ListBox in stead of ComboBox in Load Engine dialog
2012-04-10 H.G. MullerAdd message about enabling in New Variant dialog
2012-04-10 H.G. MullerMove DisplayMessage to dialogs.c
2012-04-10 H.G. MullerSwitch back two two-part menu names
2012-04-10 H.G. MullerRedo main board window with generic popup
2012-04-10 H.G. MullerSplit sync-after options in Match dialog into checkbox...
2012-04-10 H.G. MullerRedo Game List with generic popup
2012-04-10 H.G. MullerRedo Game List Options 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. MullerRedo PromotionPopUp with generic dialog
2012-04-10 H.G. MullerRedo AskQuestion dialog with generic popup
2012-04-10 H.G. MullerMajor refactoring of GenericPopUp
2012-04-10 H.G. MullerPrevent double PopDowns
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...