Add persistent Boolean option -fixedSize
[xboard.git] / gtk / xboard.c
2014-10-24 H.G.MullerAdd persistent Boolean option -fixedSize
2014-10-22 H.G.MullerAttempt to make GTK sizing work with tiling WM
2014-10-21 H.G.MullerBase new square size on board widget allocation GTK
2014-10-21 H.G.MullerIgnore first configure event
2014-10-21 H.G.MullerLet GTK dialogs open with actual-size Graph widgets
2014-10-17 Arun PersaudUSE OSXAPP instead of APPLE and fix withval->enableval...
2014-10-14 Joshua PettusAdd build script to configure for a XBoard.app for...
2014-10-11 H.G.MullerTry also /home/<user>/.logo.pgn for user logo
2014-10-11 H.G.MullerForce GTK logo size to quarter board width
2014-10-11 H.G.MullerImplement new logo standard
2014-10-09 H.G.MullerRelocate OS X' LOCALEDIR
2014-10-08 H.G.MullerFix clipping of board GTK
2014-09-28 H.G.MullerPrevent board-size oscillations
2014-09-28 H.G.MullerRetune -stickyWindows GTK
2014-09-28 H.G.MullerFix detection of screen size GTK
2014-09-28 H.G.MullerScale texture bitmaps that are not large enough
2014-09-28 H.G.MullerIgnore color arguments not starting with #
2014-09-28 H.G.MullerFix typo
2014-09-13 H.G.MullerLook for logo in engine dir first (GTK)
2014-09-11 H.G.MullerFix checkmarking of OS X menu items
2014-09-11 H.G.MullerLet OS X display dock icon
2014-09-11 H.G.MullerMake SVGDIR a variable
2014-09-09 H.G.MullerLet message field and button bar use GTK -messageFont
2014-09-09 H.G.MullerFix GTK fonts
2014-09-09 H.G.MullerUse coordFont default pixel size for other fonts
2014-09-09 H.G.MullerFix infinite-regression problem on OS X
2014-09-07 H.G.MullerLet GTK build pay attention to font arguments
2014-09-07 H.G.MullerProvide DoEvents function in front-ends
2014-08-29 H.G.MullerFix castling rights on using -lgf
2014-03-12 H.G. MullerFix initial sizing of board
2014-03-09 H.G. MullerFix warnings fonts patch
2014-03-02 H.G. MullerImplement (clock-)font handling in GTK
2014-03-02 H.G. MullerPreserve window width on board-format change
2014-03-02 H.G. MullerEquip Board Options dialog with themes listbox
2014-03-02 H.G. MullerWhen ICS Console open EOF from keyboard is no error
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-03-02 H.G. MullerFix warnings
2014-01-19 H.G. MullerExpand %s in -openCommand to DATADIR and fix OSX settin...
2014-01-14 H.G. MullerFix ManProc for OS X
2014-01-14 H.G. MullerFix ManProc for OS X
2014-01-13 H.G. MullerAdd --show-config special option
2014-01-13 H.G. MullerFix name of master settings file in OS X
2014-01-08 H.G. MullerRemove redefine of DATADIR that leaked in from v4.7.x
2014-01-05 Arun PersaudMerge branch 'v4.7.x' into master
2014-01-05 Arun PersaudUpdated copyright notice to 2014
2014-01-05 H.G. MullerUse __APPLE__ compile switch for OS X
2014-01-04 H.G. MullerSet ~~ to bundle path for OS X
2014-01-04 H.G. MullerActivate ManProc in GTK
2014-01-04 H.G. MullerRemove use of strndup
2014-01-04 H.G. MullerPut some OSX code into gtk version
2014-01-04 H.G. MullerImplement option complex for installing engines
2014-01-04 H.G. MullerExpand ~~/ to bundle path (OSX)
2014-01-04 H.G. MullerActivate ManProc in GTK
2014-01-04 H.G. MullerRemove use of strndup
2014-01-04 H.G. MullerPut some OSX code into gtk version
2013-11-23 Arun Persaudoutput configure options when looking at --version
2013-05-02 H.G. MullerFix GTK box popup
2013-05-02 H.G. MullerFix vertical sizing of GTK board
2013-02-26 H.G. MullerAdd -backupSettingsFile option
2013-02-20 H.G. MullerFix sizing of slave board GTK
2013-02-19 H.G. MullerRemember window params of slave board
2013-02-19 Arun Persaudremoved two more translations from debug output
2013-02-19 Arun Persaudfixed segfault of g_markup_printf_escaped which needs...
2013-02-18 H.G. MullerAdd new vertical pixel fudge
2013-02-17 Arun Persaudadd close buttons to gtk windows
2013-02-17 Arun Persaudkeyboard accelerators for both front ends.
2013-02-02 H.G. MullerFix GTK error auto-raising board
2013-01-21 H.G. MullerFix some warnings
2013-01-19 H.G. MullerDo delayed board draw also with -stickyWindows false
2013-01-09 Arun Persaudremoved trailing whitespace
2013-01-09 Arun PersaudUpdated copyright notice to 2013
2012-12-07 H.G. MullerImplement auto-creation of ICS logon file
2012-11-06 H.G. MullerAdapt lineGap during sizing
2012-11-06 H.G. MullerFix clock highlighting
2012-11-06 H.G. MullerAdd window positioning
2012-11-06 H.G. MullerMake board sizing work through subtracting fixed height
2012-11-06 H.G. MullerFix warnings
2012-11-06 H.G. MullerDelete emptied front-end files, and move rest to gtk...