| 
							
							
								 rubidium | 3d2d7af88f | (svn r18086) -Codechange: remove 'widget' from WindowDesc | 2009-11-15 10:26:01 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 44aacfc59f | (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. Gentlemen, swap your string parameters. | 2009-10-31 19:46:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ca0521f89f | (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. | 2009-10-24 14:53:55 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ecd5c2901d | (svn r17846) -Codechange: make the network content window nested | 2009-10-22 16:45:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 310be2e5be | (svn r17843) -Codechange: move the details drawing code of the content window to a separate function | 2009-10-22 14:26:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c90885a17e | (svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for the content gui. | 2009-10-22 13:57:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d1d35b95b6 | (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows | 2009-10-17 14:29:10 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d6cded5380 | (svn r17693) -Cleanup: remove some unneeded includes | 2009-10-04 17:16:41 +00:00 |  | 
			
				
					| 
							
							
								 alberth | ceab116065 | (svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array. | 2009-09-19 11:55:44 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 116c77c342 | (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. | 2009-09-19 11:31:12 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 2773865cd6 | (svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for more general usage. | 2009-09-14 20:15:29 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ebd916be3d | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. | 2009-09-13 19:15:59 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ba97964af8 | (svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), which is no longer enough. | 2009-09-13 16:43:16 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 0c8c208569 | (svn r17522) -Fix: Scroll to selected content after sorting the list and after updating the scrollbar maximum. | 2009-09-13 14:50:52 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 59ac4f6b21 | (svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers | 2009-09-02 08:08:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 984efae368 | (svn r17291) -Fix [FS#3147]: crash after upgrading base graphics/sound set when opening the game options menu and you were using the upgraded set | 2009-08-26 20:26:40 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7fbc33dae1 | (svn r17248) -Fix: add GPL license notice where appropriate | 2009-08-21 20:21:05 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9ee2a66c86 | (svn r17139) -Change: add the concept of sound sets | 2009-08-09 19:50:44 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f118932643 | (svn r17133) -Codechange: generalise the code that searches for base graphics | 2009-08-09 16:54:03 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1fe3ad3288 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives | 2009-08-05 17:59:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b4253a94f2 | (svn r16846) -Codechange: make the content download status window only use nested widgets | 2009-07-16 16:48:16 +00:00 |  | 
			
				
					| 
							
							
								 alberth | d0a47fc1b4 | (svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field. | 2009-07-16 16:22:23 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ab67cf0031 | (svn r16732) -Fix [FS#2991]: show Close instead of Cancel when there's nothing to canel in the content downloading window. | 2009-07-03 21:08:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 765c65b738 | (svn r16493) -Fix: missing/wrong @file doxygen 'headers' | 2009-06-01 12:56:18 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 6d783983e7 | (svn r16234) -Codechange (r16231, r16233): Do not add test functions to trunk. | 2009-05-05 20:17:39 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 819588c51f | (svn r16233) -Codechange: Added nested widgets to network content windows. | 2009-05-05 20:08:50 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 4add445012 | (svn r16232) -Codechange: Moving network content widgets enums outside window structs. | 2009-05-05 20:07:33 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 85b653bafc | (svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...). | 2009-04-26 15:42:45 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7dd677ced2 | (svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings. | 2009-04-26 15:26:19 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 11c6d30e77 | (svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter) | 2009-04-26 10:45:07 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 59d45a04d6 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. | 2009-04-21 23:40:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f14425e2c4 | (svn r16071) -Fix [FS#2845]: content download progress bar 'resetting' due to mathematical overflow. | 2009-04-17 17:48:33 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 9d2738b9c4 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback | 2009-03-29 09:49:11 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 57174a9301 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | 2009-03-22 12:01:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e74dc1e1d6 | (svn r15803) -Codechange: use the new text drawing API for multicenter -Fix (r15800): off-by-one w.r.t. offsets | 2009-03-22 09:34:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d837fc4d03 | (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one. | 2009-03-21 23:45:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 69decac406 | (svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API. | 2009-03-21 22:22:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9003641095 | (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. | 2009-03-21 22:00:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 45f189fdca | (svn r15785) -Codechange: remove the *Truncated part of the old text drawing API. | 2009-03-21 20:12:12 +00:00 |  | 
			
				
					| 
							
							
								 glx | 9fcff01850 | (svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows | 2009-03-21 20:06:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 8a758beec3 | (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 | f5cb1873d6 | (svn r15766) -Fix [FS#2744]: Crash when opening the content list window twice; inconsistencies when clicking download twice. | 2009-03-19 17:56:45 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f9def73be6 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) | 2009-03-15 15:12:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 27bcfd115b | (svn r15702) -Feature(tte): direct content download 'links' in the play scenario/heightmap windows. | 2009-03-13 21:32:38 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 406832fed8 | (svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas. | 2009-03-06 19:33:45 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 8fa247c4b1 | (svn r15566) -Change: reintroduce space as valid method of selecting 'content' as long as the filter box is not focused. Enter will also work when the filter box is focused. | 2009-02-24 13:32:18 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | cd0b38d234 | (svn r15433) -Fix (r15126): Content download progress bar was not centered properly. | 2009-02-09 20:30:16 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 861e9cefb3 | (svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu). | 2009-02-09 01:22:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 841050ec83 | (svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't deselect properly in some cases (Roujin) | 2009-02-06 18:00:05 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c346f249cd | (svn r15372) -Feature: filter the 'content' based on the tag/name. Based on a patch by Roujin. | 2009-02-06 12:00:14 +00:00 |  |