------------------------------------------------------------------------ r24758 | translators | 2012-11-20 19:45:09 +0100 (Tue, 20 Nov 2012) | 3 lines -Update from WebTranslator v3.0: greek - 2 changes by Evropi ------------------------------------------------------------------------ r24757 | rubidium | 2012-11-19 20:32:45 +0100 (Mon, 19 Nov 2012) | 2 lines -Fix: broken Greek translation ------------------------------------------------------------------------ r24756 | translators | 2012-11-19 19:46:23 +0100 (Mon, 19 Nov 2012) | 5 lines -Update from WebTranslator v3.0: korean - 8 changes by telk5093 romanian - 20 changes by kkmic swedish - 1 changes by Joel_A ------------------------------------------------------------------------ r24755 | translators | 2012-11-18 19:45:23 +0100 (Sun, 18 Nov 2012) | 6 lines -Update from WebTranslator v3.0: greek - 105 changes by Evropi hungarian - 2 changes by IPG lithuanian - 11 changes by Stabilitronas swedish - 1 changes by Joel_A ------------------------------------------------------------------------ r24754 | rubidium | 2012-11-18 17:14:31 +0100 (Sun, 18 Nov 2012) | 1 line -Fix [FS#5367]: crash on corrupted savegame ------------------------------------------------------------------------ r24753 | translators | 2012-11-17 19:45:13 +0100 (Sat, 17 Nov 2012) | 4 lines -Update from WebTranslator v3.0: catalan - 5 changes by Bassals, arnau spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r24752 | translators | 2012-11-16 19:45:22 +0100 (Fri, 16 Nov 2012) | 6 lines -Update from WebTranslator v3.0: catalan - 1 changes by Bassals croatian - 3 changes by VoyagerOne brazilian_portuguese - 22 changes by Tucalipe swedish - 2 changes by Joel_A ------------------------------------------------------------------------ r24751 | translators | 2012-11-15 19:45:23 +0100 (Thu, 15 Nov 2012) | 5 lines -Update from WebTranslator v3.0: norwegian_bokmal - 13 changes by jhsoby romanian - 36 changes by kkmic swedish - 1 changes by Joel_A ------------------------------------------------------------------------ r24750 | frosch | 2012-11-14 23:51:05 +0100 (Wed, 14 Nov 2012) | 3 lines -Cleanup: Remove old special clear filter button from signs list. ------------------------------------------------------------------------ r24749 | frosch | 2012-11-14 23:51:01 +0100 (Wed, 14 Nov 2012) | 3 lines -Add: GUI icons for delete to the left/right. ------------------------------------------------------------------------ r24748 | frosch | 2012-11-14 23:50:56 +0100 (Wed, 14 Nov 2012) | 3 lines -Add: Clear button to all editboxes. ------------------------------------------------------------------------ r24747 | frosch | 2012-11-14 23:50:53 +0100 (Wed, 14 Nov 2012) | 3 lines -Fix: Some editboxes had a different colour than the rest of the window. ------------------------------------------------------------------------ r24746 | frosch | 2012-11-14 23:50:49 +0100 (Wed, 14 Nov 2012) | 3 lines -Cleanup: Remove weird lowering of editboxes. ------------------------------------------------------------------------ r24745 | frosch | 2012-11-14 23:50:46 +0100 (Wed, 14 Nov 2012) | 3 lines -Codechange: Draw complete editbox via QueryString. ------------------------------------------------------------------------ r24744 | frosch | 2012-11-14 23:50:42 +0100 (Wed, 14 Nov 2012) | 3 lines -Codechange: Handle clicking on editboxed also via QueryString. ------------------------------------------------------------------------ r24743 | frosch | 2012-11-14 23:50:39 +0100 (Wed, 14 Nov 2012) | 3 lines -Change: Unify the behaviour of ESC in filter editboxes. ------------------------------------------------------------------------ r24742 | frosch | 2012-11-14 23:50:35 +0100 (Wed, 14 Nov 2012) | 3 lines -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead. ------------------------------------------------------------------------ r24741 | frosch | 2012-11-14 23:50:30 +0100 (Wed, 14 Nov 2012) | 3 lines -Add: Const-methods to SmallMap. ------------------------------------------------------------------------ r24740 | frosch | 2012-11-14 23:50:26 +0100 (Wed, 14 Nov 2012) | 3 lines -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString. ------------------------------------------------------------------------ r24739 | frosch | 2012-11-14 23:50:21 +0100 (Wed, 14 Nov 2012) | 3 lines -Codechange: Simplify some code by using Textbuf::Assign. ------------------------------------------------------------------------ r24738 | frosch | 2012-11-14 23:50:17 +0100 (Wed, 14 Nov 2012) | 3 lines -Codechange: Remove Textbuf::Initialize in favour of a constructor. ------------------------------------------------------------------------ r24737 | frosch | 2012-11-14 23:50:11 +0100 (Wed, 14 Nov 2012) | 3 lines -Add: Textbuf::Assign and Textbuf::Print. ------------------------------------------------------------------------ r24736 | frosch | 2012-11-14 23:46:49 +0100 (Wed, 14 Nov 2012) | 3 lines -Cleanup: The third parameter of Textbuf::Initialize only makes sense if it is smaller than the second one, also its unit is not pixels. ------------------------------------------------------------------------ r24735 | frosch | 2012-11-13 22:47:13 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Move HandleEditBoxKey to Window class. ------------------------------------------------------------------------ r24734 | frosch | 2012-11-13 22:47:07 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged. ------------------------------------------------------------------------ r24733 | frosch | 2012-11-13 22:47:02 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Move handling of editbox keys to window class. ------------------------------------------------------------------------ r24732 | frosch | 2012-11-13 22:46:58 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Unify handling of OK and CANCEL actions for editboxes. ------------------------------------------------------------------------ r24731 | frosch | 2012-11-13 22:46:54 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members. ------------------------------------------------------------------------ r24730 | frosch | 2012-11-13 22:46:50 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Allow OSK to simulate widget buttons with index 0. ------------------------------------------------------------------------ r24729 | frosch | 2012-11-13 22:46:46 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Unify the handling of HEBR_EDITING. ------------------------------------------------------------------------ r24728 | frosch | 2012-11-13 22:46:40 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Unify usage of OnOSKInput. ------------------------------------------------------------------------ r24727 | frosch | 2012-11-13 22:46:37 +0100 (Tue, 13 Nov 2012) | 3 lines -Fix: In various windows the OSK looked shiny but using it had no effect whatsoever. ------------------------------------------------------------------------ r24726 | frosch | 2012-11-13 22:46:33 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Move editbox mouseloop handling to Window class. ------------------------------------------------------------------------ r24725 | frosch | 2012-11-13 22:46:22 +0100 (Tue, 13 Nov 2012) | 3 lines -Cleanup: Remove old editbox focus code which is already handled more generally. ------------------------------------------------------------------------ r24724 | frosch | 2012-11-13 22:46:19 +0100 (Tue, 13 Nov 2012) | 3 lines -Codechange: Move drawing of editboxes to the widget drawing code. ------------------------------------------------------------------------ r24723 | frosch | 2012-11-13 22:46:14 +0100 (Tue, 13 Nov 2012) | 3 lines -Fix: AI debug GUI crashed when using disabled buttons via hotkeys. ------------------------------------------------------------------------ r24722 | frosch | 2012-11-13 22:46:09 +0100 (Tue, 13 Nov 2012) | 3 lines -Add: Display unique ID and md5sum in console content info. ------------------------------------------------------------------------ r24721 | frosch | 2012-11-13 22:41:54 +0100 (Tue, 13 Nov 2012) | 1 line -Fix (r24715): Reallow building road stations. ------------------------------------------------------------------------ r24720 | frosch | 2012-11-13 22:40:50 +0100 (Tue, 13 Nov 2012) | 1 line -Fix (r24715): Comparison of different height units. ------------------------------------------------------------------------ r24719 | translators | 2012-11-13 19:45:11 +0100 (Tue, 13 Nov 2012) | 4 lines -Update from WebTranslator v3.0: luxembourgish - 122 changes by Phreeze tamil - 12 changes by aswn ------------------------------------------------------------------------ r24718 | frosch | 2012-11-12 22:59:02 +0100 (Mon, 12 Nov 2012) | 1 line -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry::time_since_pickup. ------------------------------------------------------------------------