summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)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
2013-08-10(svn r25715) -Fix: return correct value from StationCargoList::Reserve, fix s...fonsinchen
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 mis...fonsinchen
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
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-09(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e...rubidium
2013-08-09(svn r25703) -Update from WebTranslator v3.0:translators
2013-08-08(svn r25702) -Add: about 3000 years of savegame compatibility.frosch
2013-08-08(svn r25701) -Update from WebTranslator v3.0:translators
2013-08-07(svn r25700) -Update from WebTranslator v3.0:translators
2013-08-07(svn r25699) -Fix-ish: Hopefully make the settings type filter dropdown less ...frosch
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
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 call...frosch
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 s...michi_cc
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 han...michi_cc
2013-08-05(svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the fo...michi_cc
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
2013-08-05(svn r25681) -Change: [Win32] Position the IME composition window at the care...michi_cc
2013-08-05(svn r25680) -Codechange: [Win32] Cancel the current IME composition when the...michi_cc
2013-08-05(svn r25679) -Codechange: [Win32] Get the result string of an IME input direc...michi_cc
2013-08-05(svn r25678) -Codechange: Notify the video driver when an edit box lost (glob...michi_cc
2013-08-05(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below ...michi_cc
2013-08-05(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode bu...michi_cc
2013-08-05(svn r25675) -Fix: [Win32] Handle DBCS characters correctly in the non-Unicod...michi_cc
2013-08-05(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is no...michi_cc
2013-08-05(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI string...michi_cc
2013-08-05(svn r25672) -Fix: [Win32] Handle Unicode characters from outside the BMP cor...michi_cc
2013-08-05(svn r25671) -Codechange: Pass character and key code separately to the keybo...michi_cc
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 hotke...michi_cc
2013-08-05(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...michi_cc
2013-08-05(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an e...michi_cc
2013-08-05(svn r25666) -Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Ba...michi_cc