video/win32_v.c
Wed, 03 Jan 2007 08:32:17 +0000 celestar (svn r7789) [cbh] - Sync with r7720:7758 from trunk custombridgeheads
Fri, 10 Aug 2007 19:06:01 +0000 glx (svn r10848) [0.5] -Fix (r10841): 'mixed declaration and code' warning 0.5
Fri, 10 Aug 2007 17:53:12 +0000 rubidium (svn r10841) [0.5] -Backport from trunk (r10835, r10593, r10500, r10497, r10410, r10357, r10199): 0.5
Sat, 30 Jun 2007 15:13:55 +0000 glx (svn r10400) [0.5] -Backport from trunk (r10399): 0.5
Fri, 22 Jun 2007 20:20:36 +0000 glx (svn r10281) [0.5] -Backport from trunk (r10186, r10229, r10251): 0.5
Tue, 15 May 2007 22:00:41 +0000 glx (svn r9852) [0.5] -Backport from trunk (r9728, r9834): 0.5
Tue, 20 Mar 2007 00:02:18 +0000 glx (svn r9358) [0.5] -Backport from trunk (r9055, r9082, r9083, r9084, r9085, r9086): 0.5
Mon, 19 Mar 2007 20:05:49 +0000 rubidium (svn r9348) [0.5] -Backport from trunk (r8974, r8994, r9074): 0.5
Wed, 17 Jan 2007 00:20:23 +0000 Darkvater (svn r8174) -Backport from trunk (r8027, r8028, r8043, r8132): 0.5
Sat, 30 Dec 2006 23:21:02 +0000 Darkvater (svn r7672) -Backport from trunk (r7562): 0.5
Tue, 28 Nov 2006 20:01:46 +0000 Darkvater (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the
Tue, 28 Nov 2006 19:58:13 +0000 Darkvater (svn r7278) -Codechange: [win32] Add UNICODE support so it should compile on OS's using UNICODE
Fri, 17 Nov 2006 10:06:11 +0000 Darkvater (svn r7187) -CodeChange: [win32] Limit success of ToUnicode/ToAscii to only one translated character as we only support one and remove TranslateMessage() call since we do not use it anyways (glx)
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Wed, 15 Nov 2006 21:01:19 +0000 Darkvater (svn r7157) -Fix [FS#221, SF1168820]: Some mouse events possibly lost under high CPU load, handle
Wed, 15 Nov 2006 19:49:16 +0000 Darkvater (svn r7156) -Codechange: Remove obsolete variable, localize global variable, use GB and change logic
Wed, 15 Nov 2006 19:35:52 +0000 Darkvater (svn r7153) -Fix [FS#279]: Some keyboard events possibly lost under high CPU load, handle
Mon, 13 Nov 2006 19:35:31 +0000 Darkvater (svn r7137) -Codechange: [win32] Use windows function in main loop to check if we have pressed ALT
Sun, 05 Nov 2006 01:53:12 +0000 Darkvater (svn r7062) -[win32] Codechange: Remove unneeded WM_MOUSEENTER event, and change mouse behaviour
Sun, 05 Nov 2006 01:13:08 +0000 Darkvater (svn r7061) -[win32] Feature: Remember the window size between restarts when quit in fullscreen mode.
Sun, 05 Nov 2006 01:09:57 +0000 Darkvater (svn r7060) -Fix (r5874): Restore of window maximized state not always working (Mart3p) . Remember
Fri, 13 Oct 2006 15:52:22 +0000 Darkvater (svn r6766) -Codechange: Move _openttd_revision[] into the functions that use it instead of global
Mon, 04 Sep 2006 17:30:30 +0000 rubidium (svn r6380) -Codechange: unify all ways to quit OTTD.
Sun, 03 Sep 2006 22:07:28 +0000 rubidium (svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
Thu, 31 Aug 2006 14:50:12 +0000 tron (svn r6274) Clean up a bit
Thu, 31 Aug 2006 10:14:47 +0000 tron (svn r6262) Remove unused #define and function declaration
Mon, 28 Aug 2006 18:53:03 +0000 rubidium (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Sun, 13 Aug 2006 10:22:34 +0000 Darkvater (svn r5874) -Feature [FS#234]: Remember the maximized state and restore on start. This also fixes a bug where a different resolution is chosen for a maximized window, but it retains the maximized flag. Only win32.
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc.
Tue, 09 May 2006 17:24:08 +0000 glx (svn r4810) - Fix: removed warning about strict-alias (release build)
Fri, 24 Mar 2006 17:40:55 +0000 Darkvater (svn r4091) - Fix r4075. Do not "enter" please.
Fri, 24 Mar 2006 00:42:35 +0000 Darkvater (svn r4075) - Feature: Undraw the mouse when it leaves the window and Draw it again when it enters. Added both for WIN32 and SDL. Since Win95 has troubles with TrackMouseEvent(), this function was just simply rewritten which was the easiest. Based on a patch by DmitryKo.
Tue, 21 Mar 2006 21:55:49 +0000 Darkvater (svn r3999) - Fix: [win32] Change the order of DestroyWindow and ChangeDisplay. On some machines a sizechange messagequeue is handled before sending WM_DISPLAYCHANGE resulting in an improper resolution written to the configuration file when exiting from fullscreen. (Frostregen)
Mon, 20 Feb 2006 23:01:58 +0000 Darkvater (svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.
Wed, 01 Feb 2006 07:36:15 +0000 tron (svn r3511) More whitespace ([FS#46] by Rubidium)
Mon, 19 Dec 2005 00:19:12 +0000 Darkvater (svn r3320) - Fix: FS#22 - Exiting with double size enabled saves wrong window size. Reset the window size to its true size upon exiting when double-size is active. Is set in ClientSizeChanged.
Wed, 16 Nov 2005 13:45:42 +0000 tron (svn r3207) Typo in last revision
Wed, 16 Nov 2005 13:45:04 +0000 tron (svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG
Thu, 08 Sep 2005 12:48:26 +0000 tron (svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h
Fri, 29 Jul 2005 16:40:29 +0000 tron (svn r2748) Remove unused cruft from the main loop
Wed, 27 Jul 2005 19:25:50 +0000 tron (svn r2726) Fix last commit
Wed, 27 Jul 2005 19:22:38 +0000 tron (svn r2725) Move MyShowCursor() back into win32.c, it fits better there
Mon, 25 Jul 2005 07:16:10 +0000 tron (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Sat, 23 Jul 2005 15:48:00 +0000 tron (svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...