Thu, 15 May 2008 20:04:10 +0000(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
rubidium [Thu, 15 May 2008 20:04:10 +0000] rev 9242
(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.

Thu, 15 May 2008 19:24:15 +0000(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow.
glx [Thu, 15 May 2008 19:24:15 +0000] rev 9241
(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow.

Thu, 15 May 2008 19:00:20 +0000(svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created.
rubidium [Thu, 15 May 2008 19:00:20 +0000] rev 9240
(svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created.

Thu, 15 May 2008 18:26:45 +0000(svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened.
rubidium [Thu, 15 May 2008 18:26:45 +0000] rev 9239
(svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened.

Thu, 15 May 2008 14:41:56 +0000(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.
rubidium [Thu, 15 May 2008 14:41:56 +0000] rev 9238
(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.

Thu, 15 May 2008 14:12:22 +0000(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.
rubidium [Thu, 15 May 2008 14:12:22 +0000] rev 9237
(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.

Thu, 15 May 2008 13:47:55 +0000(svn r13102) -Codechange: make a class of the NewsWindow.
rubidium [Thu, 15 May 2008 13:47:55 +0000] rev 9236
(svn r13102) -Codechange: make a class of the NewsWindow.

Thu, 15 May 2008 13:47:22 +0000(svn r13101) -Codechange: remove a unused global function.
rubidium [Thu, 15 May 2008 13:47:22 +0000] rev 9235
(svn r13101) -Codechange: remove a unused global function.

Thu, 15 May 2008 13:39:36 +0000(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
rubidium [Thu, 15 May 2008 13:39:36 +0000] rev 9234
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.

Thu, 15 May 2008 11:17:56 +0000(svn r13099) -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children.
rubidium [Thu, 15 May 2008 11:17:56 +0000] rev 9233
(svn r13099) -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children.