Mercurial > hg > openttd
graph
-
-Change: [Win32] Position the IME candidate window at the caret position. draftMon, 15 Apr 2013 13:59:24 +0200, by Michael Lutz
-
-Change: [Win32] Position the IME composition window at the caret position. draftSun, 07 Apr 2013 17:10:38 +0200, by Michael Lutz
-
-Codechange: [Win32] Cancel the current IME composition when the input focus changes. draftSun, 07 Apr 2013 17:09:46 +0200, by Michael Lutz
-
-Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system. draftTue, 02 Apr 2013 00:09:41 +0200, by Michael Lutz
-
-Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition. draftSat, 09 Mar 2013 16:35:17 +0100, by Michael Lutz
-
-Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform. draftThu, 28 Mar 2013 21:56:20 +0100, by Michael Lutz
-
-Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds. draftThu, 28 Mar 2013 02:46:51 +0100, by Michael Lutz
-
-Fix: [Win32] Handle DBCS characters correctly in the non-Unicode build. draftThu, 28 Mar 2013 02:45:20 +0100, by Michael Lutz
-
-Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either. draftThu, 28 Mar 2013 02:41:43 +0100, by Michael Lutz
-
-Fix: [Win32] Use the right code page for converting ANSI strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either. draftThu, 28 Mar 2013 02:39:54 +0100, by Michael Lutz
-
-Fix: [Win32] Handle Unicode characters from outside the BMP correctly. draftSun, 24 Mar 2013 01:00:46 +0100, by Michael Lutz
-
-Codechange: Pass character and key code separately to the keyboard handler. draftSun, 24 Mar 2013 00:06:33 +0100, by Michael Lutz
-
-Codechange: Pass UCS-4 characters to the edit box key handler. draftSun, 24 Mar 2013 00:02:46 +0100, by Michael Lutz
-
-Codechange: Pass UCS-4 instead of UCS-2 characters to the hotkey handlers. draftSat, 23 Mar 2013 23:38:30 +0100, by Michael Lutz
-
-Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. draftSat, 23 Mar 2013 23:37:24 +0100, by Michael Lutz
-
-Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus. draftFri, 22 Mar 2013 18:40:46 +0100, by Michael Lutz
-
-Codechange: [OSX] Include the OS headers only where necessary. draftSat, 09 Mar 2013 14:12:27 +0100, by Michael Lutz
-
-Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Based on patch by leecbaker) draftFri, 08 Mar 2013 09:56:31 +0100, by Michael Lutz
-
-Fix [FS#4689]: [OSX] Crash when unhiding the main window. draftFri, 08 Mar 2013 02:24:40 +0100, by Michael Lutz
-
-Add [FS#4847]: [OSX] Bootstrap downloading of a baseset. (Matthieu) draftThu, 07 Mar 2013 21:38:20 +0100, by Michael Lutz
-
-Fix [FS#4857]: [OSX] Monospace font detection. draftThu, 07 Mar 2013 05:48:21 +0100, by Michael Lutz
-
-Fix: [OSX] Better rejection of unsuitable fonts during fallback auto-detection. draftThu, 07 Mar 2013 05:32:04 +0100, by Michael Lutz
-
-Fix [FS#4847]: [OSX] Rework font detection to work even if no default font sprites are present. draftThu, 07 Mar 2013 03:13:17 +0100, by Michael Lutz
-
-Codechange: Some fonts don't have a glyph for non-breaking space, substitute it with a normal space as there is no visual difference. draftThu, 07 Mar 2013 03:05:19 +0100, by Michael Lutz
-
-Fix [FS#4420]: [OSX] System mouse cursor could become visible during dragging. (Matthieu) draftTue, 26 Feb 2013 22:09:08 +0100, by Michael Lutz
-
-Fix [FS#4392]: [OSX] The mouse cursor would sometimes jump near the window borders. (Matthieu) draftTue, 26 Feb 2013 02:45:46 +0100, by Michael Lutz
-
-Fix [FS#4744]: [OSX] The new 10.7 fullscreen code can now also be compiled with older SDK versions. draftTue, 26 Feb 2013 02:40:34 +0100, by Michael Lutz
-
-Fix: [OSX] Mouse cursor wasn't displayed properly after switching to fullscreen on 10.7+. (Based on patch by Maedhros) draftTue, 26 Feb 2013 02:33:35 +0100, by Michael Lutz
-
-Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration. draftTue, 26 Feb 2013 02:28:01 +0100, by Michael Lutz
-
(svn r25167) -Fix [FS#5523] (r24832): Original train and rv acceleration did no longer respect bridge speed limits. draftMon, 08 Apr 2013 19:55:24 +0000, by frosch
-
(svn r25157) -Feature: Determine the default font height for vector fonts according to the minimum readable height that the font provides. draftSat, 06 Apr 2013 22:06:44 +0000, by michi_cc
-
(svn r25156) -Fix [FS#5495, FS#5497]: if a vehicle had some cargo, and it would try to unload without actually unloading, the vehicle would just not load any cargo at the station (fonsinchen) draftSat, 06 Apr 2013 18:57:18 +0000, by rubidium
-
(svn r25155) -Codechange: [Win32] Improve SHGetFolderPath emulation. draftSat, 06 Apr 2013 18:36:49 +0000, by michi_cc
-
(svn r25154) -Fix: [Win32] Don't store invalid paths in the search path list. draftSat, 06 Apr 2013 18:36:45 +0000, by michi_cc
-
(svn r25153) -Fix [FS#5522] (r24487): [Win32] Don't statically link to SHGetFolderPath as it may not exist. draftSat, 06 Apr 2013 18:36:41 +0000, by michi_cc
-
(svn r25152) -Fix-ish [FS#5520]: remove stray reservation from savegames affected by FS#5510 et al. upon loading draftSat, 06 Apr 2013 18:30:45 +0000, by rubidium
-
(svn r25149) -Codechange: replace 'magic' 'has rating' bitcheck by descriptive function draftSat, 06 Apr 2013 12:10:16 +0000, by rubidium
-
(svn r25148) -Fix [FS#5517]: [Script] XXBase::Chance function did not work for large values (>65535) draftSat, 06 Apr 2013 11:59:27 +0000, by rubidium
-
(svn r25147) -Fix [FS#5506]: HTML documentation about the map array had a number of small errors (Juanjo) draftFri, 05 Apr 2013 19:35:56 +0000, by rubidium
-
(svn r25144) -Fix (r25143): one of the changes strings was used in the regression test, which subsequently failed draftThu, 04 Apr 2013 20:15:51 +0000, by rubidium
-
(svn r25143) -Fix [FS#5496]: several typos/inconsistencies in English strings (Evropi, kazzie) draftThu, 04 Apr 2013 20:08:52 +0000, by rubidium
-
(svn r25141) -Fix: When extra dynamite was disabled, towns would be allowed to clear bridges with trams. draftWed, 03 Apr 2013 20:25:06 +0000, by frosch
-
(svn r25140) -Fix [FS#5519]: Towns are build as OWNER_TOWN, so they also need to be removed as OWNER_TOWN. draftWed, 03 Apr 2013 20:24:10 +0000, by frosch