| 
							
							
								 glx22 | 5799402f7a | Codechange: Rename window related DeleteXXX to match new behaviour | 2021-05-29 21:08:25 +02:00 |  | 
			
				
					| 
							
							
								 glx22 | 994bf19aef | Fix f6d5c01: Delay deletion when closing windows | 2021-05-29 21:08:25 +02:00 |  | 
			
				
					| 
							
							
								 rubidium42 | 95386dc2b8 | Codechange: move misc settings to std::string | 2021-05-13 23:13:17 +02:00 |  | 
			
				
					| 
							
							
								 Peter Nelson | 09206be054 | Fix: Use unscaled values for padding OSK | 2021-04-30 17:08:15 +01:00 |  | 
			
				
					| 
							
							
								 Peter Nelson | 4791ff2862 | Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. | 2021-04-30 17:08:15 +01:00 |  | 
			
				
					| 
							
							
								 Peter Nelson | 2efa390a7d | Codechange: Simplify calling of DrawCharCentered() | 2021-04-30 17:08:15 +01:00 |  | 
			
				
					| 
							
							
								 Peter Nelson | b43cc21214 | Fix: OSK layout not scaled for 2x or 4x GUI scale. | 2021-03-20 17:55:17 +00:00 |  | 
			
				
					| 
							
							
								 Charles Pigott | 9b800a96ed | Codechange: Remove min/max functions in favour of STL variants (#8502) | 2021-01-08 11:16:18 +01:00 |  | 
			
				
					| 
							
							
								 S. D. Cloudt | 13cc8a0cee | Cleanup: Removed SVN  headers | 2019-11-10 17:59:20 +00:00 |  | 
			
				
					| 
							
							
								 JMcKiern | 04f659e768 | Fix: Some typos found using codespell | 2019-09-29 21:27:32 +01:00 |  | 
			
				
					| 
							
							
								 Henry Wilson | 7c8e7c6b6e | Codechange: Use null pointer literal instead of the NULL macro | 2019-04-10 23:22:20 +02:00 |  | 
			
				
					| 
							
							
								 peter1138 | 317f69c152 | Codechange: Use override specifier in Window-derived classes. | 2019-03-24 16:10:04 +01:00 |  | 
			
				
					| 
							
							
								 Charles Pigott | f5b1115039 | Doc: Lots and lots of doxymentation fixes | 2018-10-31 12:35:54 +01:00 |  | 
			
				
					| 
							
							
								 rubidium | b476086c39 | (svn r26538) -Codechange: remove double accounting of the drivers | 2014-04-28 21:06:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9ed12b0f07 | (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) | 2014-04-25 15:40:32 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0463dbdc9e | (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | 2014-04-23 20:13:33 +00:00 |  | 
			
				
					| 
							
							
								 michi_cc | 13873d2534 | (svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition. | 2013-08-05 20:37:02 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 8157a8afd8 | (svn r25290) -Add: Assign string names to notable windows. | 2013-05-26 19:25:01 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 56e4a8c4d6 | (svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction. | 2013-05-26 19:23:42 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 579ee7a592 | (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. | 2013-03-17 13:04:10 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 5dfd5e58ee | (svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at the OSK and close it on losing focus. This makes the editbox in the OSK behave correctly. | 2012-11-28 21:14:28 +00:00 |  | 
			
				
					| 
							
							
								 frosch | bfba90f864 | (svn r24773) -Fix: Shift in the OSK behaved like capslock. | 2012-11-28 21:03:34 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 155a9d784c | (svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content changes, not when only moving the cursor. | 2012-11-28 20:54:56 +00:00 |  | 
			
				
					| 
							
							
								 frosch | aed11012d4 | (svn r24746) -Cleanup: Remove weird lowering of editboxes. | 2012-11-14 22:50:49 +00:00 |  | 
			
				
					| 
							
							
								 frosch | f5d8ba5d7f | (svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead. | 2012-11-14 22:50:35 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 6653ac6b36 | (svn r24739) -Codechange: Simplify some code by using Textbuf::Assign. | 2012-11-14 22:50:21 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 2c22fe98dd | (svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged. | 2012-11-13 21:47:07 +00:00 |  | 
			
				
					| 
							
							
								 frosch | fd55399167 | (svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members. | 2012-11-13 21:46:54 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 67f92f16ed | (svn r24730) -Codechange: Allow OSK to simulate widget buttons with index 0. | 2012-11-13 21:46:50 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 03736af2ae | (svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default. | 2012-11-11 16:10:43 +00:00 |  | 
			
				
					| 
							
							
								 frosch | d58eee1e79 | (svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions. | 2012-06-04 15:30:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | bdb6280e79 | (svn r23550) -Codechange: unify naming of the on screen keyboard widgets | 2011-12-16 18:27:39 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 2aa774e831 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | 2011-12-15 22:22:55 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 80e5d13f25 | (svn r23132) -Fix: when any keys on te on-screen keyboard were pressed the text cursor disappeared | 2011-11-08 15:10:39 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ec9540a12a | (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). | 2011-03-13 21:31:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 062dd0e24c | (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int | 2010-05-13 10:14:29 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0ef33548c2 | (svn r19614) -Codechange: "it's" => "its" where appropriate | 2010-04-12 14:12:47 +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 | 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 | 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 | 69b6d9309a | (svn r18274) -Codechange: remove the unused WDF flags | 2009-11-24 17:28:29 +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 |  | 
			
				
					| 
							
							
								 peter1138 | 6204c56d99 | (svn r18132) -Codechange: Scale OSK buttons to font height. | 2009-11-16 21:42:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f9feac8607 | (svn r18114) -Fix: RTL languages don't have the keyboard swapped | 2009-11-16 12:29:52 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | aeb9f8e715 | (svn r18092) -Codechange: remove support for the unnested widgets | 2009-11-15 13:36:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3d2d7af88f | (svn r18086) -Codechange: remove 'widget' from WindowDesc | 2009-11-15 10:26:01 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 699e5165ff | (svn r17864) -Codechange: make the OSK nested | 2009-10-25 11:31:12 +00:00 |  | 
			
				
					| 
							
							
								 alberth | f9733ac590 | (svn r17759) -Codechange [FS#3257]: Return focus to the parent window using the function designed for it. | 2009-10-11 08:07:09 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4ab569544b | (svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used town name for the 'Generate Town' window | 2009-10-10 12:47:04 +00:00 |  |