summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-11(svn r25717) -Fix: check for type of order before checking for refit typefonsinchen
2013-08-10(svn r25716) -Update from WebTranslator v3.0:translators
brazilian_portuguese - 3 changes by Tucalipe spanish - 3 changes by Terkhen
2013-08-10(svn r25715) -Fix: return correct value from StationCargoList::Reserve, fix ↵fonsinchen
some documentation and simplify StationCargoList::Load a bit
2013-08-10(svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0fonsinchen
2013-08-10(svn r25713) -Fix: use proper ObjC style to avoid problems if members are ↵fonsinchen
missing
2013-08-10(svn r25712) -Fix: define kCGBitmapByteOrder32Host to 0 if it's missing.fonsinchen
2013-08-10(svn r25711) -Fix: don't use NULL as integerfonsinchen
2013-08-10(svn r25710) -Fix: string arguments to NSNotificationCenter::addObserver and ↵fonsinchen
NSNotificationCenter::postNotificationName can't be const in certain versions of OSX
2013-08-10(svn r25709) -Fix: don't return -1 as unsignedfonsinchen
2013-08-10(svn r25708) -Fix: don't return NULL as boolfonsinchen
2013-08-10(svn r25707) -Fix: apply coding style wrt if/elsefonsinchen
2013-08-10(svn r25706) -Fix: don't pass -mmacosx-version-min to compilers that don't ↵fonsinchen
support it
2013-08-09(svn r25705) -Fix: a number of typos (inspired by ↵rubidium
90c920601c84975acb694f3673e2beb08b013753)
2013-08-09(svn r25704) -Update: baseset translationsrubidium
2013-08-09(svn r25703) -Update from WebTranslator v3.0:translators
czech - 2 changes by Eskymak
2013-08-08(svn r25702) -Add: about 3000 years of savegame compatibility.frosch
2013-08-08(svn r25701) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Rubidium finnish - 1 changes by jpx_ italian - 1 changes by lorenzodv norwegian_bokmal - 3 changes by cuthbert
2013-08-07(svn r25700) -Update from WebTranslator v3.0:translators
slovenian - 21 changes by matej1245
2013-08-07(svn r25699) -Fix-ish: Hopefully make the settings type filter dropdown less ↵frosch
confusing.
2013-08-06(svn r25698) -Fix [FS#5700]: Autoreplace/renew also refits free wagons.frosch
2013-08-06(svn r25697) -Update from WebTranslator v3.0:translators
catalan - 6 changes by juanjo simplified_chinese - 2 changes by siu238X traditional_chinese - 2 changes by siu238X english_AU - 2 changes by mrtux estonian - 3 changes by KSiimson polish - 1 changes by p0358
2013-08-06(svn r25696) -Fix (r25651): Missing function in the non-ICU paragraph layouter.michi_cc
2013-08-06(svn r25695) -Fix [FS#5700] (r24882, r25648): Vehicle::MarkDirty must be ↵frosch
called for the front engine.
2013-08-05(svn r25694) -Fix (r25651): Picky GCC.michi_cc
2013-08-05(svn r25693) -Add: [OSX] Support the new IME functions introduced with 10.5.michi_cc
2013-08-05(svn r25692) -Add: Replacement of a part of the edit box text with a new string.michi_cc
2013-08-05(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition ↵michi_cc
string.
2013-08-05(svn r25690) -Change: [OSX] Position the candidate window at the caret position.michi_cc
2013-08-05(svn r25689) -Add: [OSX] Display the IME composition string ourself.michi_cc
2013-08-05(svn r25688) -Codechange: [OSX] Make our view aware of text input by IMEs.michi_cc
2013-08-05(svn r25687) -Codechange: [OSX] Pass text input directly down to the text ↵michi_cc
handling.
2013-08-05(svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the ↵michi_cc
focus.
2013-08-05(svn r25685) -Codechange: [OSX] Use non-deprecated functions for byte swapping.michi_cc
2013-08-05(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.michi_cc
2013-08-05(svn r25683) -Add: Support for a marked/selected range to the textbuf.michi_cc
2013-08-05(svn r25682) -Change: [Win32] Position the IME candidate window at the caret ↵michi_cc
position.
2013-08-05(svn r25681) -Change: [Win32] Position the IME composition window at the ↵michi_cc
caret position.
2013-08-05(svn r25680) -Codechange: [Win32] Cancel the current IME composition when ↵michi_cc
the input focus changes.
2013-08-05(svn r25679) -Codechange: [Win32] Get the result string of an IME input ↵michi_cc
directly without a trip through the window messaging system.
2013-08-05(svn r25678) -Codechange: Notify the video driver when an edit box lost ↵michi_cc
(global) focus so it can abort any current input composition.
2013-08-05(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below ↵michi_cc
XP and we can safely assume it as the target platform.
2013-08-05(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode ↵michi_cc
builds.
2013-08-05(svn r25675) -Fix: [Win32] Handle DBCS characters correctly in the ↵michi_cc
non-Unicode build.
2013-08-05(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is ↵michi_cc
not the normal ANSI code page and definitely not UTF-8 either.
2013-08-05(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI ↵michi_cc
strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either.
2013-08-05(svn r25672) -Fix: [Win32] Handle Unicode characters from outside the BMP ↵michi_cc
correctly.
2013-08-05(svn r25671) -Codechange: Pass character and key code separately to the ↵michi_cc
keyboard handler.
2013-08-05(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.michi_cc
2013-08-05(svn r25669) -Codechange: Pass UCS-4 instead of UCS-2 characters to the ↵michi_cc
hotkey handlers.
2013-08-05(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of ↵michi_cc
just UCS-2 to the window key press handlers.