Mercurial > hg > openttd
graph
-
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb) draftSat, 01 Dec 2012 13:12:39 +0000, by alberth
-
(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. draftWed, 28 Nov 2012 21:14:28 +0000, by frosch
-
(svn r24773) -Fix: Shift in the OSK behaved like capslock. draftWed, 28 Nov 2012 21:03:34 +0000, by frosch
-
(svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content changes, not when only moving the cursor. draftWed, 28 Nov 2012 20:54:56 +0000, by frosch
-
(svn r24770) -Fix-ish: Calling GUIList::Sort repeatedly has no use without GUIList::NeedResort since the latter has the sideeffects. draftTue, 27 Nov 2012 21:54:11 +0000, by frosch
-
(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eagle_rainbow) draftTue, 27 Nov 2012 21:35:52 +0000, by frosch
-
(svn r24768) -Fix: Adjust a comment to reflect some more truth. draftTue, 27 Nov 2012 21:30:44 +0000, by frosch
-
(svn r24767) -Codechange: Remove some fragile hacks from the multiplayer list who tried to disguised themself as optimisations. draftTue, 27 Nov 2012 21:21:01 +0000, by frosch
-
(svn r24764) -Change: Disable horizontal resizing of the industry chain window, it's not useful. draftSun, 25 Nov 2012 15:31:45 +0000, by alberth
-
(svn r24763) -Feature: Add industry type and cargo dropdown selection for easier navigating in the industry chain window. draftSun, 25 Nov 2012 15:24:02 +0000, by alberth
-
(svn r24762) -Fix [FS#5359]: [Win32] Don't crash when switching to an unsupported fullscreen display mode (like 8 bpp modes in Windows 8). draftSun, 25 Nov 2012 12:14:13 +0000, by michi_cc
-
(svn r24754) -Fix [FS#5367]: crash on corrupted savegame draftSun, 18 Nov 2012 16:14:31 +0000, by rubidium
-
(svn r24750) -Cleanup: Remove old special clear filter button from signs list. draftWed, 14 Nov 2012 22:51:05 +0000, by frosch
-
(svn r24749) -Add: GUI icons for delete to the left/right. draftWed, 14 Nov 2012 22:51:01 +0000, by frosch
-
(svn r24747) -Fix: Some editboxes had a different colour than the rest of the window. draftWed, 14 Nov 2012 22:50:53 +0000, by frosch
-
(svn r24746) -Cleanup: Remove weird lowering of editboxes. draftWed, 14 Nov 2012 22:50:49 +0000, by frosch
-
(svn r24745) -Codechange: Draw complete editbox via QueryString. draftWed, 14 Nov 2012 22:50:46 +0000, by frosch
-
(svn r24744) -Codechange: Handle clicking on editboxed also via QueryString. draftWed, 14 Nov 2012 22:50:42 +0000, by frosch
-
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes. draftWed, 14 Nov 2012 22:50:39 +0000, by frosch
-
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead. draftWed, 14 Nov 2012 22:50:35 +0000, by frosch
-
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString. draftWed, 14 Nov 2012 22:50:26 +0000, by frosch
-
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign. draftWed, 14 Nov 2012 22:50:21 +0000, by frosch
-
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor. draftWed, 14 Nov 2012 22:50:17 +0000, by frosch
-
(svn r24737) -Add: Textbuf::Assign and Textbuf::Print. draftWed, 14 Nov 2012 22:50:11 +0000, by frosch
-
(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes sense if it is smaller than the second one, also its unit is not pixels. draftWed, 14 Nov 2012 22:46:49 +0000, by frosch
-
(svn r24735) -Codechange: Move HandleEditBoxKey to Window class. draftTue, 13 Nov 2012 21:47:13 +0000, by frosch
-
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged. draftTue, 13 Nov 2012 21:47:07 +0000, by frosch
-
(svn r24733) -Codechange: Move handling of editbox keys to window class. draftTue, 13 Nov 2012 21:47:02 +0000, by frosch
-
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes. draftTue, 13 Nov 2012 21:46:58 +0000, by frosch
-
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members. draftTue, 13 Nov 2012 21:46:54 +0000, by frosch
-
(svn r24730) -Codechange: Allow OSK to simulate widget buttons with index 0. draftTue, 13 Nov 2012 21:46:50 +0000, by frosch
-
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING. draftTue, 13 Nov 2012 21:46:46 +0000, by frosch
-
(svn r24728) -Codechange: Unify usage of OnOSKInput. draftTue, 13 Nov 2012 21:46:40 +0000, by frosch
-
(svn r24727) -Fix: In various windows the OSK looked shiny but using it had no effect whatsoever. draftTue, 13 Nov 2012 21:46:37 +0000, by frosch
-
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class. draftTue, 13 Nov 2012 21:46:33 +0000, by frosch
-
(svn r24725) -Cleanup: Remove old editbox focus code which is already handled more generally. draftTue, 13 Nov 2012 21:46:22 +0000, by frosch
-
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code. draftTue, 13 Nov 2012 21:46:19 +0000, by frosch
-
(svn r24723) -Fix: AI debug GUI crashed when using disabled buttons via hotkeys. draftTue, 13 Nov 2012 21:46:14 +0000, by frosch
-
(svn r24722) -Add: Display unique ID and md5sum in console content info. draftTue, 13 Nov 2012 21:46:09 +0000, by frosch
-
(svn r24721) -Fix (r24715): Reallow building road stations. draftTue, 13 Nov 2012 21:41:54 +0000, by frosch
-
(svn r24720) -Fix (r24715): Comparison of different height units. draftTue, 13 Nov 2012 21:40:50 +0000, by frosch
-
(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry::time_since_pickup. draftMon, 12 Nov 2012 21:59:02 +0000, by frosch
-
(svn r24717) -Fix [FS#5139]: When starting a scenario apply the local company settings to the new company. draftMon, 12 Nov 2012 20:14:08 +0000, by frosch