alberth 
							
						 
					 
					
						
						
							
						
						b633ffaa1d 
					 
					
						
						
							
							(svn r21571) -Codechange: Having a break after a return is no good.  
						
						
						
						
					 
					
						2010-12-21 15:23:54 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8350642b26 
					 
					
						
						
							
							(svn r21449) -Change: make the waypoint window make use the generic "matrix" widget  
						
						
						
						
					 
					
						2010-12-10 17:47:40 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						f5c6fd1a25 
					 
					
						
						
							
							(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().  
						
						
						
						
					 
					
						2010-11-26 15:22:18 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						30f2afac9b 
					 
					
						
						
							
							(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers  
						
						
						
						
					 
					
						2010-08-26 22:01:16 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						d496ec65b9 
					 
					
						
						
							
							(svn r20470) -Codechange: Make arrow buttons lower and raise like other buttons when clicked.  
						
						
						
						
					 
					
						2010-08-12 16:44:51 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						9e538acc03 
					 
					
						
						
							
							(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.  
						
						
						
						
					 
					
						2010-08-12 09:16:43 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						71ca58c2bb 
					 
					
						
						
							
							(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll and vscroll2.  
						
						... 
						
						
						
						Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion. 
						
						
					 
					
						2010-08-12 08:37:01 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						10339c60c0 
					 
					
						
						
							
							(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate scrollbar explicitly using a NWidgetPart via SetScrollbar().  
						
						
						
						
					 
					
						2010-08-12 06:44:45 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						edbadde301 
					 
					
						
						
							
							(svn r20406) -Codechange: make StationClass use the new generic class  
						
						
						
						
					 
					
						2010-08-07 22:07:07 +00:00 
						 
				 
			
				
					
						
							
							
								michi_cc 
							
						 
					 
					
						
						
							
						
						9f5e49eaad 
					 
					
						
						
							
							(svn r20315) -Codechange: Replace magic numbers by named constants.  
						
						
						
						
					 
					
						2010-08-02 18:47:03 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						ed4f806f1d 
					 
					
						
						
							
							(svn r20283) -Codechange: Unify start of doygen comments.  
						
						
						
						
					 
					
						2010-08-01 19:22:34 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e356cb9405 
					 
					
						
						
							
							(svn r20281) -Codechange: unify case scope closure + break coding style  
						
						
						
						
					 
					
						2010-08-01 18:53:30 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ab47c9dea7 
					 
					
						
						
							
							(svn r20242) -Change: remove the need for "{WHITE}" control codes in some of the railtype NewGRF strings  
						
						... 
						
						
						
						-Fix: make it possible to properly assess the length of the rail toolbar caption 
						
						
					 
					
						2010-07-30 12:15:22 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						2dd77d0ef9 
					 
					
						
						
							
							(svn r20241) -Codechange: Move variable declarations to their first use.  
						
						
						
						
					 
					
						2010-07-30 10:39:24 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						4203e641f8 
					 
					
						
						
							
							(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetScrolledRowFromWidget().  
						
						
						
						
					 
					
						2010-07-26 13:08:48 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						be6c058424 
					 
					
						
						
							
							(svn r20211) -Codechange: Indented code should have curly braces around it.  
						
						
						
						
					 
					
						2010-07-24 10:14:39 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						397d1186d7 
					 
					
						
						
							
							(svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar().  
						
						
						
						
					 
					
						2010-07-04 09:27:15 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						26be68ae98 
					 
					
						
						
							
							(svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys  
						
						... 
						
						
						
						Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default 
						
						
					 
					
						2010-07-03 21:43:44 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						9b66684b81 
					 
					
						
						
							
							(svn r20068) -Feature: customizable hotkeys for the rail toolbar  
						
						
						
						
					 
					
						2010-07-03 20:40:18 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						0f656010c8 
					 
					
						
						
							
							(svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel.  
						
						
						
						
					 
					
						2010-04-14 20:28:37 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						0f9be95e03 
					 
					
						
						
							
							(svn r19445) -Change: No need to drag an area when overbuilding bridges.  
						
						
						
						
					 
					
						2010-03-17 20:19:55 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						ef8deb2edd 
					 
					
						
						
							
							(svn r19431) -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title.  
						
						
						
						
					 
					
						2010-03-16 06:18:52 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						833169d894 
					 
					
						
						
							
							(svn r19321) -Codechange [FS#3630]: unify the rail station widget descriptions (sbr)  
						
						
						
						
					 
					
						2010-03-05 22:48:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						cc8fd6e910 
					 
					
						
						
							
							(svn r19006) -Fix (r18970): default rail type determination failed causing 'A'/SHIFT-F4 not to work the first time. As rail types can now be anything the explicit options for the different railtypes have been removed, leaving the most used rail type and first/last available rail types.  
						
						
						
						
					 
					
						2010-02-04 17:08:48 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						88019e64e1 
					 
					
						
						
							
							(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().  
						
						
						
						
					 
					
						2010-01-30 18:34:48 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						82fc28f77f 
					 
					
						
						
							
							(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header  
						
						
						
						
					 
					
						2010-01-15 16:41:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2b97f38cd1 
					 
					
						
						
							
							(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.  
						
						... 
						
						
						
						-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase. 
						
						
					 
					
						2010-01-11 18:46:09 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						5ef4be1780 
					 
					
						
						
							
							(svn r18528) -Fix (FS#3370): Platform length/count buttons not centred when NewGRF stations in use.  
						
						
						
						
					 
					
						2009-12-18 15:56:31 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						7c2a61e210 
					 
					
						
						
							
							(svn r18508) -Fix [FS#3372]: if a rail station class had less data than capacity it would try to set a negative position  
						
						
						
						
					 
					
						2009-12-15 01:38:55 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b7263147c1 
					 
					
						
						
							
							(svn r18503) -Fix [FS#3370]: the length and platform buttons in the station window weren't always properly centered  
						
						
						
						
					 
					
						2009-12-14 22:11:06 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1f0da3710f 
					 
					
						
						
							
							(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable  
						
						
						
						
					 
					
						2009-11-28 15:01:49 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						293dfd7c3e 
					 
					
						
						
							
							(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.  
						
						
						
						
					 
					
						2009-11-28 14:42:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b58b058e2b 
					 
					
						
						
							
							(svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top location based on the main toolbar's height instead of hardcoding that  
						
						
						
						
					 
					
						2009-11-28 14:36:43 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						93ef16c520 
					 
					
						
						
							
							(svn r18286) -Fix (r18280): Number of platforms and platform length start with 1.  
						
						
						
						
					 
					
						2009-11-25 16:26:25 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8d6e323ef8 
					 
					
						
						
							
							(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input  
						
						
						
						
					 
					
						2009-11-24 21:13:36 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						14300d309c 
					 
					
						
						
							
							(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions  
						
						
						
						
					 
					
						2009-11-24 18:05:55 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						69b6d9309a 
					 
					
						
						
							
							(svn r18274) -Codechange: remove the unused WDF flags  
						
						
						
						
					 
					
						2009-11-24 17:28:29 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5c13e0c1e6 
					 
					
						
						
							
							(svn r18241) -Codechange: make the rail depot 'buttons' centered in the window  
						
						
						
						
					 
					
						2009-11-22 19:31:52 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						450e40b997 
					 
					
						
						
							
							(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().  
						
						
						
						
					 
					
						2009-11-22 18:28:14 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						2b6f792513 
					 
					
						
						
							
							(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.  
						
						
						
						
					 
					
						2009-11-22 18:26:01 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d913282e7a 
					 
					
						
						
							
							(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays  
						
						
						
						
					 
					
						2009-11-22 11:20:12 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						64d65cc635 
					 
					
						
						
							
							(svn r18187) -Codechange: make the advanced face selection, custom currency, difficulty, news settings, signal, sign and vehicle details window RTL aware (use the arrow widget)  
						
						
						
						
					 
					
						2009-11-19 17:57:27 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5f2ddfbc5a 
					 
					
						
						
							
							(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets  
						
						
						
						
					 
					
						2009-11-17 19:16:48 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b9aecbf78c 
					 
					
						
						
							
							(svn r18148) -Fix: with the waypoint picker the wrong widget was 'grayed' with RTL and the y offset of the grayed area was incorrect for big fonts  
						
						
						
						
					 
					
						2009-11-17 18:45:00 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3d2d7af88f 
					 
					
						
						
							
							(svn r18086) -Codechange: remove 'widget' from WindowDesc  
						
						
						
						
					 
					
						2009-11-15 10:26:01 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d6cded5380 
					 
					
						
						
							
							(svn r17693) -Cleanup: remove some unneeded includes  
						
						
						
						
					 
					
						2009-10-04 17:16:41 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c847f5c04e 
					 
					
						
						
							
							(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.  
						
						
						
						
					 
					
						2009-09-30 21:07:54 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						cc3ef246fd 
					 
					
						
						
							
							(svn r17659) -Codechange: remove the last custom drawing from the signal GUI  
						
						
						
						
					 
					
						2009-09-28 13:42:47 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						4347758e48 
					 
					
						
						
							
							(svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI  
						
						... 
						
						
						
						-Codechange: move the state updates from OnPaint 
						
						
					 
					
						2009-09-28 12:38:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d74216b7fe 
					 
					
						
						
							
							(svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away  
						
						
						
						
					 
					
						2009-09-28 12:19:15 +00:00