summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ↵alberth
various sources (including Eagle_rainbow, MinchinWeb)
2012-11-29(svn r24775) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by Wowanxm greek - 19 changes by Evropi italian - 1 changes by lorenzodv latvian - 1 changes by Parastais lithuanian - 31 changes by spanish - 1 changes by Terkhen
2012-11-28(svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at ↵frosch
the OSK and close it on losing focus. This makes the editbox in the OSK behave correctly.
2012-11-28(svn r24773) -Fix: Shift in the OSK behaved like capslock.frosch
2012-11-28(svn r24772) -Codechange: Call Window::OnEditboxChanged only when the ↵frosch
content changes, not when only moving the cursor.
2012-11-28(svn r24771) -Update from WebTranslator v3.0:translators
basque - 17 changes by lutxiketa belarusian - 6 changes by KorneySan croatian - 6 changes by VoyagerOne dutch - 1 changes by habell english_US - 1 changes by Rubidium finnish - 1 changes by jpx_ greek - 36 changes by Evropi lithuanian - 31 changes by polish - 1 changes by wojteks86 russian - 1 changes by Lone_Wolf
2012-11-27(svn r24770) -Fix-ish: Calling GUIList::Sort repeatedly has no use without ↵frosch
GUIList::NeedResort since the latter has the sideeffects.
2012-11-27(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. ↵frosch
(Eagle_rainbow)
2012-11-27(svn r24768) -Fix: Adjust a comment to reflect some more truth.frosch
2012-11-27(svn r24767) -Codechange: Remove some fragile hacks from the multiplayer ↵frosch
list who tried to disguised themself as optimisations.
2012-11-27(svn r24766) -Update from WebTranslator v3.0:translators
basque - 51 changes by lutxiketa catalan - 5 changes by arnau dutch - 5 changes by habell english_US - 5 changes by Rubidium esperanto - 11 changes by Joncst french - 11 changes by gromlin italian - 5 changes by lorenzodv latvian - 5 changes by Parastais lithuanian - 46 changes by Stabilitronas polish - 5 changes by wojteks86 portuguese - 8 changes by skkeeper
2012-11-25(svn r24765) -Update from WebTranslator v3.0:translators
basque - 2 changes by lutxiketa belarusian - 32 changes by Wowanxm finnish - 5 changes by jpx_ german - 5 changes by planetmaker japanese - 1 changes by nex259 korean - 4 changes by telk5093 portuguese - 23 changes by skkeeper russian - 5 changes by Lone_Wolf spanish - 5 changes by Terkhen
2012-11-25(svn r24764) -Change: Disable horizontal resizing of the industry chain ↵alberth
window, it's not useful.
2012-11-25(svn r24763) -Feature: Add industry type and cargo dropdown selection for ↵alberth
easier navigating in the industry chain window.
2012-11-25(svn r24762) -Fix [FS#5359]: [Win32] Don't crash when switching to an ↵michi_cc
unsupported fullscreen display mode (like 8 bpp modes in Windows 8).
2012-11-24(svn r24761) -Update from WebTranslator v3.0:translators
german - 2 changes by planetmaker lithuanian - 48 changes by Stabilitronas
2012-11-23(svn r24760) -Update from WebTranslator v3.0:translators
latvian - 1 changes by Parastais
2012-11-21(svn r24759) -Update from WebTranslator v3.0:translators
catalan - 1 changes by Bassals
2012-11-20(svn r24758) -Update from WebTranslator v3.0:translators
greek - 2 changes by Evropi
2012-11-19(svn r24757) -Fix: broken Greek translationrubidium
2012-11-19(svn r24756) -Update from WebTranslator v3.0:translators
korean - 8 changes by telk5093 romanian - 20 changes by kkmic swedish - 1 changes by Joel_A
2012-11-18(svn r24755) -Update from WebTranslator v3.0:translators
greek - 105 changes by Evropi hungarian - 2 changes by IPG lithuanian - 11 changes by Stabilitronas swedish - 1 changes by Joel_A
2012-11-18(svn r24754) -Fix [FS#5367]: crash on corrupted savegamerubidium
2012-11-17(svn r24753) -Update from WebTranslator v3.0:translators
catalan - 5 changes by Bassals, arnau spanish - 1 changes by Terkhen
2012-11-16(svn r24752) -Update from WebTranslator v3.0:translators
catalan - 1 changes by Bassals croatian - 3 changes by VoyagerOne brazilian_portuguese - 22 changes by Tucalipe swedish - 2 changes by Joel_A
2012-11-15(svn r24751) -Update from WebTranslator v3.0:translators
norwegian_bokmal - 13 changes by jhsoby romanian - 36 changes by kkmic swedish - 1 changes by Joel_A
2012-11-14(svn r24750) -Cleanup: Remove old special clear filter button from signs list.frosch
2012-11-14(svn r24748) -Add: Clear button to all editboxes.frosch
2012-11-14(svn r24747) -Fix: Some editboxes had a different colour than the rest of ↵frosch
the window.
2012-11-14(svn r24746) -Cleanup: Remove weird lowering of editboxes.frosch
2012-11-14(svn r24745) -Codechange: Draw complete editbox via QueryString.frosch
2012-11-14(svn r24744) -Codechange: Handle clicking on editboxed also via QueryString.frosch
2012-11-14(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.frosch
2012-11-14(svn r24742) -Codechange: Remove QueryStringBaseWindow and store ↵frosch
QueryStrings per widget instead.
2012-11-14(svn r24741) -Add: Const-methods to SmallMap.frosch
2012-11-14(svn r24740) -Codechange: Remove duplicate members from ↵frosch
QueryStringBaseWindow and directly use QueryString.
2012-11-14(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.frosch
2012-11-14(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.frosch
2012-11-14(svn r24737) -Add: Textbuf::Assign and Textbuf::Print.frosch
2012-11-14(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes ↵frosch
sense if it is smaller than the second one, also its unit is not pixels.
2012-11-13(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.frosch
2012-11-13(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to ↵frosch
Window::OnEditboxChanged.
2012-11-13(svn r24733) -Codechange: Move handling of editbox keys to window class.frosch
2012-11-13(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.frosch
2012-11-13(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and ↵frosch
CANCEL buttons via QueryString members.
2012-11-13(svn r24730) -Codechange: Allow OSK to simulate widget buttons with index 0.frosch
2012-11-13(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.frosch
2012-11-13(svn r24728) -Codechange: Unify usage of OnOSKInput.frosch
2012-11-13(svn r24727) -Fix: In various windows the OSK looked shiny but using it had ↵frosch
no effect whatsoever.
2012-11-13(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.frosch