summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...alberth
2012-11-29(svn r24775) -Update from WebTranslator v3.0:translators
2012-11-28(svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at th...frosch
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 content...frosch
2012-11-28(svn r24771) -Update from WebTranslator v3.0:translators
2012-11-27(svn r24770) -Fix-ish: Calling GUIList::Sort repeatedly has no use without GU...frosch
2012-11-27(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eag...frosch
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 list...frosch
2012-11-27(svn r24766) -Update from WebTranslator v3.0:translators
2012-11-25(svn r24765) -Update from WebTranslator v3.0:translators
2012-11-25(svn r24764) -Change: Disable horizontal resizing of the industry chain windo...alberth
2012-11-25(svn r24763) -Feature: Add industry type and cargo dropdown selection for eas...alberth
2012-11-25(svn r24762) -Fix [FS#5359]: [Win32] Don't crash when switching to an unsuppo...michi_cc
2012-11-24(svn r24761) -Update from WebTranslator v3.0:translators
2012-11-23(svn r24760) -Update from WebTranslator v3.0:translators
2012-11-21(svn r24759) -Update from WebTranslator v3.0:translators
2012-11-20(svn r24758) -Update from WebTranslator v3.0:translators
2012-11-19(svn r24757) -Fix: broken Greek translationrubidium
2012-11-19(svn r24756) -Update from WebTranslator v3.0:translators
2012-11-18(svn r24755) -Update from WebTranslator v3.0:translators
2012-11-18(svn r24754) -Fix [FS#5367]: crash on corrupted savegamerubidium
2012-11-17(svn r24753) -Update from WebTranslator v3.0:translators
2012-11-16(svn r24752) -Update from WebTranslator v3.0:translators
2012-11-15(svn r24751) -Update from WebTranslator v3.0:translators
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 the...frosch
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 QueryStrings...frosch
2012-11-14(svn r24741) -Add: Const-methods to SmallMap.frosch
2012-11-14(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow...frosch
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
2012-11-13(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.frosch
2012-11-13(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O...frosch
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 C...frosch
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 n...frosch
2012-11-13(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.frosch