| 
							
							
								 rubidium | 89d614deea | (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. | 2009-03-21 22:00:00 +00:00 |  | 
			
				
					| 
							
							
								 glx | 583c756679 | (svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows | 2009-03-21 20:06:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b3b4be2dde | (svn r15782) -Codechange: replace some calls to the all text drawing API to the new one. | 2009-03-21 19:10:26 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7f468dc142 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) | 2009-03-15 15:12:06 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 90841d55ab | (svn r15600) -Fix (r0): Replace a newline in a news message by four spaces before drawing it in the statusbar. | 2009-03-02 21:01:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 5080feba0d | (svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu). | 2009-02-09 01:22:29 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 86d50b6415 | (svn r14948) -Codechange: enumification and more comments in the statusbar code | 2009-01-09 23:49:46 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 11822aa8ef | (svn r14940) -Fix: let the statusbar know the current news are invalid or bad things will happen | 2009-01-09 20:42:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e589c7e580 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | 2008-09-30 20:51:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f56e630e5c | (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. | 2008-09-30 20:39:50 +00:00 |  | 
			
				
					| 
							
							
								 belugas | 7ef5369306 | (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. | 2008-08-02 02:28:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e7a501100a | (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games. | 2008-05-29 15:13:28 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | dc77647ea4 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. -Codechange: move all Settings into substructs of _settings in a way that they are logically grouped. | 2008-05-25 19:17:03 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 162e2e074b | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | 2008-05-19 09:48:47 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a89b5721a8 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming. | 2008-05-17 12:48:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 804b9f1d3a | (svn r13116) -Codechange: make a window class of the statusbar window. | 2008-05-16 07:24:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 083d7e8726 | (svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar. | 2008-05-16 07:08:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 5d7851e8d6 | (svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan. | 2008-05-13 10:17:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f710876037 | (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing. | 2008-05-10 12:30:27 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0c30e46c9c | (svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp. | 2008-05-08 13:29:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 51cda2252c | (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor. | 2008-05-08 11:31:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c27f3cfa62 | (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations. | 2008-05-06 22:17:12 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9db77e3808 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL. | 2008-05-06 22:08:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1ce0b03bf0 | (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. | 2008-05-06 15:11:33 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 44128682cf | (svn r12768) -Codechange: move the statusbar GUI to it's own file. | 2008-04-18 15:13:45 +00:00 |  |